Releases: andytan07/alfred-theme-switcher
Releases · andytan07/alfred-theme-switcher
Release 0.2.0
- Fixed a crash in workflow when processing themes with missing author information
- Migrated
get-themes
command from AppleScript to JXA (JavaScript for Automation) to leverage native JSON parsing and enable more complex operations - Updated user themes sorting to match the order of themes as shown in Alfred's preferences
Release 0.1.1
Fix several issues below:
- Not working if user has custom preferences folder location. Use
alfred_preferences
environment variable to obtain correct location - Error if
themes
folder doesn't exist. Now if user hasn't installed any themes this workflow will show built-in default themes without error
Besides, standardized get-themes
script to use POSIX path throughout the script
Release 0.1.0
Initial release