Skip to content

Commit c876ea3

Browse files
committed
Prepare release of v0.13.2-beta.4
1 parent c8b566e commit c876ea3

6 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ All notable changes to Fluux Messenger are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.13.2] - 2026-02-16
8+
## [0.13.2] - 2026-02-18
99

1010
### Added
1111

1212
- SDK: Connection state machine for more predictable connection lifecycle
1313
- `--dangerous-insecure-tls` CLI flag to disable TLS certificate verification
1414
- SDK diagnostic logging for user troubleshooting, with shortcut to access log file
1515
- Russian, Belarusian, Ukrainian, and Simplified Chinese translations (31 languages total)
16+
- Linux system tray support with close-to-tray functionality
17+
- Mod+Q full quit shortcut on Windows/Linux
1618

1719
### Changed
1820

@@ -37,6 +39,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3739
- Room avatar loss when occupant goes offline
3840
- Duplicate messages from IRC bridges in MAM queries
3941
- Avatar blob URL memory leak with deduplication pool
42+
- Status message updates while staying online
43+
- MUC nick preserved on reconnect short-circuit
44+
- Linux logout lockups on proxy disconnect
45+
- Non-fatal errors now keep reconnecting with capped backoff
4046

4147
## [0.13.1] - 2026-02-13
4248

RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## What's New in v0.13.2-beta.3
1+
## What's New in v0.13.2-beta.4
22

33
### Added
44

55
- SDK: Connection state machine for more predictable connection lifecycle
66
- `--dangerous-insecure-tls` CLI flag to disable TLS certificate verification
77
- SDK diagnostic logging for user troubleshooting, with shortcut to access log file
88
- Russian, Belarusian, Ukrainian, and Simplified Chinese translations (31 languages total)
9+
- Linux system tray support with close-to-tray functionality
10+
- Mod+Q full quit shortcut on Windows/Linux
911

1012
### Changed
1113

@@ -30,6 +32,10 @@
3032
- Room avatar loss when occupant goes offline
3133
- Duplicate messages from IRC bridges in MAM queries
3234
- Avatar blob URL memory leak with deduplication pool
35+
- Status message updates while staying online
36+
- MUC nick preserved on reconnect short-circuit
37+
- Linux logout lockups on proxy disconnect
38+
- Non-fatal errors now keep reconnecting with capped backoff
3339

3440
---
3541
[Full Changelog](https://github.com/processone/fluux-messenger/blob/main/CHANGELOG.md)

apps/fluux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmpp/fluux",
3-
"version": "0.13.2-beta.3",
3+
"version": "0.13.2-beta.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/fluux/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"macOS": {
6161
"minimumSystemVersion": "10.13",
62-
"bundleVersion": "9d409c9",
62+
"bundleVersion": "c8b566e",
6363
"entitlements": "Entitlements.plist",
6464
"signingIdentity": null
6565
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fluux",
33
"private": true,
44
"license": "AGPL-3.0-or-later",
5-
"version": "0.13.2-beta.3",
5+
"version": "0.13.2-beta.4",
66
"type": "module",
77
"workspaces": [
88
"packages/*",

packages/fluux-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluux/sdk",
3-
"version": "0.13.2-beta.3",
3+
"version": "0.13.2-beta.4",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)