Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

- Corner Toast UI: New notification style for quick actions and feedback

# v1.4.0 (2025-06-30)

# Eccentric Eggplant

## v1.4.0

## New Features

- Corner Toast UI: New notification style for quick actions and feedback

# v1.3.0 (2025-06-09)

# Dizzy Donut
Expand Down
6 changes: 3 additions & 3 deletions Formula/swiftkey.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Swiftkey < Formula
desc "Hackable launcher for macOS"
homepage "https://swiftkey.app"
url "https://github.com/amebalabs/SwiftKey/releases/download/v1.3.0/SwiftKey-1.3.0.zip"
sha256 "a2abe45f145c8948ca7badf94423f4164ec8446f419f055afbbe71ce7c04d81a"
version "1.3.0"
url "https://github.com/amebalabs/SwiftKey/releases/download/v1.4.0/SwiftKey-1.4.0.zip"
sha256 "5ce100abd54eacd7052b130d67e8908ba075d9b2cb21c2e118d3effd35a07410"
version "1.4.0"

depends_on macos: ">= :monterey"

Expand Down
18 changes: 9 additions & 9 deletions docs/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<description>SwiftKey Updates</description>
<language>en</language>
<item>
<title>SwiftKey 1.3.0</title>
<sparkle:version>1.3.0</sparkle:version>
<sparkle:shortVersionString>1.3.0</sparkle:shortVersionString>
<title>SwiftKey 1.4.0</title>
<sparkle:version>1.4.0</sparkle:version>
<sparkle:shortVersionString>1.4.0</sparkle:shortVersionString>
<description><![CDATA[]]></description>
<pubDate>Mon, 09 Jun 2025 15:17:40 +0000</pubDate>
<pubDate>Mon, 30 Jun 2025 20:52:56 +0000</pubDate>
<enclosure
url="https://github.com/amebalabs/SwiftKey/releases/download/v1.3.0/SwiftKey-1.3.0.zip"
sparkle:version="1.3.0"
sparkle:shortVersionString="1.3.0"
url="https://github.com/amebalabs/SwiftKey/releases/download/v1.4.0/SwiftKey-1.4.0.zip"
sparkle:version="1.4.0"
sparkle:shortVersionString="1.4.0"
type="application/octet-stream"
sparkle:edSignature="YU5Hl87rrHRy0mHTNk3WzMVkG8M4lg0QuUgHrmunXhgvj6VVYCRst5bFBDjBb3Wm/kjASjeCl0IO5yGxk7TACQ==" length="6521683"
sparkle:sha256="a2abe45f145c8948ca7badf94423f4164ec8446f419f055afbbe71ce7c04d81a"
sparkle:edSignature="xmmTmcC7QRMzTStfBSdbwa0Rul6Ond5Ol/rdUo10cybznq+5TV0tNEtA642Ukt+bnSFycpnoRdDUe8V7aURNDA==" length="6631088"
sparkle:sha256="5ce100abd54eacd7052b130d67e8908ba075d9b2cb21c2e118d3effd35a07410"
/>
</item>
</channel>
Expand Down