You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlipSocial - v2.0.9
- Added support for loading a custom dictionary for the keyboard auto-complete functionality (stored in "apps_data/flip_social/dictionary.txt" with each word/phrase separated by a newline).
- Updated the Explore view to allow users to click on a user to either add them as a friend or send them a message.
- Updated the Profile view to allow users to click on their friend count to view a list of their friends and then click on a friend to optionally remove them.
- Updated the Profile view to allow users to click on their bio to edit it.
Copy file name to clipboardExpand all lines: assets/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 2.0.9
2
+
- Added support for loading a custom dictionary for the keyboard auto-complete functionality (stored in "apps_data/flip_social/dictionary.txt" with each word/phrase separated by a newline).
3
+
- Updated the Explore view to allow users to click on a user to either add them as a friend or send them a message.
4
+
- Updated the Profile view to allow users to click on their friend count to view a list of their friends and then click on a friend to optionally remove them.
5
+
- Updated the Profile view to allow users to click on their bio to edit it.
6
+
1
7
## 2.0.8
2
8
- Updated auto-complete functionality to accept and return multi-word suggestions.
3
9
- Moved the keyboard class to its own folder for better organization.
0 commit comments