Skip to content

Releases: prose-im/prose-app-web

0.4.1

04 Jun 06:58
0.4.1
7c4f6c9
Compare
Choose a tag to compare
  • Add an option in the application settings to change the default connection method (native XMPP or WebSocket) [@valeriansaliou].
  • Improve Tauri application native connection manager (attempt to fix some reconnection issues) [@valeriansaliou].
  • Update @prose-im/prose-core-views to latest version (last read message markers) [@valeriansaliou].
  • Update @prose-im/prose-sdk-js to latest version (last read message markers, unread messages loader) [@valeriansaliou].

0.4.0

31 May 09:31
0.4.0
863eebc
Compare
Choose a tag to compare
  • Move XMPP connection from WebSocket on HTTP port 443 to a native XMPP socket on TCP port 5222 (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

29 Apr 08:28
0.3.2
30ff063
Compare
Choose a tag to compare
  • 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

21 Apr 14:11
0.3.1
2346662
Compare
Choose a tag to compare
  • 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

10 Apr 08:30
0.3.0
6ad8b0a
Compare
Choose a tag to compare

0.2.4

31 Mar 14:31
0.2.4
709ad5e
Compare
Choose a tag to compare
  • Implement message field formatting toolbar [@valeriansaliou].
  • Update @prose-im/prose-core-views to latest version (improve Markdown parser) [@valeriansaliou].

0.2.3

28 Mar 09:54
0.2.3
c251ac2
Compare
Choose a tag to compare
  • 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

25 Mar 18:33
0.2.2
8811eab
Compare
Choose a tag to compare
  • 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 to 3m mean), by using the GitHub runner architecture that's native to the architecture we build [@valeriansaliou].

0.2.1

24 Mar 16:59
0.2.1
8bdd229
Compare
Choose a tag to compare
  • 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

23 Mar 21:00
0.2.0
bf2f49c
Compare
Choose a tag to compare
  • Bump minor version to 0.2.x (out of 0.1.x), since Tauri build is now usable and automatically updatable from Prose servers [@valeriansaliou].