Skip to content

Commit

Permalink
chore(release): 6.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.3.0](v6.2.0...v6.3.0) (2020-09-08)

### Bug Fixes

* adobe audition windows were not showing up (closes [#581](#581)) ([6edced0](6edced0))
* crash from appcenter in rare scenario ([c49a2bc](c49a2bc)), closes [#1](#1)
* load app badges asynchronously to avoid system lag (closes [#563](#563)) ([29eff03](29eff03))
* prevent rare crash seen in app center ([6ca58b1](6ca58b1))

### Features

* show minimized/hidden windows last in the list (closes [#289](#289)) ([4fea943](4fea943))
* split max screen size preference into width/height (closes [#579](#579)) ([6e2e5b4](6e2e5b4))
* update es, ja, ko, nl, pt, pt-br localizations ([af5ed9b](af5ed9b))
  • Loading branch information
semantic-release-bot committed Sep 8, 2020
1 parent c49a2bc commit 7b30490
Show file tree
Hide file tree
Showing 2 changed files with 31 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.3.0</title>
<pubDate>Tue, 08 Sep 2020 11:01:56 +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.3.0/AltTab-6.3.0.zip"
sparkle:version="6.3.0"
sparkle:shortVersionString="6.3.0"
sparkle:edSignature="koQqXjwKW8t4xqD4UeaEpeIC83/8jtR20ioA6y4VTlR3TFfyjw8/m6Vt2Vd9SSh2zIGLWuy82SLHz7mxHeGBAg==" length="7209788"
type="application/octet-stream"/>
</item>


<item>
<title>Version 6.2.0</title>
<pubDate>Fri, 04 Sep 2020 19:18:53 +0000</pubDate>
Expand Down
17 changes: 17 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release notes

# [6.3.0](https://github.com/lwouis/alt-tab-macos/compare/v6.2.0...v6.3.0) (2020-09-08)


### Bug Fixes

* adobe audition windows were not showing up (closes [#581](https://github.com/lwouis/alt-tab-macos/issues/581)) ([6edced0](https://github.com/lwouis/alt-tab-macos/commit/6edced0))
* crash from appcenter in rare scenario ([c49a2bc](https://github.com/lwouis/alt-tab-macos/commit/c49a2bc)), closes [#1](https://github.com/lwouis/alt-tab-macos/issues/1)
* load app badges asynchronously to avoid system lag (closes [#563](https://github.com/lwouis/alt-tab-macos/issues/563)) ([29eff03](https://github.com/lwouis/alt-tab-macos/commit/29eff03))
* prevent rare crash seen in app center ([6ca58b1](https://github.com/lwouis/alt-tab-macos/commit/6ca58b1))


### Features

* show minimized/hidden windows last in the list (closes [#289](https://github.com/lwouis/alt-tab-macos/issues/289)) ([4fea943](https://github.com/lwouis/alt-tab-macos/commit/4fea943))
* split max screen size preference into width/height (closes [#579](https://github.com/lwouis/alt-tab-macos/issues/579)) ([6e2e5b4](https://github.com/lwouis/alt-tab-macos/commit/6e2e5b4))
* update es, ja, ko, nl, pt, pt-br localizations ([af5ed9b](https://github.com/lwouis/alt-tab-macos/commit/af5ed9b))

# [6.2.0](https://github.com/lwouis/alt-tab-macos/compare/v6.1.0...v6.2.0) (2020-09-04)


Expand Down

0 comments on commit 7b30490

Please sign in to comment.