FastSM Client (moved to [email protected])

272 Followers
278 Following
719 Posts
moved to [email protected]. FastSM social media client for Mastodon/Bluesky.
URLhttps://github.com/masonasons/FastSM
Thank you so much to everyone who has donated so far! Just an update. I'm about to retire the FastSM Mastodon account and migrate all of that accounts postings to this account. I'm going to attempt to migrate all of it's followers and such to this account, so you shouldn't have to do anything on your end. I don't see a need to have two accounts, plus my main account. It's kind of overwhelming to be honest, so I'm shortening it down.

New FastSM Release: latest

Merge pull request #14 from ChrisDuffley/master

GUI/Options: Add "Insert Placeholder..." Buttons Under Each Template Field

Downloads:
- FastSM-0.4.1.dmg: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-0.4.1.dmg
- FastSM-Windows-Portable.zip: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-Windows-Portable.zip
- FastSMInstaller.exe: https://github.com/masonasons/FastSM/releases/download/latest/FastSMInstaller.exe

Release page: https://github.com/masonasons/FastSM/releases/tag/latest

#FastSM #Release

Technical details: The reason this happened was because before a day or so ago, FastSM's notification template did not work at all. It was a placeholder value, and it was wrong. So inevitably, once it did end up becoming a working value, anyone with existing FastSM configs would have this incorrect template suddenly applied to their notifications buffer. So that was a fail on my part.
For those updated to a new FastSM build and suddenly having issues with notifications not displaying all of the data you are accustomed to seeing, such as post text, do the following to fix it. Open global options, go to templates tab, find notification template and replace it with this: $account.display_name$ (@$account.acct$) $type$: $text$ $created_at$
If you don't want the username then just do
$account.display_name$ $type$: $text$ $created_at$

New FastSM Release: latest

Fix errors.log location in FastSM.pyw

Was writing to app directory, now writes to config directory.
Supports portable mode (userdata folder) and standard AppData location.

Downloads:
- FastSM-0.4.1.dmg: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-0.4.1.dmg
- FastSM-Windows-Portable.zip: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-Windows-Portable.zip
- FastSMInstaller.exe: https://github.com/masonasons/FastSM/releases/download/latest/FastSMInstaller.exe

Release page: https://github.com/masonasons/FastSM/releases/tag/latest

#FastSM #Release

New FastSM Release: latest

Redirect stderr to config directory for all frozen builds

Previously only macOS redirected errors.log to config directory.
Now Windows also does this, which is important for installed
versions where the app directory (Program Files) is write-protected.

Downloads:
- FastSM-0.4.1.dmg: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-0.4.1.dmg
- FastSM-Windows-Portable.zip: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-Windows-Portable.zip
- FastSMInstaller.exe: https://github.com/masonasons/FastSM/releases/download/latest/FastSMInstaller.exe

Release page: https://github.com/masonasons/FastSM/releases/tag/latest

#FastSM #Release

New FastSM Release: latest

Detect installed vs portable by checking executable path

Check if running from Program Files or AppData\Local\Programs
instead of relying on registry entries or filenames.

Downloads:
- FastSM-0.4.1.dmg: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-0.4.1.dmg
- FastSM-Windows-Portable.zip: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-Windows-Portable.zip
- FastSMInstaller.exe: https://github.com/masonasons/FastSM/releases/download/latest/FastSMInstaller.exe

Release page: https://github.com/masonasons/FastSM/releases/tag/latest

#FastSM #Release

New FastSM Release: latest

Add Inno Setup installer to build workflow

- Create installer.iss script for Windows installer generation
- Install Inno Setup in workflow and compile installer after build
- Upload both zip (portable) and installer artifacts
- Update release to include both Windows download options

Downloads:
- FastSM-0.4.1-Setup.exe: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-0.4.1-Setup.exe
- FastSM-0.4.1-Windows.zip: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-0.4.1-Windows.zip
- FastSM-0.4.1.dmg: https://github.com/masonasons/FastSM/releases/download/latest/FastSM-0.4.1.dmg

Release page: https://github.com/masonasons/FastSM/releases/tag/latest

#FastSM #Release