Skip to content

Releases: krille-chan/fluffychat

rc1.19.2-1

13 Apr 15:24
e72a5af
Compare
Choose a tag to compare
rc1.19.2-1 Pre-release
Pre-release
build: Bump version to 1.19.2

v1.19.1

10 Apr 06:55
d731c61
Compare
Choose a tag to compare

Minor bugfix release for login with SSO on web.

  • feat: Show/hide third column in chat view (krille-chan)
  • design: Adjust some colors in inputbar (krille-chan)
  • fix: Login with SSO on web (krille-chan)
  • fix: Make chat permission settings null and type safe (krille-chan)
  • chore: do not use static openssl (ShootingStarDragons)
  • refactor: Move room headers into appbar bottom field (krille-chan)
  • refactor: new flutter only typing animation (krille-chan)

rc1.19.1-2

07 Apr 16:51
d731c61
Compare
Choose a tag to compare
rc1.19.1-2 Pre-release
Pre-release
ci: Update ruby version

rc1.19.1-1

07 Apr 14:11
da25c13
Compare
Choose a tag to compare
rc1.19.1-1 Pre-release
Pre-release
build: Bump version to 1.19.1

v1.19.0

01 Apr 08:16
4fca106
Compare
Choose a tag to compare

FluffyChat v1.19.0 features an improved design for message bubbles and a lot of fixes under the hood.

  • build: Update matrix dart sdk (Krille)
  • build: Update to flutter 3.19.5 (krille-chan)
  • chore: Add missing command hints (krille-chan)
  • chore: Add pagekey to custom page builder (Krille)
  • chore: Adjust design of typing indicator (Krille)
  • chore: Adjust ticker of notifications for Android (Krille)
  • chore: Calc blurhash in other thread (Krille)
  • chore: Mark muted unread rooms with bold text (krille-chan)
  • chore: More minimal matrix pill (Krille)
  • chore: Try out CupertinoPage instead of custom transition in router (krille-chan)
  • ci: add a license compliance check (lauren n. liberda)
  • design: Connect bubbles from same sender (krille-chan)
  • design: Display images in correct ratio in timeline (krille-chan)
  • design: Make appbar in material you design for mobile mode (krille-chan)
  • design: New sticker picker next to emoji picker (krille-chan)
  • design: Nicer QR Code design (krille-chan)
  • design: Nicer reactions design with size animations (Krille)
  • feat: Add insert content via gboard (krille-chan)
  • feat: Reply with one button in desktop (krille-chan)
  • fix: Do not sync in background mode (krille-chan)
  • fix: FluffyChat should assume m.change_password capabilitiy is supported if not present per spec (krille-chan)
  • fix: never use root navigator for bottom sheets (The one with the braid)
  • fix: Remove pantalaimon message with normal error message (krille-chan)
  • fix: Search in spaces view (krille-chan)
  • fix: Set read marker on web (Krille)
  • fix: Point to correct path for auth.html so completing sso login flow no longer 404s (Gavin Mogan)
  • refactor: Better logic for removing outdated notifications (Krille)
  • refactor: Enhance logic when to mark room as read (krille-chan)
  • refactor: Remove old aliases workaround (Krille)
  • refactor: Sticker widget code (Krille)
  • refactor: Use dart blurhash (Krille)
  • Translated using Weblate (Basque) (xabirequejo)
  • Translated using Weblate (Interlingua) (Software In Interlingua)

rc1.19.0-4

31 Mar 12:40
4fca106
Compare
Choose a tag to compare
rc1.19.0-4 Pre-release
Pre-release
fix: Always send info object for stickers

rc1.19.0-3

31 Mar 11:03
f4196f3
Compare
Choose a tag to compare
rc1.19.0-3 Pre-release
Pre-release
chore: Follow up hovermenu

rc1.19.0-2

30 Mar 06:41
3c532f9
Compare
Choose a tag to compare
rc1.19.0-2 Pre-release
Pre-release
chore: unify desktop and mobile databases (#764)

* chore: unify desktop and mobile databases

- migrate `package:sqflite_flutter` to `sqlcipher_flutter_libs`
- use FFI for all SQLite operations
- use `SQfLiteEncryptionHelper` for database encryption
- enforce encryption for new SQLite datbase implementation
- migrate existing SQLite databases
 - encrypt unencrypted ones
 - migrate database locations to unified approach
- drop dependency on sqlite

Signed-off-by: The one with the braid <info@braid.business>

* chore: add sqlcipher to macos CI

Signed-off-by: The one with the braid <info@braid.business>

---------

Signed-off-by: The one with the braid <info@braid.business>

rc1.19.0-1

29 Mar 09:44
97f6067
Compare
Choose a tag to compare
rc1.19.0-1 Pre-release
Pre-release
build: Bump version to v1.19.0

v1.18.0

25 Feb 08:09
05a099e
Compare
Choose a tag to compare
  • feat: Add speed button for audioplayer (krille-chan)
  • feat: enhanced send video functionality by adding toggle send original (Mubeen Rizvi)
  • feat: add dialog to hide presence list with long-press (Marcus Hoffmann)
  • feat: Add notification shortcuts to android (krille-chan)
  • feat: make showing user presence info optional (Marcus Hoffmann)
  • feat: Open chat on shortcut click on android (krille-chan)
  • fix: BuildContext crash when joining room (krille-chan)
  • fix: Export session (krille-chan)
  • fix: Notifications open sometimes automatically on android (krille-chan)
  • fix: Open room after join (krille-chan)
  • fix: Open room by notification happened multiple times (krille-chan)
  • fix: Open room links with event id (krille-chan)
  • fix: properly initialize hideUnimportantStateEvents setting (Marcus Hoffmann)
  • fix: Remove status msg not changeable from old cache (krille-chan)
  • fix: use correct icons for chat pin/unpin (Marcus Hoffmann)
  • fix: use correct icons for mark read/unread action (Marcus Hoffmann)
  • build: Update Linux build files (krille-chan)
  • build: Update to Flutter 3.19.1 (Krille)
  • chore: Add more information to Person object in android notifications (krille-chan)
  • chore: Thumbnail follow up for notifications (Krille)
  • refactor: Better download UX with file picker for android and iOS (krille-chan)
  • refactor: Use hashcode instead of string to id workaround for notifications (Krille)
  • Added translation using Weblate (Belarusian) (kopatych)
  • Added translation using Weblate (Interlingua) (Software In Interlingua)
  • Translated using Weblate (Arabic) (Rex_sa)
  • Translated using Weblate (Basque) (xabirequejo)
  • Translated using Weblate (Chinese (Simplified)) (Poesty Li)
  • Translated using Weblate (Chinese (Simplified)) (大王叫我来巡山)
  • Translated using Weblate (Estonian) (Priit Jõerüüt)
  • Translated using Weblate (Galician) (josé m)
  • Translated using Weblate (German) (Benjamin Wagner)
  • Translated using Weblate (Greek) (Benjamin Wagner)
  • Translated using Weblate (Russian) (Benjamin Wagner)
  • Translated using Weblate (Russian) (v1s7)
  • Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
  • Translated using Weblate (Ukrainian) (Сергій)