Skip to content

Releases: andytan07/alfred-theme-switcher

Release 0.2.0

27 Oct 02:10
Compare
Choose a tag to compare
  • 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

26 Oct 12:45
Compare
Choose a tag to compare

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

26 Oct 03:09
Compare
Choose a tag to compare

Initial release