Skip to content

Commit 4d4b590

Browse files
committed
release: prepare v0.3.7
1 parent a5cad44 commit 4d4b590

9 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ level the commit history supports; from `v0.1.6` onward, entries are written as
1616

1717
## [Unreleased]
1818

19+
## [0.3.7] — 2026-09-15
20+
1921

2022

2123
### Fixed
2224

23-
- **An install or update through the installer ended on Sony's player.** *Launcher-tested;
24-
device-unverified.* The installer tells people not to unplug the player while it updates, so the
25-
boot after an install always had a cable in — and a cable at power-on is the escape to Sony's
25+
- **An install or update through the installer ended on Sony's player.** *Launcher-tested; half
26+
device-verified 2026-09-15: after a `tools/cinder-install.sh` flash with the cable in, the player
27+
came up on Cinder, logged the stood-down line and spent the pass. The installer's own write of the
28+
pass, and the cable boot after it, are not yet verified.* The installer tells people not to
29+
unplug the player while it updates, so the boot after an install always had a cable in — and a
30+
cable at power-on is the escape to Sony's
2631
player, so the install looked as if it had failed. The installer now leaves a one-shot pass on
2732
`/data`: the next boot starts Cinder with the cable in, and the launcher spends the pass on that
2833
boot whether or not Cinder starts, so from the boot after it a cable at power-on reaches Sony's
@@ -1724,7 +1729,8 @@ First tagged release.
17241729
- The wired-headphone volume-change pop: 26 pops below volume 100 against 1 above, and it is not
17251730
the shell or any mixer control ([`docs/`](docs/)).
17261731

1727-
[Unreleased]: https://github.com/superwilso/Cinder/compare/v0.3.6...HEAD
1732+
[Unreleased]: https://github.com/superwilso/Cinder/compare/v0.3.7...HEAD
1733+
[0.3.7]: https://github.com/superwilso/Cinder/compare/v0.3.6...v0.3.7
17281734
[0.3.6]: https://github.com/superwilso/Cinder/compare/v0.3.5...v0.3.6
17291735
[0.3.5]: https://github.com/superwilso/Cinder/compare/v0.3.4...v0.3.5
17301736
[0.3.4]: https://github.com/superwilso/Cinder/compare/v0.3.3...v0.3.4

cinder-home/dist/PAYLOAD.sha256

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Written by tools/release.sh AFTER a byte-for-byte rebuild check; verified by
33
# .github/workflows/release.yml before anything is published. Do not edit by hand —
44
# a mismatch here is the runner telling you the payload is not what was verified.
5-
tag v0.3.6
6-
51064a44149b7f99401d2be438118516ac07e18fcee3defde214c85015d161ff cinder-home/dist/stable/cinder-home
5+
tag v0.3.7
6+
8af0e3b22664b462ba0bb72756bb987e7390c271ea48e359beabf24a1b42ca29 cinder-home/dist/stable/cinder-home
77
3a89166e4073432cfb8dab1c1ee4f05d87a1bc9e0ca6ae1860bb94e4c604677b cinder-home/dist/stable/cinder-probe
88
7788d381d609eb80dcb4db6305106dbfad4f8f0d01738022bd5c65d6f8cff7ba cinder-home/dist/stable/cinder-umount
99
42dd6d1f20d7602bf66ef2ff67174623cfb037fdc9564158e46b21ed55d20b26 cinder-home/dist/stable/cinder-power
@@ -14,5 +14,5 @@ d2eeb22e165bd9dcf01b9862af6e17dbdd157817cbfac54fd14adf77516193fd cinder-home/di
1414
f7682696f4f1c200c5ceb9ae04b82aac7ca5a7515ba3ff76db8f92cf61624898 cinder-home/dist/stable/cinder-battery
1515
763b0c422a3eb185b7a58466881d6fde0c6233994f73767178edbca3dd2bbb22 cinder-home/dist/stable/cinder-signature.sh
1616
458a402e8e1a5b5c37721e5a33298ecbb76173552f1ff2daa4708e1eb7735e05 cinder-home/dist/stable/cinder_components.conf
17-
f26d8a7a050ac4442f5c42c7c0e144eca7c52205bbb09d64a358a7d3aa509842 cinder-home/dist/stable/cinder_home_install.upg
17+
0d3f0781fbd740ab19a6c102bcc15e0a3d33562d6e170b4c18761a136b597775 cinder-home/dist/stable/cinder_home_install.upg
1818
5f625e06593da7a7f7fef4ef1e2fd23990e39a614440c60265e58ff0562ea648 cinder-home/dist/stable/cinder_home_uninstall.upg
0 Bytes
Binary file not shown.
4 KB
Binary file not shown.
-29 Bytes
Loading
-44 Bytes
Loading
-30 Bytes
Loading

installer/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

installer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cinder-installer"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
edition = "2021"
55
description = "Install, update or remove Cinder on a Sony NW-A50-series Walkman"
66
license = "MIT"

0 commit comments

Comments
 (0)