Skip to content

Commit

Permalink
chore(release): 7.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.2](v7.0.1...v7.0.2) (2024-10-12)

### Bug Fixes

* avoid crashing in some cases ([d46d903](d46d903))
* block titles in preferences in rtl languages ([ea5574b](ea5574b))
* preferences panel icons wouldnt show on old macos versions ([9258acf](9258acf))
* show titles > application name, in thumbnails style (closes [#3667](#3667)) ([b4e97ea](b4e97ea))
  • Loading branch information
semantic-release-bot committed Oct 12, 2024
1 parent 9258acf commit 609a251
Show file tree
Hide file tree
Showing 2 changed files with 24 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.0.2</title>
<pubDate>Sat, 12 Oct 2024 11:09:58 +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.0.2/AltTab-7.0.2.zip"
sparkle:version="7.0.2"
sparkle:shortVersionString="7.0.2"
sparkle:edSignature="VVXljkCyzO/m5wy0lYnSsKS1oG0tU2gl4l+ECGvYwP094uaCg5v/G3jmgqEUZAD9uYRfyEqwBgX9XbO93Nn/Dg==" length="12231229"
type="application/octet-stream"/>
</item>


<item>
<title>Version 7.0.1</title>
<pubDate>Fri, 11 Oct 2024 10:14:05 +0000</pubDate>
Expand Down
10 changes: 10 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release notes

## [7.0.2](https://github.com/lwouis/alt-tab-macos/compare/v7.0.1...v7.0.2) (2024-10-12)


### Bug Fixes

* avoid crashing in some cases ([d46d903](https://github.com/lwouis/alt-tab-macos/commit/d46d903))
* block titles in preferences in rtl languages ([ea5574b](https://github.com/lwouis/alt-tab-macos/commit/ea5574b))
* preferences panel icons wouldnt show on old macos versions ([9258acf](https://github.com/lwouis/alt-tab-macos/commit/9258acf))
* show titles > application name, in thumbnails style (closes [#3667](https://github.com/lwouis/alt-tab-macos/issues/3667)) ([b4e97ea](https://github.com/lwouis/alt-tab-macos/commit/b4e97ea))

## [7.0.1](https://github.com/lwouis/alt-tab-macos/compare/v7.0.0...v7.0.1) (2024-10-11)


Expand Down

0 comments on commit 609a251

Please sign in to comment.