mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
The single CHANGELOG.md had grown to ~7.9k lines. Move it to docs/changelog/ with one file per release, named with zero-padded minor/patch versions (e.g. v1.11.00.md) so plain file browsers sort them correctly. Add a README.md index (newest first) and a TEMPLATE.md for cutting new releases. The root CHANGELOG.md now points to the new location.
1.2 KiB
1.2 KiB
v1.09.2: Fixes
- Fix Blossom blob detection to reject non-compliant filenames by @greenart7c3 in #2919
- fix(desktop): add ProGuard keep rules so desktop builds actually launch by @mstrofnone in #2921
- fix(desktop): mirror Android ProGuard strategy for release builds by @mstrofnone in #2922
- fix(video): pause playback when app goes to background by @vitorpamplona in #2925
- feat(desktop): wire NamecoinSettingsSection into Settings screen by @mstrofnone in #2923
- feat(desktop): wire Import Follow List dialog into UI by @mstrofnone in #2924
- Fix crash when toggling home tabs with persisted pager state by @vitorpamplona in #2930
- Dedupe public channels in known chat list by channel id by @vitorpamplona in #2932
- Route NIP-43 relay join/leave through launchSigner by @vitorpamplona in #2933
- Migrate DNS cache from SharedPreferences to cacheDir by @vitorpamplona in #2935
- Filter DNS poison (loopback / any-local) from non-loopback hosts by @vitorpamplona in #2936
- perf(dns-cache): hand-rolled binary persistence format for SurgeDnsStore by @vitorpamplona in #2937
- Ignore duplicated hashtags in different char cases when processing hashtag spam by @vitorpamplona
- New Crowdin translations