Skip to content

Releases: hiway/mastodon-filter

v0.1.2: Tags all hashed?

10 May 11:41
Compare
Choose a tag to compare
Pre-release

As I started this utility as a CLI using text files, I used the convention to treat lines starting with "#" as comments.

Guess what? Hashtags were ignored!

All fixed!

v0.1.1: Look ma no CLI!

10 May 03:43
Compare
Choose a tag to compare
Pre-release

Bugfixes:

  • Fixed a serious bug that clobbered the filter when keywords were added and deleted at the same time.

Features:

  • Menu to configure Instance URL and Access Token
  • Menu to Create or Delete filters.
  • Use Ctrl+S or Cmd+S to save a filter.

Screenshot:
mastodon-filter-v0 1 1

v0.1.0: Hello, World!

08 May 12:49
Compare
Choose a tag to compare
v0.1.0: Hello, World! Pre-release
Pre-release

Mastodon-Filter now has a very basic GUI.

I'm creating a pre-release to share the app with people who are running macOS Monterey and above on M1 Macs.

All features are NOT implemented yet, most importantly, you'll need to run the config command from terminal after the right-click open ritual to allow the app to run.

Once downloaded, cd to the directory where the app is downloaded and run the following command:

./Mastodon\ Filter.app/Contents/MacOS/Mastodon\ Filter config

You'll need the instance URL and oAuth access token (get this by visiting the Settings > Developer page for your profile, create a new app with permissions to read and write filters, then copy the access token and paste it when asked in the config command.

This release is for testing and feedback.