Skip to content

Commit 12987ef

Browse files
committed
chore(app): prepare 0.15.0-beta.2
1 parent e40b1fa commit 12987ef

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- Web persistent media cache with improved unavailable media UI
4444
- Inline context preview for reaction and vote events in activity log
4545
- Interactive demo mode with guided tutorial, room browsing, mock IQ responses, and admin panel
46+
- Show ignored users section in MUC occupant panel
47+
- Render markdown headings as rich messages
4648

4749
### Changed
4850

@@ -54,6 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5456
- External links now open in system default browser instead of Tauri webview
5557
- Upgraded to React 19 with React Compiler for automatic memoization
5658
- Upgraded to Vite 8 with lazy-loaded infrequent views
59+
- Color @mentions with per-user consistent colors / XEP-0392
60+
- Hide reactions UI in chat rooms when disco#info fails
5761

5862
### Fixed
5963

@@ -76,6 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7680
- Delayed messages skipped when computing MAM catch-up cursor
7781
- Admin user list refreshed after closing completed command
7882
- New messages marker cleared when user scrolls past it
83+
- Wire destroy room button to SDK MUC implementation
84+
- Exclude ignored users from MUC room sidebar preview
7985

8086
## [0.14.0] - 2026-03-16
8187

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
- Web persistent media cache with improved unavailable media UI
3737
- Inline context preview for reaction and vote events in activity log
3838
- Interactive demo mode with guided tutorial, room browsing, mock IQ responses, and admin panel
39+
- Show ignored users section in MUC occupant panel
40+
- Render markdown headings as rich messages
3941

4042
### Changed
4143

@@ -47,6 +49,8 @@
4749
- External links now open in system default browser instead of Tauri webview
4850
- Upgraded to React 19 with React Compiler for automatic memoization
4951
- Upgraded to Vite 8 with lazy-loaded infrequent views
52+
- Color @mentions with per-user consistent colors / XEP-0392
53+
- Hide reactions UI in chat rooms when disco#info fails
5054

5155
### Fixed
5256

@@ -69,6 +73,8 @@
6973
- Delayed messages skipped when computing MAM catch-up cursor
7074
- Admin user list refreshed after closing completed command
7175
- New messages marker cleared when user scrolls past it
76+
- Wire destroy room button to SDK MUC implementation
77+
- Exclude ignored users from MUC room sidebar preview
7278

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"bundle": {
5858
"active": true,
5959
"targets": "all",
60-
"createUpdaterArtifacts": false,
60+
"createUpdaterArtifacts": true,
6161
"icon": [
6262
"icons/32x32.png",
6363
"icons/128x128.png",
@@ -68,7 +68,7 @@
6868
],
6969
"macOS": {
7070
"minimumSystemVersion": "10.13",
71-
"bundleVersion": "3dd7f9b",
71+
"bundleVersion": "e40b1fa",
7272
"entitlements": "Entitlements.plist",
7373
"signingIdentity": null
7474
},

0 commit comments

Comments
 (0)