Releases: hiway/mastodon-filter
v0.1.2: Tags all hashed?
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!
v0.1.0: Hello, World!
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.