-
v0.1.2 Stable
released this
2020-10-29 11:14:44 +00:00 | 0 commits to yiffed since this releaseFurryChat 0.1.2 / FluffyChat 0.21.1
This update rebases FurryChat on a newer FluffyChat version. (0.20.0 → 0.21.1)
Changes from FurryChat 0.1.1
- Swipe gesture settings now save properly
Changes from FluffyChat 0.20.0
Features
- New user viewer
- Add code syntax highlighting in messages
- Updated translations: Thanks to all helpers
Changes
- Stories feature removed
Fixes
Fixes sentry— irrelevant for FurryChat- Fixes Android download
- Minor fixes
Android
You may download .apk below or use the following F-Droid repo:
https://raw.githubusercontent.com/inexcode/fdroid-repo/master/
Linux
Make sure you have
sqlite3
andlibolm
libraries installed on your system. Extract the tar somewhere and just launchfurrychat
executable.Web
Hosted at chat.inex.dev with enabled E2EE, but web version is laggy.
You may clone gh-pages branch and host that code on your server.Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
FurryChat-Android-v0-1-2.apk
275 downloads · 38 MiB
-
FurryChat-Linux-v0-1-2.tar.xz
268 downloads · 15 MiB
-
Initial release Stable
released this
2020-10-22 10:34:18 +00:00 | 49 commits to yiffed since this releaseFurryChat 0.1.1
This is an initial release of FurryChat — experimental fork of FluffyChat.
It is based on the latest main branch FluffyChat (0.20.0-2020-10-22).Changes from FluffyChat
- Reworked auth flow
It is less friendly for newcomers now, but much more straightforward for experienced Matrix users. - Advanced .well-known checks
While not in spec, it is fairly common whenexample.domain
's .well-known links tomatrix.example.domain
which contains more .well-known info. FurryChat checks that and also detects advertised Jitsi instance. - Removed Sentry
Sentry is a bug reporting service. We don't need it. - Swipe to reply
Swipe to reply was also merged into upstream FluffyChat 0.20.0, but here it is extended and allows you bind reply/forward/edit actions to any swipe direction. - Redesigned settings
As this fork will add more and more options in the future, reworking the settings screen was the first thing to do. It is also adapts to desktop screens now. - Upgraded flutter_local_notifications to v2.0
FluffyChat still uses v1.x and it somehow caused problems here. It had breaking changes, so the code was adapted.
Android
You may download .apk or use the following F-Droid repo:
https://raw.githubusercontent.com/inexcode/fdroid-repo/master/
Linux
Make sure you have
sqlite3
andlibolm
libraries installed on your system. Extract the tar somewhere and just launchfurrychat
executable.Web
Hosted at chat.inex.dev with enabled E2EE, but web version is laggy.
You may clone gh-pages branch and host that code on your server.Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
FurryChat-Android-v0-1-1.apk
273 downloads · 36 MiB
-
FurryChat-Linux-v0-1-1.tar.gz
189 downloads · 22 MiB
- Reworked auth flow