Skip to content

Releases: prose-im/prose-app-web

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].

0.1.33

23 Mar 20:49
0.1.33
b9bf947
Compare
Choose a tag to compare
  • Fix the Tauri application update manifest JSON file publishing from GitHub Actions [@valeriansaliou].

0.1.32

23 Mar 20:34
0.1.32
cc726e3
Compare
Choose a tag to compare
  • Attempt to fix the Tauri application update manifest JSON file publishing from GitHub Actions [@valeriansaliou].