Releases: prose-im/prose-app-web
Releases · prose-im/prose-app-web
0.4.0
- Move XMPP connection from WebSocket on HTTP port
443
to a native XMPP socket on TCP port5222
(for Tauri application builds only, note that this might cause issues on certain restrictive networks) [@valeriansaliou]. - Make topbar verification badge clickable to show OMEMO encryption details [@valeriansaliou].
- Add new section to encryption settings popup to verify user fingerprints [@valeriansaliou].
- Attempt to fix issues in the macOS application, where it could go into App Nap mode and never auto-reconnect to XMPP until the user interacts [@valeriansaliou].
- Update
@prose-im/prose-core-views
to latest version (enlarge up to 3 emojis, general bug fixes) [@valeriansaliou]. - Update
@prose-im/prose-sdk-js
to latest version (end-to-end message encryption improvements, message archives catch-up) [@valeriansaliou].
0.3.2
- Show a banner when a DM user timezone is different, and this user is currently on night time in their local timezone [@valeriansaliou].
- Show when a public or private channel is hosted on a remote XMPP server (in left sidebar) [@valeriansaliou].
- Implement click handlers on macOS application notification banners [@valeriansaliou].
- Improve notifications reliability on macOS application [@dscso].
- Improve reconnection timers for macOS application, so that they fire in due time when the application is in background state [@valeriansaliou].
- Set quarantine flag on application files downloaded from macOS application [@dscso].
- Update
@prose-im/prose-sdk-js
to latest version (end-to-end message encryption improvements) [@valeriansaliou].
0.3.1
- Implement unread stack section, used to see all unread messages without opening any conversation [@valeriansaliou].
- Show message author profile details (when mouse goes over sender name or avatar) [@valeriansaliou].
- Show who reacted to a message (when mouse goes over reaction count) [@valeriansaliou].
- Improve logging system for macOS application [@valeriansaliou].
- Update
@prose-im/prose-core-views
to latest version (support for reaction and message author mouse over events) [@valeriansaliou]. - Update
@prose-im/prose-sdk-js
to latest version (end-to-end message encryption improvements) [@valeriansaliou].
0.3.0
- Automatically reload profile right sidebar metadata as needed [@valeriansaliou].
- General interface improvements [@valeriansaliou].
- Rework login screen on macOS application [@valeriansaliou].
- Auto-hide tooltips after some time [@valeriansaliou].
- Add vibrancy on macOS application window [@valeriansaliou].
- Restore last viewed conversation when opening up the application [@valeriansaliou].
- Improve connection management [@valeriansaliou].
- Update
@prose-im/prose-core-views
to latest version (fixed misplaced message flags) [@valeriansaliou]. - Update
@prose-im/prose-sdk-js
to latest version (support for end-to-end message encryption) [@valeriansaliou].
0.2.4
- Implement message field formatting toolbar [@valeriansaliou].
- Update
@prose-im/prose-core-views
to latest version (improve Markdown parser) [@valeriansaliou].
0.2.3
- Fix auto-focus in certain fields [@valeriansaliou].
- Fix behavior of tooltips, where they may stay on screen while they would be expected to disappear [@valeriansaliou].
- Show composing indicator in the sidebar when someone is typing (only applies to DMs) [@valeriansaliou].
- Do not show message editor if pressing arrow up key while a message is being composed [@valeriansaliou].
- Update
@prose-im/prose-core-views
to latest version (fixed Safari SVG rendering issues) [@valeriansaliou].
0.2.2
- Add the
x86_64
architecture to the macOS Tauri bundle build matrix, built from GitHub Actions [@valeriansaliou]. - Speed up macOS Tauri bundle builds from GitHub Actions (divided total build time by 3, from
10m
to3m
mean), by using the GitHub runner architecture that's native to the architecture we build [@valeriansaliou].
0.2.1
- Improve performance with large message histories, by trimming history to a maximum when switching between rooms [@valeriansaliou].
- Improve reconnection flow when connection is lost (eg. after a network change or downtime) [@valeriansaliou].
- Overall Tauri improvements for the bundled macOS application (implement menu bar for macOS, file viewer full screen mode, bounce macOS Dock on file download) [@dscso].
- Update
@prose-im/prose-core-views
to latest version (improved message actions, add transient message modifier) [@valeriansaliou]. - Update
@prose-im/prose-sdk-js
to latest version (handle private MUC messages as transient messages) [@valeriansaliou].
0.2.0
- Bump minor version to
0.2.x
(out of0.1.x
), since Tauri build is now usable and automatically updatable from Prose servers [@valeriansaliou].
0.1.33
- Fix the Tauri application update manifest JSON file publishing from GitHub Actions [@valeriansaliou].