this post was submitted on 06 Feb 2024
87 points (96.8% liked)

Lemmy Apps

5361 readers
2 users here now

A home for discussion of Lemmy apps and tools for all platforms.

RULES:


An extensive list of Lemmy apps is available here:

LemmyApps.com

or lemmyapps.netlify.app


Visit our partner Communities!

Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. [email protected]

Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. [email protected]

Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. [email protected]

Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. [email protected]

founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/11649661

Download Arctic on the AppStore!


I am thrilled to announce that Arctic is now available on the AppStore! Looking back, it's amazing to see how much progress Arctic has made in the last six months. Initially, I began working on Arctic as a personal project to fill the void after leaving Reddit during the API fiasco. I had no intention of releasing it publicly. Now, I have a fully-featured Lemmy client, a fantastic group of beta testers on TestFlight, and an official release on the AppStore.

However, the journey isn't over yet. I have many exciting plans for Arctic, and this is just a significant milestone. Going forward, I plan to release more targeted updates on TestFlight and create a public roadmap for AppStore releases.

I would like to thank everyone who was involved with Arctic's TestFlight for all the valuable feedback and suggestions that have helped shape Arctic!


Links

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 6 months ago (1 children)

Yes, this is a feature that was added to Lemmy recently in v0.19. Basically it allows you to export all your subscriptions, blocked communities, blocked instances, saved posts, saved comments, and account settings such as display name, bio, avatar, etc. It was added to offer support for migrating your account from one instance to another.

I just added support for this feature a couple of days ago, before that I had an option to import/export just your subscriptions, which I replaced with this.

In the next release I will add support for importing selected fields. So basically you’ll be able to export your settings from one instance, and when importing on another, you can select what you want to import, for instance if you only want to import subscriptions, and blocks, you can disable the rest of the fields.

[–] [email protected] 3 points 6 months ago (1 children)

Wow, that is an excellent feature, and sounds like a really good plan for implementation.

When importing to an account, does it merge with existing data in the account (subscriptions, saved posts, etc) or does it replace?

[–] [email protected] 2 points 6 months ago (1 children)

Yeah, that’s where the idea came from was I noticed while testing that the data was merged instead of replaced. For settings such as name and bio, etc, it is replaced, but lists like subscriptions, are merged.