Releases: planetary-social/planetary-ios
Releases · planetary-social/planetary-ios
2.1.2
2.1.1
- Add timestamps back to message cards
- Fix max width on top card in thread view
Release 2.1.0
- Redesigned screen that shows the detail of a message.
- Sub-threads: you can now reply to a reply.
- Add the option to reply to a reaction or a contact message (follow, unfollow, block).
- The Preview screen shows the message you are replying to (if so).
2.0.1
- Improved message replication performance.
- Redesigned screen for composing posts with better support for previewing.
- Filter list of followers/follows by name, bio or identity.
2.0.0
- Changed the underlying Secure Scuttlebutt implementation which should significantly improve app performance.
- Improved overall stability of the app.
- Added the option to join the Planetary room to the Manage Rooms screen.
- Added the option to reset the Forked Feed Protection when it is triggered.
- Added block messages to the Home feed.
- Added support for unicode in hashtags.
- Added the option to unfollow a Pub you joined before.
- Added an alert if some error occurred while replying to a post.
- Added a button to delete the SQL database in the debug settings.
- Fixed an error alert being displayed when viewing an identity we have no information for.
- Fixed spacing and headings in the Thread screen.
- Fixed bug with calculating the number of new messages in Home screen.
1.3.14
- Added a new screen to onboarding that allows you to join the Planetary.name hub server and register an alias.
1.3.13
This release includes usability improvements and bug fixes for the soft-launch of Planetary hub servers (Planetary's unique web-viewer rooms).
- New: redesigned Discover screen (with more improvements to come)
- Updated the color palette used in the navigation and main tab bar.
- Updated type size of level 3 Headings in Posts to stand out from the body.
- Fixed an issue where room names would not appear in the connected peers' list.
- Fixed Publish announcement messages of newly registered room aliases on the SSB log.
Bug fix with logs - 1.3.7
What's Changed
Full Changelog: 1.3.6...1.3.7
1.3.6
What's Changed
- Changelog merge strategy by @mplorentz in #863
- Xcode 14 by @mplorentz in #839
- Make it more clear that Text.post is the verb form of the word by @mplorentz in #867
- Add Discord and Matrix links by @mplorentz in #881
- New Crowdin updates by @martindsq in #862
- Add SwiftGen tool to generate color and image extensions from xcassets by @mplorentz in #904
- Rename Text to Localized by @mplorentz in #905
- skip plugin verification by @mplorentz in #906
- Remove SwiftGenPlugin and add SwiftGen as a CocoaPod by @wsarles in #913
- Fix avatar image aspect ratio by @wsarles in #917
- New Crowdin updates by @martindsq in #885
- Kill bot when stuck by @mplorentz in #883
- Fix the share database button in debug settings by @mplorentz in #918
- Add another index to speed up the home feed by @mplorentz in #921
- Rename Coordinators to Controllers by @mplorentz in #924
- Don't call bot on main thread by @mplorentz in #925
- add type to posthog events to separate bot from user actions by @rabble in #903
- Multithread db by @mplorentz in #915
New Contributors
Full Changelog: 1.3.5...1.3.6
1.3.5
- Show the underlying SSB message for posts, replies and likes. #662
- Fixed an issue where drafts might not be cleared after posting. #868
- Fixed go-ssb not falling back to legacy replication when a peer does not support EBTs. #877
- Optimized the "Patchwork" home feed algorithm (RecentlyActivePostsAndContactsAlgorithm) and made it the new default. This algorithm brings posts back up to the top of your home feed when they receive a new reply. #860
- Optimize loading of follow message cells. #859