krille-chan
1a3774fbcf
build: Update secure storage on linux
1 year ago
krille-chan
8cedd2a45a
build: Update go router
1 year ago
krille-chan
fc959ce3e5
refactor: Use file selector on linux
1 year ago
krille-chan
5ee30c35c6
build: Update flutter local notifications package
1 year ago
baltevl
96ecc878b4
build: Add unifiedpush_ui package
...
Add unifiedpush_ui as part of unifiedpush was split off into it.
1 year ago
Krille
c636bc573a
build: Update emoji picker package
1 year ago
krille-chan
8e5474b4e4
build: Update dependencies
1 year ago
krille-chan
5c9880f0b2
refactor: Load bytes from sending files later to not let app crash
1 year ago
Krille
2cad97fac7
build: Update dependencies
1 year ago
Krille
c63a53bbcc
build: Update to matrix dart sdk 0.33
1 year ago
krille-chan
4efd73c943
build: Update flutter to 3.24.2
1 year ago
krille-chan
3e06537d1b
chore: Follow up vm service
1 year ago
krille-chan
bff1f8c696
build: follow up vm service
1 year ago
krille-chan
ca33a2dbda
build: Prepare flutter 3.24
1 year ago
krille-chan
3ce4df8425
build: Fix build linux after flutter 3.24.1 and add handy_window
1 year ago
Krille
e38ccbebbe
build: Update matrix dart sdk
1 year ago
Krille-chan
53b8b5290e
Merge pull request #1291 from krille-chan/krille/use-auth-media
...
feat: Use matrix authenticated media
1 year ago
Krille
158a6855c3
feat: Use matrix authenticated media
1 year ago
krille-chan
dec588d0c0
refactor: Simplify login UX
1 year ago
krille-chan
249c6e0fa2
build: Update video compress and other dependencies
1 year ago
krille-chan
2615632881
chore: Remove emoji proposals feature
1 year ago
Krille
02430a952d
build: Update to Matrix SDK 0.32.0
1 year ago
Krille
a7473af40f
feat: Record voice message with opus/ogg if supported
1 year ago
Krille
0bd61ced3f
feat: Convert opus to aac on iOS before playing
1 year ago
Krille
21e7c3f8cb
build: Update matrix dart sdk
1 year ago
krille-chan
b8345e2ca6
chore: Follow up avatars
1 year ago
krille-chan
69fcb01988
build: Fix build snap
1 year ago
Krille
86b1314c61
refactor: Use cached network image for mxc image uris
1 year ago
krille-chan
82a7f5de51
build: Update dependencies after release
1 year ago
Krille
bc52c9f677
build: Update matrix dart sdk
1 year ago
Krille
79ecfd96fa
build: Update matrix dart sdk
1 year ago
Krille
13ecf58329
build: Update Matrix Dart SDK
1 year ago
Krille
3d35a6adcf
refactor: Update to Matrix Dart SDK 0.29.9
1 year ago
Krille-chan
d9edf9f05b
Merge branch 'main' into flutter-3.22
1 year ago
Krille
71ff94b622
build: Update matrix dart sdk
1 year ago
Krille
8a738ad25f
chore: Go back to pub.dev matrix sdk
1 year ago
Krille
bd6b180b7c
chore: Re-add native_imaging
1 year ago
Krille
efd2bcb00a
chore: Hotfix create missing objectbox
1 year ago
Krille
f46288aead
build: Update to matrix 0.29.3
1 year ago
krille-chan
b954362104
build: Use matrix sdk main branch
1 year ago
krille-chan
6bd9997fe5
build: Try out store inbound group sessions performance fix
1 year ago
krille-chan
421bd245ae
build: Update dependencies to flutter 3.22 but not flutter version yet
1 year ago
Krille-chan
a4e8ffdc7f
Merge pull request #998 from krille-chan/krille/update-record-package
...
build: Update record package
1 year ago
lauren n. liberda
ae0c8f73d2
chore: upgrade flutter to 3.22.0
1 year ago
Krille
c447e15949
build: Update matrix dart sdk to 0.29.2
1 year ago
krille-chan
81b254f82c
Revert "chore: Disable db cache test"
...
This reverts commit 286acbc11a .
1 year ago
krille-chan
286acbc11a
chore: Disable db cache test
1 year ago
krille-chan
3d4ddeaa40
build: Update record package
1 year ago
Krille
938e1a91ae
Revert "refactor: Move back to cached network image for better avatar performance"
...
This reverts commit d9ab6ad8b3 .
1 year ago
Krille
d9ab6ad8b3
refactor: Move back to cached network image for better avatar performance
1 year ago
Krille
ce8513d2b5
build: Update matrix dart sdk
1 year ago
Krille
fb54548e5c
build: Update matrix dart sdk
1 year ago
td
4095560412
fix: voip code breaking from 0.28
...
have not tested it but should mostly be fine, rewrite should get in someday anyway :p
2 years ago
Krille
a14b69623d
build: Update dependencies
2 years ago
krille-chan
a705a5b399
refactor: Download on android and iOS with file_picker
2 years ago
krille-chan
d2f12452fc
build: Update matrix dart sdk
2 years ago
krille-chan
58c873c5a7
build: Update all dependencies and remove vibrator package
2 years ago
krille-chan
7627f7b8ed
build: Update flutter_map package
2 years ago
krille-chan
97292c1e3a
build: Update emoji picker package
2 years ago
krille-chan
6998c87b62
Revert "build: Use libhandy for linux desktop again"
...
This reverts commit 6349afae2b .
2 years ago
krille-chan
6349afae2b
build: Use libhandy for linux desktop again
2 years ago
ShootingStarDragons
54cff3cd32
chore: do not use static openssl
...
I close this option, to make it compilable on archlinux.
2 years ago
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr)
3c532f90ba
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>
2 years ago
Krille
25ec229ace
refactor: Use dart blurhash
2 years ago
Krille
19dab63858
build: Update matrix dart sdk
2 years ago
Krille
1712d30c2f
feat: Support refresh tokens
2 years ago
Krille
03511a1e8d
build: Update Matrix Dart SDK 0.25.11
2 years ago
Krille-chan
8cb9d79578
Merge pull request #906 from selfisekai/license-checker
...
ci: add a license compliance check
2 years ago
krille-chan
0e8363221b
design: Nicer QR Code design
2 years ago
lauren n. liberda
cd6294b421
ci: add a license compliance check
2 years ago
krille-chan
549291ab40
build: Update adaptive_dialog
2 years ago
krille-chan
6435e703e4
feat: Add insert content via gboard
2 years ago
krille-chan
826cce6573
refactor: Better download UX with file picker for android and iOS
2 years ago
Krille
859701e158
chore: Follow up android shortcuts
2 years ago
lauren n. liberda
be2c114647
fix web
2 years ago
lauren n. liberda
fed9999f38
chore: upgrade to flutter 3.19.0
...
also removing dart_code_metrics. it is not maintained, and
relicensed to BSL. it shouldn't have been there in first place.
2 years ago
krille-chan
dee9323d47
feat: Add notification shortcuts to android
2 years ago
Krille
74b1553662
build: Follow up update errors
2 years ago
Krille
135b61e6b5
Revert "build: Update minor versions"
...
This reverts commit 7c954c2e3a .
2 years ago
Krille
7c954c2e3a
build: Update minor versions
2 years ago
Krille
ccda4514c1
build: Update dependencies
2 years ago
Krille
d5e77f7276
build: Update matrix dart sdk to 0.25.7
2 years ago
Krille
9c74604838
build: Update sdk to 0.25.6
2 years ago
Krille
77007d86e5
build: Update matrix sdk 0.25.5
2 years ago
Krille
d8414e8d15
build: Update matrix dart sdk to 0.25.4
2 years ago
Krille
9dea9fa50a
build: Update to matrix dart sdk 0.25.3
2 years ago
Krille
e70ecfcf04
build: Update matrix dart sdk to 0.25.2
2 years ago
Krille
6b53d27c4c
fix: Some links not clickable in messages
2 years ago
Krille
f11e9ec6d2
build: Update matrix dart sdk to 0.25.1
2 years ago
krille-chan
4214785b00
chore: Follow up fetch presences from server
2 years ago
krille-chan
33839c4df8
fix: New json url for homeserver list
2 years ago
Krille
14781201a2
build: Update to matrix sdk 0.25.0
2 years ago
Krille
96ca7f41cd
build: Update matrix dart sdk
2 years ago
Krille
655193e569
build: Update matrix sdk
2 years ago
Krille
129c1ab697
feat: Try out FluffyBox 2 database
2 years ago
krille-chan
615e712e14
build: Set olm to 1.3.2 to fix android build
2 years ago
Krille
bac4dd22ad
build: Update flutter_olm
2 years ago
Krille
92c38ea598
chore: Update pubspec.lock
2 years ago
Krille
dfb09f443b
chore: Follow up pubspec.lock
2 years ago
Krille
685ddf1324
chore: Follow up update matrix sdk
2 years ago
Krille
1a83d33cf5
build: Update Matrix Dart SDK to 0.24.0
2 years ago
krille-chan
c6007a3c3d
refactor: Check if app is in foreground on pushhelper
2 years ago
Krille
61ade15fa9
build: Update matrix dart sdk to 0.23.0
2 years ago
krille-chan
3f46b90fd8
build: Update dependencies
2 years ago
Krille
f4d3e6f928
refactor: Migrate for Flutter 3.16.0
2 years ago
lauren n. liberda
58fe80de0f
chore: upgrade flutter to 3.16.0
2 years ago
krille-chan
fbaeb1807f
build: Workaround for broken flutter secure storage on linux
2 years ago
krille-chan
b149283ec6
build: Update dependencies
2 years ago
Krille
0919d75b04
chore: Downgrade record back to 4.4.4
2 years ago
krille-chan
3a9c6e8773
chore: Use correct audiorecorder file extension
2 years ago
krille-chan
bedd4e9ade
chore: More revert recorder
2 years ago
krille-chan
fd22b4330e
chore: Downgrade record
2 years ago
krille-chan
f028b12185
refactor: Update FutureLoadingDialog
2 years ago
krille-chan
eca4825c70
build: Update packages and flutter super.key refactoring
2 years ago
krille-chan
991bba2535
build: Update record package
2 years ago
krille-chan
59b357681e
build: Update matrix dart sdk
2 years ago
Krille
35367389f0
fix: Remove uncompatible dependencies connectivity_plus and wakelock
2 years ago
krille-chan
9a808abdc6
refactor: Remove flutter_app_lock package and use own AppLock implementation
2 years ago
krille-chan
90789d9feb
feat: New simplified lockscreen design
2 years ago
krille-chan
9cd6bd21da
build: Update archive to 3.3.9
2 years ago
krille-chan
3a0924e312
build: Fix snapcraft color-flip by removing handy window package
2 years ago
Krille
e5a74e8376
build: Update Matrix dart sdk to 0.22.3
2 years ago
krille-chan
3b12d8ab84
refactor: Update badge
2 years ago
krille-chan
27d15612d9
refactor: Update to Flutter 3.13.0
2 years ago
krille-chan
d05e0b0f92
chore: Update file picker
2 years ago
krille-chan
55871de866
fix: Remove mpv and zenity to fix linux snap builds
2 years ago
Krille
739edde729
refactor: Replace vrouter with gorouter
2 years ago
krille-chan
cb9d731b80
build: Add webrtc again but with fixed rpath version
2 years ago
krille-chan
3aaf21fb8b
build: Disable webrtc on linux again
2 years ago
The one with the braid
3be2b87c17
chore: bump matrix sdk
...
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
2 years ago
krille-chan
efbe16b52c
chore: readd handy window
2 years ago
krille-chan
3b7fec2baf
build: Remove handy window extension
2 years ago
The one with the braid
0c70017cd8
feat: support import of Emoji packs as zip file
...
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
ShootingStarDragons
2ae4551bcc
feat: paste image from clipboard
2 years ago
Krille
b255ddcd61
chore: Remove windows gitlab CI workaround
2 years ago
Krille
71f3c66599
chore: Use correct versions of adaptive_dialog
2 years ago
Krille
91fc889bce
refactor: Update dependencies
2 years ago
Krille
131fa6b3a9
chore: Enable webrtc for linux again
2 years ago
Krille
3d9e2dd8bf
build: Change wakelock hotfix
2 years ago
Krille
f4107a8344
chore: Update dependencies
2 years ago
Krille
e3bbc8f1ab
builds: Update flutter table html
2 years ago
Krille
bc9a6b122f
builds: Update flutter_html
2 years ago
Krille
847bda89e8
fix: User pills
2 years ago
Krille
f2601c638b
chore: Follow up linkify in html message
2 years ago
Krille
79549c3a59
chore: Disable linux webrtc
2 years ago
Krille
5627e50c8f
Revert "refactor: Update dependencies"
...
This reverts commit 2bb0dce7a15d4831eb30c39fc7ba5d863cbcd55e
2 years ago
Krille
c2495eb1a7
refactor: Update dependencies
2 years ago
Krille
1d72ab512a
chore: Readd support for html tables
2 years ago
Krille
a6d135bdbe
chore: Update flutter webrtc
2 years ago
Krille
796a6fdae1
refactor: Reimplement flutter matrix html locally
2 years ago
Krille
d330ca0ff7
chore: Remove macos_ui dependency
2 years ago
Krille
208bac0531
chore: Remove webrtc override
2 years ago
Krille
e721dac452
chore: Update dep ref
2 years ago
Krille
526f5dce47
chore: Follow up update flutter matrix html
2 years ago
Krille
cb0fe173d9
chore: Minor code clean up
2 years ago
lauren n. liberda
1e0988dd4c
builds: migrate to dart 3.0/flutter 3.10
2 years ago
Krille
ab1e2d8db8
chore: Disable webrtc on linux again
2 years ago
Krille
1ce60aecf4
build: Remove dependency overwrite for ffi
3 years ago
Krille
55de4387f2
build: Update dependencies
3 years ago
ShootingStarDragons
b9104f243e
feat: change to flutterwebauth2
3 years ago
Krille
d9aa2f8e44
refactor: Switch to file_picker package and get rid of some dependency overrides
3 years ago
Christian Kußowski
6e747c3153
chore: Update matrix sdk to 0.18.0
3 years ago
Krille
7ce9612a88
chore: disable webrtc on linux again
3 years ago
Krille
038f6bd9ff
refactor: Remove unused dependency
3 years ago
Krille
0641793353
chore: Switch back to main webrtc
3 years ago
Krille
8f77f133a3
chore: Lookup l10n in pushhelper if null
3 years ago
Krille
f8052c9cae
chore: Update matrix package to 0.17.0
3 years ago
Krille
0b7799357a
style: Nicer chips in encryption settings and icons showing device status
3 years ago
q234rty
a47bbb38a8
Fix file picker on Linux
3 years ago
Christian Pauly
ffd7904f3a
refactor: Use dynamic color package instead of system theme
3 years ago
Krille
7424547c0f
chore: Bump version
3 years ago
Christian Pauly
d00b0b4d6c
fix: Shared preferences package for flutter 3.7
3 years ago
Christian Pauly
35174cb859
refactor: Migrate to Flutter 3.7.0
3 years ago
Krille
d343c71703
chore: Update Matrix SDK and refactor
3 years ago
Krille
c47ca99aaa
chore: Update dependencies
3 years ago
Krille
2c45552c8e
chore: Update flutter_map
3 years ago
Krille
c2f6441a8a
chore: Remove unused translations
3 years ago
Krille Fear
680dd886d8
feat: Add audio message support to linux
3 years ago
TheOneWithTheBraid
8f647f6dcd
chore: bump matrix sdk
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear
368ebdf300
chore: Remove workaround of record package
3 years ago
Krille Fear
c908ea5fe0
chore: Update dependencies
3 years ago
Krille Fear
ae3c95085f
chore: Update sdk
3 years ago
Krille Fear
a35229bf7d
feat: Use Android system accent color
3 years ago
Krille Fear
5f3e8791dd
fix: Libhandy windows
3 years ago
Krille Fear
9f058ceeb3
fix: Disable linux webrtc until it is fixed
3 years ago
Christian Pauly
03080a9014
chore: Update unifiedpush
3 years ago
Christian Pauly
a4d49fed20
chore: Update matrix sdk
3 years ago
Krille Fear
5e587060e7
chore: Update Linux build files
3 years ago
Christian Pauly
64b1a9c5e4
chore: Update matrix sdk
3 years ago
TheOneWithTheBraid
7806deb46f
feat: support Android notification channels
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly
4436051530
chore: Update Matrix SDK
3 years ago
Krille Fear
e38adcfe53
chore: Revert webrtc update
3 years ago
TheOneWithTheBraid
78bfe2dec7
chore: use Famedly runners
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid
d90b02bc17
feat: implement cute events
...
Cute events help against social distancing. You can send googly eyes,
hugs and cuddles.
Fixes:
https://rail.chat/@AgathaSorceress@eldritch.cafe/109336005433123570
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear
428610b27b
chore: Revert webrtc linux support
3 years ago
Krille Fear
53aaee9911
refactor: Remove unused dependencies
3 years ago
Christian Pauly
dd6cd28db2
chore: Updatem matrix SDK
3 years ago
Christian Pauly
63f1a10a4c
fix: Update emoji picker for web and desktop
3 years ago
Christian Pauly
46a9b6e00d
chore: Update dependencies
3 years ago
Christian Pauly
65511ca114
chore: Update local notifications package
3 years ago
Christian Pauly
3e31c9945f
chore: Update matrix sdk
3 years ago
TheOneWithTheBraid
2926f44d66
chore: remove dependency overrides
...
- Flutter foreground task plugin was merged
- Connectivity Plus plugin was merged
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid
507b5e5638
chore: update WebRTC interface
...
- fixes "dial" starting when opening FluffyChat
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear
4f051a1f60
chore: Update matrix SDK
3 years ago
Christian Pauly
17dc6ee3a8
chore: Add unread badge to navigation rail and adjust design
3 years ago
td
34b039a6c0
feat: background and terminated calls [android]
3 years ago
Christian Pauly
d45a1c23b2
chore: Update matrix sdk
3 years ago
Christian Pauly
1085bddcd2
chore: Migrate back to collection
3 years ago
Christian Pauly
a1912e5818
chore: Revert hive collections changes
3 years ago
Christian Pauly
2ef03b09dd
fix: secure storage on iOS was not setting up correctly
3 years ago
Christian Pauly
7b65a50a4e
chore: Migrate back to flutter hive collections
3 years ago
Christian Pauly
12dacb5337
chore: Update provider package and remove dep override
3 years ago
Christian Pauly
ef763846d0
fix: Sharing on iPad
3 years ago
Christian Pauly
184d62250b
chore: Downgrade webrtc to fix iOS build
3 years ago
Christian Pauly
59e245ecc9
chore: Migrate from Hive 2.2.1 back to FluffyBox
3 years ago
Christian Pauly
7a74a8a93f
chore: Update dependencies
3 years ago
Christian Pauly
da7e433ea3
chore: Update SDK and add webworker support for web
3 years ago
Christian Pauly
84ad3b88d4
chore: Remove error logging with sentry
3 years ago
Christian Pauly
4ddc1386ba
chore: Update matrix homeserver recommendations
3 years ago
The one with the Braid
99cc9f068b
Merge branch 'braid/windows' into 'main'
...
chore: Windows support
See merge request famedly/fluffychat!949
3 years ago
TheOneWithTheBraid
542115a1ee
chore: Windows support
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly
9784f1cc0a
chore: Follow up fix secure storage
3 years ago
Christian Pauly
670a6ab05b
chore: Update record package
3 years ago
Christian Pauly
68a3de318c
feat: Display timeline of messages in android notification
3 years ago
Christian Pauly
20c37cb51a
refactor: Simplify MxcImage and replace CachedNetworkImage
3 years ago
Christian Pauly
e977124218
chore: Update SDK and remove old override
3 years ago
TheOneWithTheBraid
dbd36d06d3
feat: libhandy integration
...
- supports GTK 4 window borders
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid
855c735aef
feat: implement space hierarchy
...
- implement spaces hierarchy
- create expandable navigation drawer tiles
- display suggested rooms below joined rooms when in space
- everything works nested
- fix shared preferenced conflic with debug builds on Linux
- add [`package:async`](https://pub.dev/packages/async )
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid
4b5bba1457
feat: Emoji related fixes
...
- adds Emoji autocomplete following popular `:` hotkey
- adds Famedly's famous smart Emojis (tm)
- syncs recent Emojis with SDK
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid
56ba2341f4
feat: implement session dump
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid
35f7aa56e9
chore: remove snapping sheet
...
- remove snapping sheet
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly
1a69e5ec55
fix: Non FCM Android builds crash on start
3 years ago
Christian Pauly
153e333693
chore: Update SDK
3 years ago
Christian Pauly
ccfda5bc96
feat: New material 3 design
3 years ago
Christian Pauly
b671ae331d
chore: Remove permission handler dependency and increase compileSdkVersion
3 years ago
Christian Pauly
24ee341670
chore: Update SDK
3 years ago
Christian Pauly
1c7b6a4953
fix: Sharing on iOS and iPad
3 years ago
Jayesh Nirve
9f1df557df
fix: pass isrg cert to http client
3 years ago
Krille Fear
0047fc8fa7
Merge branch 'braid/v1.5.0-fdroid' into 'main'
...
fix: invalid ref in pubspec.lock
See merge request famedly/fluffychat!914
3 years ago
TheOneWithTheBraid
59086c9ac7
fix: invalid ref in pubspec.lock
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly
c249ebb97c
refactor: Switch to Hive Collections DB
3 years ago
Christian Pauly
aa7ae27d5e
chore: Update share_plus
3 years ago
Christian Pauly
2f9408a176
fix: Build on iOS emulator
3 years ago
TheOneWithTheBraid
50bdb6a646
feat: include Synapse into integration test
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly
f72675c351
feat: Better sign up UX and allow signup without password
3 years ago
Christian Pauly
8ae8c59bea
chore: Update Flutter
3 years ago
Krille Fear
347a3b5e9d
chore: Follow up fix snapping sheet
3 years ago
Krille Fear
b303042f24
Revert "fix: proprietory classes included into build"
...
This reverts commit 1ff5851c4ae5ac25998ee29628640ccc7bdf879e
3 years ago
TheOneWithTheBraid
2721888de9
fix: proprietory classes included into build
...
- update Android build files
- update dependency override commit SHA
Fixes : #903
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly
ea17a28519
fix: Broken dynamic color palette
3 years ago