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
5 changes: 0 additions & 5 deletions .changeset/polyfill-change-array-by-copy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shrink-foss-android-apk.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Sable Client Changelog

## 1.22.5 (2026-09-20)

### Fixes

* Fix a crash on older WebViews that lack `toSorted`, `toReversed`, and `with`. by @eleboucher in #2122
* Shrink the Android APK: strip the native library, drop bundled source maps, and split the F-Droid build per ABI. by @eleboucher in #2122

## 1.22.4 (2026-09-18)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sable",
"version": "1.22.4",
"version": "1.22.5",
"description": "An almost stable Matrix client",
"keywords": [],
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sable"
version = "1.22.4"
version = "1.22.5"
description = "Yet another matrix client but better"
authors = ["Sable Maintainers"]
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Sable",
"version": "1.22.4",
"version": "1.22.5",
"identifier": "moe.sable.client",
"build": {
"frontendDist": "../dist",
Expand Down
Loading