Skip to content

Commit d8c32f7

Browse files
committed
v0.2.0
1 parent 0bea743 commit d8c32f7

4 files changed

Lines changed: 107 additions & 14 deletions

File tree

content/releases/v0.2.0.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
+++
2+
title = "Cache v0.2.0"
3+
date = 2026-03-23
4+
description = "Cache v0.2.0 release artifacts and verification"
5+
6+
[extra]
7+
artifact_count = 4
8+
github_release = "https://github.com/rocketware/cache/releases/tag/v0.2.0"
9+
changelog = ["Change default editing mode from vim to simple", "Add option to recover files from database when missing from disk", "Add recovery dialog when saving a note whose file was deleted externally", "Fix new repository license file created with invalid content causing corrupt validation", "Fix timed note edits lost when navigating away before auto-save", "Fix tutorial add/remove causing disruptive full app reinitialisation", "Fix license not revalidated when switching repositories", "Fix Linux taskbar icon not displaying", "Include icons and desktop file in Linux tarball distribution", "Fix auto-push showing error snackbar when no remote is configured", "Add setup guide link to sync setup screen", "Fix note reload showing raw TOML frontmatter after external change", "Fix virtual keyboard backspace not deleting selected text"]
10+
11+
[[extra.artifacts]]
12+
platform = "android"
13+
format = "apk"
14+
arch = "arm"
15+
filename = "cache-0.2.0-android-arm.apk"
16+
checksum_sha256 = "9733c4bd5430558776232cda006a2eaf507bbc6feba3d1bab226d29671671c5b"
17+
filesize = "32.1.1 MB"
18+
github_url = "https://github.com/rocketware/cache/releases/download/v0.2.0/cache-0.2.0-android-arm.apk"
19+
signing_key = "e0fb26d760323772b247b4d35d342fb0ef409b17227cdbcaa843d39a24fa431e"
20+
21+
[[extra.artifacts]]
22+
platform = "android"
23+
format = "apk"
24+
arch = "arm64"
25+
filename = "cache-0.2.0-android-arm64.apk"
26+
checksum_sha256 = "5b083ad9ff92d1e947671d100e3a83c6c379520a2d716e5c2a5a0b22e543eef2"
27+
filesize = "35.1.1 MB"
28+
github_url = "https://github.com/rocketware/cache/releases/download/v0.2.0/cache-0.2.0-android-arm64.apk"
29+
signing_key = "e0fb26d760323772b247b4d35d342fb0ef409b17227cdbcaa843d39a24fa431e"
30+
31+
[[extra.artifacts]]
32+
platform = "android"
33+
format = "apk"
34+
arch = "x64"
35+
filename = "cache-0.2.0-android-x64.apk"
36+
checksum_sha256 = "454ef18af729e14c5e2319e1f23995678f09008597777eeba6599fcd17b3bcea"
37+
filesize = "36.7.7 MB"
38+
github_url = "https://github.com/rocketware/cache/releases/download/v0.2.0/cache-0.2.0-android-x64.apk"
39+
signing_key = "e0fb26d760323772b247b4d35d342fb0ef409b17227cdbcaa843d39a24fa431e"
40+
41+
[[extra.artifacts]]
42+
platform = "macos"
43+
format = "dmg"
44+
arch = "universal"
45+
filename = "cache-0.2.0-macos-universal.dmg"
46+
checksum_sha256 = "f01647ad3516816640548360be11a840862957dde1e7d3064d80de4b584a0a2a"
47+
filesize = "42.0.0 MB"
48+
github_url = "https://github.com/rocketware/cache/releases/download/v0.2.0/cache-0.2.0-macos-universal.dmg"
49+
apple_team_id = "U4KM65Y22D"
50+
+++

data/downloads.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cache Download Sources — latest versions for the website
22
# Template priority: store_url > github_url > disabled
33

4-
latest_version = "0.1.0"
4+
latest_version = "0.2.0"
55

66
[[platforms]]
77
id = "android"
@@ -23,31 +23,31 @@ verify_anchor = "android-apk"
2323
[[platforms.downloads]]
2424
id = "apk_arm64"
2525
name = "APK (arm64)"
26-
version = "0.1.0"
26+
version = "0.2.0"
2727
signing_key = "e0fb26d760323772b247b4d35d342fb0ef409b17227cdbcaa843d39a24fa431e"
2828
checksum_sha256 = "906131fd6511781025fbf230cdec39f79be6811bf2a48ea0e4ed854bc73cd319"
29-
github_url = "https://github.com/rocketware/cache/releases/download/v0.1.0/cache-0.1.0-android-arm64.apk"
30-
rocketware_url = "https://download.rocketware.io/cache/v0.1.0/cache-0.1.0-android-arm64.apk"
29+
github_url = "https://github.com/rocketware/cache/releases/download/v0.2.0/cache-0.2.0-android-arm64.apk"
30+
rocketware_url = "https://download.rocketware.io/cache/v0.2.0/cache-0.2.0-android-arm64.apk"
3131
enabled = true
3232

3333
[[platforms.downloads]]
3434
id = "apk_arm"
3535
name = "APK (arm)"
36-
version = "0.1.0"
36+
version = "0.2.0"
3737
signing_key = "e0fb26d760323772b247b4d35d342fb0ef409b17227cdbcaa843d39a24fa431e"
3838
checksum_sha256 = "4178138db2152ab624a26eeaecde1de6dd6f455963fe70ce5286a1997f086569"
39-
github_url = "https://github.com/rocketware/cache/releases/download/v0.1.0/cache-0.1.0-android-arm.apk"
40-
rocketware_url = "https://download.rocketware.io/cache/v0.1.0/cache-0.1.0-android-arm.apk"
39+
github_url = "https://github.com/rocketware/cache/releases/download/v0.2.0/cache-0.2.0-android-arm.apk"
40+
rocketware_url = "https://download.rocketware.io/cache/v0.2.0/cache-0.2.0-android-arm.apk"
4141
enabled = true
4242

4343
[[platforms.downloads]]
4444
id = "apk_x64"
4545
name = "APK (x64)"
46-
version = "0.1.0"
46+
version = "0.2.0"
4747
signing_key = "e0fb26d760323772b247b4d35d342fb0ef409b17227cdbcaa843d39a24fa431e"
4848
checksum_sha256 = "e30b20274cb865c69fc42df7f01fe0b5ea7a008bcd64cb00f2b546cb35bab571"
49-
github_url = "https://github.com/rocketware/cache/releases/download/v0.1.0/cache-0.1.0-android-x64.apk"
50-
rocketware_url = "https://download.rocketware.io/cache/v0.1.0/cache-0.1.0-android-x64.apk"
49+
github_url = "https://github.com/rocketware/cache/releases/download/v0.2.0/cache-0.2.0-android-x64.apk"
50+
rocketware_url = "https://download.rocketware.io/cache/v0.2.0/cache-0.2.0-android-x64.apk"
5151
enabled = true
5252

5353
[[platforms]]
@@ -64,10 +64,10 @@ verify_anchor = "macos"
6464
[[platforms.downloads]]
6565
id = "dmg"
6666
name = "DMG (universal)"
67-
version = "0.1.0"
68-
checksum_sha256 = "fa661b1c3af9a9e221f7102df27b6fe03a75f7a0c03bf2c468965d3f31edd57d"
69-
github_url = "https://github.com/rocketware/cache/releases/download/v0.1.0/cache-0.1.0-macos-universal.dmg"
70-
rocketware_url = "https://download.rocketware.io/cache/v0.1.0/cache-0.1.0-macos-universal.dmg"
67+
version = "0.2.0"
68+
checksum_sha256 = "f01647ad3516816640548360be11a840862957dde1e7d3064d80de4b584a0a2a"
69+
github_url = "https://github.com/rocketware/cache/releases/download/v0.2.0/cache-0.2.0-macos-universal.dmg"
70+
rocketware_url = "https://download.rocketware.io/cache/v0.2.0/cache-0.2.0-macos-universal.dmg"
7171
enabled = true
7272

7373
[[platforms]]
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
version = "0.2.0"
2+
date = "2026-03-23"
3+
changelog = ["Change default editing mode from vim to simple", "Add option to recover files from database when missing from disk", "Add recovery dialog when saving a note whose file was deleted externally", "Fix new repository license file created with invalid content causing corrupt validation", "Fix timed note edits lost when navigating away before auto-save", "Fix tutorial add/remove causing disruptive full app reinitialisation", "Fix license not revalidated when switching repositories", "Fix Linux taskbar icon not displaying", "Include icons and desktop file in Linux tarball distribution", "Fix auto-push showing error snackbar when no remote is configured", "Add setup guide link to sync setup screen", "Fix note reload showing raw TOML frontmatter after external change", "Fix virtual keyboard backspace not deleting selected text"]
4+
5+
[[artifacts]]
6+
platform = "android"
7+
format = "apk"
8+
arch = "arm"
9+
filename = "cache-0.2.0-android-arm.apk"
10+
checksum_sha256 = "9733c4bd5430558776232cda006a2eaf507bbc6feba3d1bab226d29671671c5b"
11+
filesize = "32.1.1 MB"
12+
signing_key = "e0fb26d760323772b247b4d35d342fb0ef409b17227cdbcaa843d39a24fa431e"
13+
14+
[[artifacts]]
15+
platform = "android"
16+
format = "apk"
17+
arch = "arm64"
18+
filename = "cache-0.2.0-android-arm64.apk"
19+
checksum_sha256 = "5b083ad9ff92d1e947671d100e3a83c6c379520a2d716e5c2a5a0b22e543eef2"
20+
filesize = "35.1.1 MB"
21+
signing_key = "e0fb26d760323772b247b4d35d342fb0ef409b17227cdbcaa843d39a24fa431e"
22+
23+
[[artifacts]]
24+
platform = "android"
25+
format = "apk"
26+
arch = "x64"
27+
filename = "cache-0.2.0-android-x64.apk"
28+
checksum_sha256 = "454ef18af729e14c5e2319e1f23995678f09008597777eeba6599fcd17b3bcea"
29+
filesize = "36.7.7 MB"
30+
signing_key = "e0fb26d760323772b247b4d35d342fb0ef409b17227cdbcaa843d39a24fa431e"
31+
32+
[[artifacts]]
33+
platform = "macos"
34+
format = "dmg"
35+
arch = "universal"
36+
filename = "cache-0.2.0-macos-universal.dmg"
37+
checksum_sha256 = "f01647ad3516816640548360be11a840862957dde1e7d3064d80de4b584a0a2a"
38+
filesize = "42.0.0 MB"
39+
apple_team_id = "U4KM65Y22D"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
untrusted comment: signature from minisign secret key
2+
RUSuyCCt9+/8XF3QtgSVNmGyakYswaWazKqwufxFhHD704MIWHuNHHCoevL1JqOSNBD55TeIxTEmgMjr9M2cPddoTaA7hpl7Pg8=
3+
trusted comment: Cache v0.2.0 release manifest
4+
f9i2h01y3bJlzIld0YLq7h9oxEdpFaVmh/jRZ0mcHrzz3eZDgYiRUC/mBU65Vzgb4zv2wEzcJtFHtazmJkj+Dg==

0 commit comments

Comments
 (0)