User Tools

Site Tools


manual:Whats_New

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
manual:Whats_New [2023/09/18 04:27]
peternlewis [Conditions]
manual:Whats_New [2023/09/21 04:12] (current)
peternlewis [Engine]
Line 27: Line 27:
 ==== Engine ==== ==== Engine ====
  
-* Added `keyboardmaestrocommand line tool for triggering or editing macros.+* Added [[trigger:keyboardmaestro|keyboardmaestro]] ​command line tool for triggering or editing macros.
 * Added modern JavaScript syntax mode. * Added modern JavaScript syntax mode.
 * Added support for limiting variables passed to scripts. * Added support for limiting variables passed to scripts.
Line 104: Line 104:
 ==== Tokens ==== ==== Tokens ====
  
-* Added %Safari/​Chrome/​FrontBrowserWindowName% tokens. +* Added [[token:​FrontBrowserWindowName|%Safari/​Chrome/​FrontBrowserWindowName%]] tokens. 
-* Added %Safari/​Chrome/​FrontBrowserVersion/​LongVersion% tokens. +* Added [[token:​FrontBrowserVersion|%Safari/​Chrome/​FrontBrowserVersion/​LongVersion%]] tokens. 
-* Added Safari/​ChromeBundleID/​Path/​Name tokens. +* Added [[token:​FrontBrowserPath|%Safari/​ChromeBundleID/​Path/​Name%]] tokens. 
-* Added %FrontDocumentPath% token (thanks Chris!). ([forum](https://​forum.keyboardmaestro.com/​t/​finding-the-file-path-for-the-front-document-in-the-front-application/​7095)) +* Added [[token:​FrontDocumentPath|%FrontDocumentPath%]] token (thanks Chris!). ([forum](https://​forum.keyboardmaestro.com/​t/​finding-the-file-path-for-the-front-document-in-the-front-application/​7095)) 
-* Added %ApplicationVersion/​LongVersion% tokens. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) +* Added [[token:​ApplicationVersion|%ApplicationVersion/​LongVersion%]] tokens. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) 
-* Added %KeyboardMaestroVersion/​LongVersion% tokens. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) +* Added [[token:​KeyboardMaestroVersion|%KeyboardMaestroVersion/​LongVersion%]] tokens. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) 
-* Added %SystemVersion/​LongVersion% tokens. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) +* Added [[token:​SystemVersion|%SystemVersion/​LongVersion%]] tokens. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) 
-* Added %LastAbortedActionID% token. ([forum](https://​forum.keyboardmaestro.com/​t/​try-catch-would-love-to-get-more-details-in-tokens/​25244/​3)) +* Added [[token:​LastAbortedActionID|%LastAbortedActionID%]] token. ([forum](https://​forum.keyboardmaestro.com/​t/​try-catch-would-love-to-get-more-details-in-tokens/​25244/​3)) 
-* Added %OptionReturn% token (valid in Insert Text by Typing only). +* Added [[token:​OptionReturn|%OptionReturn%]] token (valid in Insert Text by Typing only). 
-* Added %ScreenResolution/s% tokens. +* Added [[token:​ScreenResolution|%ScreenResolution(s)%]] tokens. 
-* Added %AudioInputDevice/DeviceUID%%AudioOutputDevice/DeviceUID%%AudioSoundEffectsDevice/DeviceUID% tokens. +* Added [[token:​AudioInputDevice|%AudioInputDevice(UID)%]] tokens. 
-* Added %AudioInputDevices% and %AudioOutputDevices% tokens. +* Added [[token:​AudioOutputDevice|%AudioOutputDevice(UID)%]] tokens. 
-* Added %MusicPlayerState% token. +* Added [[token:​AudioSoundEffectsDevice|%AudioSoundEffectsDevice(UID)%]] tokens. 
-* Added %System/​Past/​Trigger/​NamedClipboardFlavors% ​tokens. ​+* Added [[token:​AudioInputDevices|%AudioInputDevices%]] and [[token:​AudioOutputDevices|%AudioOutputDevices%]] tokens. 
 +* Added [[token:​MusicPlayerState|%MusicPlayerState%]] token. 
 +* Added [[token:​SystemClipboardFlavors|%SystemClipboardFlavors%]] token 
 +* Added [[token:​PastClipboardFlavors|%PastClipboardFlavors%]] token 
 +* Added [[token:NamedClipboardFlavors|%NamedClipboardFlavors%]] token 
 +* Added [[token:​TriggerClipboardFlavors|%TriggerClipboardFlavors%]] token
 * Adjusted the [[token:​FinderSelection|%FinderSelection(s)%]] tokens to return the selected item, not the target of an alias/link. ([forum](https://​forum.keyboardmaestro.com/​t/​finderselections-with-symbolic-links/​29015)) * Adjusted the [[token:​FinderSelection|%FinderSelection(s)%]] tokens to return the selected item, not the target of an alias/link. ([forum](https://​forum.keyboardmaestro.com/​t/​finderselections-with-symbolic-links/​29015))
  
 ==== Functions ==== ==== Functions ====
  
-* Added PROCESSORS() function. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) +* Added [[function:​PROCESSORS|PROCESSORS()]] function. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) 
-* Added MEMORY() function. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) +* Added [[function:​MEMORY|MEMORY()]] function. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812)) 
-* Added UPTIME() function. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812))+* Added [[function:​UPTIME|UPTIME()]] function. ([forum](https://​forum.keyboardmaestro.com/​t/​feature-request-an-enhancement-to-get-hardware-and-software-based-information-without-coding/​31812))
 * Added an optional second parameter to [[function:​ROUND|ROUND]],​ [[function:​CEIL|CEIL]],​ [[function:​FLOOR|FLOOR]],​ and [[function:​TRUNC|TRUNC]] functions. * Added an optional second parameter to [[function:​ROUND|ROUND]],​ [[function:​CEIL|CEIL]],​ [[function:​FLOOR|FLOOR]],​ and [[function:​TRUNC|TRUNC]] functions.
  
Line 152: Line 157:
 * Fixed issue where a duplicated search string matched action does not appear matched. * Fixed issue where a duplicated search string matched action does not appear matched.
 * Fixed an issue with overly enthusiastic search field completion suggestions. ​ * Fixed an issue with overly enthusiastic search field completion suggestions. ​
-* Fixed issue with Palettes displaying wide enough to hold a title that is not shown. (https://​forum.keyboardmaestro.com/​t/​cant-understand-why-palette-contains-a-wide-blank-area/​33081/​4) +* Fixed issue with Palettes displaying wide enough to hold a title that is not shown. ​([forum](https://​forum.keyboardmaestro.com/​t/​cant-understand-why-palette-contains-a-wide-blank-area/​33081/​4)
-* Fixed an issue with the window switcher switching to different monitors. (https://​forum.keyboardmaestro.com/​t/​window-switcher-activate-window-on-other-monitor/​33018)+* Fixed an issue with the window switcher switching to different monitors. ​([forum](https://​forum.keyboardmaestro.com/​t/​window-switcher-activate-window-on-other-monitor/​33018))
  
 ==== Download ===== ==== Download =====
manual/Whats_New.1695025662.txt.gz · Last modified: 2023/09/18 04:27 by peternlewis