Arctic v0.2.2 and v0.2.3 has been released on TestFlight. I’m slacking a little and did not post about the v0.2.2 release. These are both smaller releases without many major changes. I’ve been trying to keep the updates a little smaller than usual, so I can release them faster.
v0.2.2
To summarize v0.2.2, this was mostly geared towards moderation tools. I redesigned the ModLog and added some convenience actions for moderators such as an Undo feature for mod actions. I fixed several crashes, and issues to do with the mod tools released in v0.2.1. For users I added support for sharing videos from the media viewer without needing to save them first. Fixed a crash when changing accounts that was introduced in the previous version. You can read more about this release in the changelog below.
v0.2.3
As for v0.2.3, this was a much smaller release that was mainly intended to fix a parsing issue with Lemmy Explorer. However I also added a couple cool new features. Finally some app theming support, you can now customize Arctics tint color, and comment colors. I also added a comment feed view for viewing your instance comments out of context similar to the web UI. You can also access this for individual communities, however several instances hav this temporary disabled due to performance issues. For mods, I added support for removing entire comment threads, I’ve seen this requested by several mods across lemmy. I also added the ability for admins to purge content from the database.
Upcoming changes
Refined theming support, a few areas were overlooked in the initial release.
A new comment jump button, for quickly navigating between top level comments
All new swipe action design that triggers actions based on distance rather than the current drawer style actions, of course if you prefer the current style, you can use that instead.
Comment and Post drafts so you can pick up where you left off if you dismiss the compose view.
v0.2.3 Changelog
Added App color themes
Added Comment color themes
Added Remove Thread mod action for removing entire comment threads
Added comment action to preview the comments parent
Added Comment list controller for viewing community comments
Fixed parsing issue when viewing Lemmy Explorer communities list
Added Admin purge (comment, user, post) actions to mod menu (note: for now, this is only enabled on communities moderated by the admin)
v0.2.2 Changelog
Added stats to Lemmy Explorer instance list
Added large number formatting eg: 1.2K vs 1200
Added support for sharing videos without needing to save them first
Added support for filtering by all in the Mod Log
Added Mod Log quick actions including an undo option for moderators
Added community Mod Log shortcut to community action menu
Added option to display user avatar as the profile tab icon
Added backend support for instance blocking on Lemmy v0.19
Added support for authentication on Lemmy v0.19
Open In Browser now opens links using your active instance, rather than the original instance
Rewrote Upload History controller
Redesigned Mod Log cells
Fixed profile comments being in incorrect order
Fixed Lemmy Explorer timestamps not displaying
Fixed a crash when refreshing the reports list
Fixed a crash when (un)resolving a post report
Fixed cell highlighting issue in the Mod Log
Fixed a potential crash when performing mod actions
Fixed a potential crash when changing accounts
Updated date formatting to support upcoming Lemmy v0.19
Updated post cell layout, and tweaked design for readability
Updated settings icons
Updated subscriptions title index to no longer require a long press to activate
I am also enjoying the new swipe gestures. I’d been putting off adding them in for a while because I thought it would be a real hassle implementing them in UIKit rather than SwiftUI, however I came up with a rather simple solution that only took an hour or so to implement, I was pleasantly surprised.
I’ll be adding more in depth theming options soon, but tint colors were simple enough to add in for the time being.