Skip to content

Commit

Permalink
chore(release): 6.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.13.0](v6.12.0...v6.13.0) (2021-01-25)

### Bug Fixes

* app would sometimes quit while in the background (closes [#704](#704)) ([d621ce5](d621ce5))
* disable standard tab detection for all JetBrains apps ([25343ea](25343ea)), closes [#716](#716)
* prevent macos 11 from terminating alt-tab randomly ([2447140](2447140))
* restarting the app would sometimes fail to start again ([56d47fc](56d47fc))
* show window controls, even when mouse hover option is disabled ([c256933](c256933))

### Features

* add app category meta-data ([96572a8](96572a8))
* add swedish and czech localizations ([00e95d6](00e95d6))
* add ukrainian localization ([e576ca1](e576ca1))
* display windows partially on screen correctly (closes [#727](#727)) ([2f92936](2f92936))
* show window partially on-screen (closes [#727](#727)) ([b121162](b121162))
* update japanese, turkish, chinese localizations ([7226c25](7226c25))
  • Loading branch information
semantic-release-bot committed Jan 25, 2021
1 parent d621ce5 commit 0e4987d
Show file tree
Hide file tree
Showing 2 changed files with 35 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 6.13.0</title>
<pubDate>Mon, 25 Jan 2021 15:18:14 +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/v6.13.0/AltTab-6.13.0.zip"
sparkle:version="6.13.0"
sparkle:shortVersionString="6.13.0"
sparkle:edSignature="6ymLFv4IFvRYsYoo69qglZf04I8TJkD2X7Ieonut1Q5A7fvIYXgX2Ro8Ts6ifFkFW+KQPolJyyuBfP2O31nOAQ==" length="7252455"
type="application/octet-stream"/>
</item>


<item>
<title>Version 6.12.0</title>
<pubDate>Tue, 17 Nov 2020 16:51:35 +0000</pubDate>
Expand Down
21 changes: 21 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Release notes

# [6.13.0](https://github.com/lwouis/alt-tab-macos/compare/v6.12.0...v6.13.0) (2021-01-25)


### Bug Fixes

* app would sometimes quit while in the background (closes [#704](https://github.com/lwouis/alt-tab-macos/issues/704)) ([d621ce5](https://github.com/lwouis/alt-tab-macos/commit/d621ce5))
* disable standard tab detection for all JetBrains apps ([25343ea](https://github.com/lwouis/alt-tab-macos/commit/25343ea)), closes [#716](https://github.com/lwouis/alt-tab-macos/issues/716)
* prevent macos 11 from terminating alt-tab randomly ([2447140](https://github.com/lwouis/alt-tab-macos/commit/2447140))
* restarting the app would sometimes fail to start again ([56d47fc](https://github.com/lwouis/alt-tab-macos/commit/56d47fc))
* show window controls, even when mouse hover option is disabled ([c256933](https://github.com/lwouis/alt-tab-macos/commit/c256933))


### Features

* add app category meta-data ([96572a8](https://github.com/lwouis/alt-tab-macos/commit/96572a8))
* add swedish and czech localizations ([00e95d6](https://github.com/lwouis/alt-tab-macos/commit/00e95d6))
* add ukrainian localization ([e576ca1](https://github.com/lwouis/alt-tab-macos/commit/e576ca1))
* display windows partially on screen correctly (closes [#727](https://github.com/lwouis/alt-tab-macos/issues/727)) ([2f92936](https://github.com/lwouis/alt-tab-macos/commit/2f92936))
* show window partially on-screen (closes [#727](https://github.com/lwouis/alt-tab-macos/issues/727)) ([b121162](https://github.com/lwouis/alt-tab-macos/commit/b121162))
* update japanese, turkish, chinese localizations ([7226c25](https://github.com/lwouis/alt-tab-macos/commit/7226c25))

# [6.12.0](https://github.com/lwouis/alt-tab-macos/compare/v6.11.0...v6.12.0) (2020-11-17)


Expand Down

0 comments on commit 0e4987d

Please sign in to comment.