Skip to content

Amethyst 0.18.0

Compare
Choose a tag to compare
@ianyh ianyh released this 14 Feb 01:55
· 59 commits to development since this release

Notable Updates

  • Disable AXEnhancedUserInterface when necessary to avoid a multitude of layout issues.
  • Improve application launch detection to handle non-traditional launching.
  • Allow floating of windows in apps with no bundle identifier. Thanks, @jmalczak!
  • Make main window swaps and focuses toggle when used on the main window. Thanks, @rickythefox and @brush701!
  • Add mod3 and mod4. Thanks, @rjuer!
  • Fix a bug in finding the configuration file.

What's Changed

  • Update project-wide deployment version by @ianyh in #1379
  • Add mod3 and mod4 as modifier keys by @rjuer in #1373
  • Bump activesupport from 6.1.7 to 6.1.7.1 by @dependabot in #1382
  • Minor readme update for mod3 and mod4 definition by @ianyh in #1385
  • Switch to previous main window when main is selected by @rickythefox in #1380
  • Allow handling apps just by windows title without bundle identifier (Android Emulator Example) by @jmalczak in #1388
  • Main window toggle by @brush701 in #1390
  • Enable or disable AXEnhancedUserInterface as necessary by @ianyh in #1276
  • Amethyst 0.17.0 by @ianyh in #1370
  • Update Silica to grab flag boolValue fix by @ianyh in #1394
  • Fix crash when full-screening a window by @rickythefox in #1395
  • Use Carbon event monitoring for application launch detection by @ianyh in #1396
  • When adding windows use the previous main as last focused by @rickythefox in #1397
  • Fix logic for finding home dir config files by @ianyh in #1401

New Contributors

Full Changelog: v0.17.0...v0.18.0