Skip to content

Commit

Permalink
chore(release): 7.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.16.0](v7.15.0...v7.16.0) (2025-01-04)

### Bug Fixes

* app badges could be incorrectly positioned on the very first launch ([c2ccccd](c2ccccd))
* app-icons wouldn't show when permissions were skipped ([837fa03](837fa03))
* screen recording warnings shouldn't appear with skipped permissions ([f027b47](f027b47))

### Features

* improve performance by caching preferences better ([d653a54](d653a54))
  • Loading branch information
semantic-release-bot committed Jan 4, 2025
1 parent 1e01747 commit 720dde1
Show file tree
Hide file tree
Showing 2 changed files with 28 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 7.16.0</title>
<pubDate>Sat, 04 Jan 2025 01:31:25 +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/v7.16.0/AltTab-7.16.0.zip"
sparkle:version="7.16.0"
sparkle:shortVersionString="7.16.0"
sparkle:edSignature="7Jsnp1f6p+DSyonDKYdp5VQk7Vlto6ft40SiZBNyiRKqAAf5RNKWCVp84P0QQjIH05DXRQczYcN3LdeiECRwAw==" length="12110300"
type="application/octet-stream"/>
</item>


<item>
<title>Version 7.15.0</title>
<pubDate>Thu, 02 Jan 2025 18:33:13 +0000</pubDate>
Expand Down
14 changes: 14 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release notes

# [7.16.0](https://github.com/lwouis/alt-tab-macos/compare/v7.15.0...v7.16.0) (2025-01-04)


### Bug Fixes

* app badges could be incorrectly positioned on the very first launch ([c2ccccd](https://github.com/lwouis/alt-tab-macos/commit/c2ccccd))
* app-icons wouldn't show when permissions were skipped ([837fa03](https://github.com/lwouis/alt-tab-macos/commit/837fa03))
* screen recording warnings shouldn't appear with skipped permissions ([f027b47](https://github.com/lwouis/alt-tab-macos/commit/f027b47))


### Features

* improve performance by caching preferences better ([d653a54](https://github.com/lwouis/alt-tab-macos/commit/d653a54))

# [7.15.0](https://github.com/lwouis/alt-tab-macos/compare/v7.14.1...v7.15.0) (2025-01-02)


Expand Down

0 comments on commit 720dde1

Please sign in to comment.