Warning: Due to the extra permission needed for bookmarking, all your Mbin accounts will need their oauth clients regenerated. To do so, for each Mbin server that you have accounts for, you will need to sign out of all accounts (including guest), which will trigger Interstellar to delete the related oauth client. From there, you can sign back in as usual. Alternatively, if you don’t mind, it would probably be easier to just clear all your data from the app instead.

New

  • Add copy-paste option for desktop oauth login (in case the system has issues launching the browser).
  • Add notification control support for magazines, users, and posts; which was introduced in Mbin 1.8.0.
  • Add bookmarking support for posts and comments. Saving posts/comments is available on Lemmy, and bookmark lists are available on Mbin (introduced in Mbin 1.8.0).
  • Allow adding alt text on image upload; by @olorin99.
  • Display a file picker dialog when downloading an image.
  • Move post & comment overflow menu to top right corner.

Config Sharing

  • Create a config sharing, export & import functionality for Profiles & Filter Lists.
  • A new magazine (interstellar_configs) is available to publicly share your configs to. Here are some usage instructions copied from the new magazine’s description:

How to Share

  1. Open Interstellar and go to the Settings page.
  2. Click either Switch profiles or Filter lists.
  3. Tap the Share button next to the item you’d like to share.
  4. Add a short description.
  5. Hit Submit to create a new thread in this magazine.

To share in other places (e.g., other magazines, in comments, microblogs, direct messages, etc.) or share multiple configs at a time, use the Share button in the markdown editor’s toolbar.

Keep in Mind

  • Prefix your thread title with [Profile] or [Filter List] to indicate what type of config you are sharing.

  • While sharing, do not modify the markdown code block containing your config. Interstellar verifies its contents with a hash to ensure the data remains unaltered.

Create New … Screen

  • Overhaul post creation screen to have tabs for each of the different post types: Text, Image, Link, and Microblog.
  • Add a new magazine picker that will provide autocomplete options for the magazine as you type. Once you have selected a magazine, the corresponding icon will display next to the name, and a button on the side will appear which allows you to open the magazine in a new page to view it.
  • Add a magazine creation tab to the same page (works for Mbin and Lemmy). (There might be a bug that causes a 500 Internal Error while attempting to create a magazine on Mbin ATM, but hopefully it will be fixed soon.)
  • The Link tab has a new button that will fetch the link’s title and description from the internet (similar to Mbin). It can additionally be triggered by pressing enter (or submitting) on the link text field (as long as both the title and body fields are empty).
  • The Microblog tab will now default to using the “random” magazine if you haven’t specified one. This is due to the fact that Mbin uses “random” to store uncategorized microblogs.

Builds

  • Add Linux ARM support! Includes a .tar.gz file, an .AppImage file, and Flathub support (same as x86_64 version).
  • Improve AppImages by using sharun to bundle dependencies. Now the AppImages will truly work on any Linux distro you throw at it. Huge thanks to Samueru-sama for providing many examples and troubleshooting everything with me.
  • Windows support is officially added! There’s now a portable .zip file and a .exe setup file.

Fixes

  • Fix sub-level comments not showing on the user screen while viewing with a Lemmy account.
  • Hide OC and Tags fields on Lemmy.
  • Change the markdown editor toolbar to scroll horizontally instead of wrap, which caused problems by making the actual editable field shrink in height.
  • Fix infinite scroll views to give useful error messages instead of the generic “app encountered unknown error”.
  • Fix full screen image view bleeding into the status bar on Android.
  • Fix lengthy usernames and magazine names from shoving UI elements off screen.