Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.19.0...v5.0.0) (2020-08-18)

### Bug Fixes

* app icon was not showing on macos 10.12 (see [#522](#522)) ([2a45dec](2a45dec))
* battle.net installer and wow were not showing in alt-tab ([793b10b](793b10b)), closes [#536](#536)
* portuguese from portugal was shown to brazil users ([e54c2de](e54c2de))
* rare crash when the os was not providing the current space id ([cf05044](cf05044))
* rewrote the preference window to fix crashes and jank (closes [#502](#502)) ([f9f5b8a](f9f5b8a))

### Features

* change default key to select window from `return` to `space` ([eec694e](eec694e))
* complete rewrite of the keyboard support (closes [#157](#157)) ([d3253ba](d3253ba))
* show notification badges on top of app icons (closes [#523](#523)) ([fb62834](fb62834))
* update portuguese (brazil) localization ([726acd3](726acd3))
* updated japanese localization ([36c7b0a](36c7b0a))

### BREAKING CHANGES

* the previous keyboard support implementation was not working if any app on the system activated Secure Input and didn't turn it off. This is a major hurdle for most global shortcut apps. This update introduces a new implementation which is unaffected by Secure Input. AltTab shortcuts should now work reliably
  • Loading branch information
semantic-release-bot committed Aug 18, 2020
1 parent 36c7b0a commit 034d490
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
<title>alt-tab-macos</title>
<language>en</language>

<item>
<title>Version 5.0.0</title>
<pubDate>Tue, 18 Aug 2020 14:52:57 +0000</pubDate>
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>https://alt-tab-macos.netlify.app/changelog-bare</sparkle:releaseNotesLink>
<enclosure
url="https://github.com/lwouis/alt-tab-macos/releases/download/v5.0.0/AltTab-5.0.0.zip"
sparkle:version="5.0.0"
sparkle:shortVersionString="5.0.0"
sparkle:edSignature="ot3nX2ANzNNKzcCUqCQoTeUrsLpqlHMLPIa724nxTCLXLzKLEWGhCYmKcOBDOXfXMJXEQ0YaPjA3MwIkPcKwDQ==" length="7069042"
type="application/octet-stream"/>
</item>


<item>
<title>Version 4.19.0</title>
<pubDate>Tue, 11 Aug 2020 16:41:16 +0000</pubDate>
Expand Down
25 changes: 25 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Release notes

# [5.0.0](https://github.com/lwouis/alt-tab-macos/compare/v4.19.0...v5.0.0) (2020-08-18)


### Bug Fixes

* app icon was not showing on macos 10.12 (see [#522](https://github.com/lwouis/alt-tab-macos/issues/522)) ([2a45dec](https://github.com/lwouis/alt-tab-macos/commit/2a45dec))
* battle.net installer and wow were not showing in alt-tab ([793b10b](https://github.com/lwouis/alt-tab-macos/commit/793b10b)), closes [#536](https://github.com/lwouis/alt-tab-macos/issues/536)
* portuguese from portugal was shown to brazil users ([e54c2de](https://github.com/lwouis/alt-tab-macos/commit/e54c2de))
* rare crash when the os was not providing the current space id ([cf05044](https://github.com/lwouis/alt-tab-macos/commit/cf05044))
* rewrote the preference window to fix crashes and jank (closes [#502](https://github.com/lwouis/alt-tab-macos/issues/502)) ([f9f5b8a](https://github.com/lwouis/alt-tab-macos/commit/f9f5b8a))


### Features

* change default key to select window from `return` to `space` ([eec694e](https://github.com/lwouis/alt-tab-macos/commit/eec694e))
* complete rewrite of the keyboard support (closes [#157](https://github.com/lwouis/alt-tab-macos/issues/157)) ([d3253ba](https://github.com/lwouis/alt-tab-macos/commit/d3253ba))
* show notification badges on top of app icons (closes [#523](https://github.com/lwouis/alt-tab-macos/issues/523)) ([fb62834](https://github.com/lwouis/alt-tab-macos/commit/fb62834))
* update portuguese (brazil) localization ([726acd3](https://github.com/lwouis/alt-tab-macos/commit/726acd3))
* updated japanese localization ([36c7b0a](https://github.com/lwouis/alt-tab-macos/commit/36c7b0a))


### BREAKING CHANGES

* the previous keyboard support implementation was not working if any app on the system activated Secure Input and didn't turn it off. This is a major hurdle for most global shortcut apps. This update introduces a new implementation which is unaffected by Secure Input. AltTab shortcuts should now work reliably

# [4.19.0](https://github.com/lwouis/alt-tab-macos/compare/v4.18.0...v4.19.0) (2020-08-11)


Expand Down

0 comments on commit 034d490

Please sign in to comment.