#amidon — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #amidon, aggregated by home.social.
-
Hype for the Future 79I: The Smallest County Seats in America
Introduction While the vast majority of counties in the United States have obviously defined county seats, a number are actually out of the ordinary in a number of respects, including, but not limited to, the consolidated city-county and town-county arrangements and the independent cities. Each county mentioned below contains a relatively lower population count relative to other counties in the United States of America as a whole, and the communities are typically situated in the Great […] -
Hello, World!
I post this from an Amiga 1200, which is quite awesome!
-
#Amidon v1.3 is released: https://github.com/BlitterStudio/amidon/releases/latest
This update fixes a weird bug, where opening the Settings window in a non-RTG screen would cause the app to stop responding.
Now you can connect to #Mastodon from your #amiga regardless of having an RTG card or not! :)
Make sure you check the rest of the requirements however: https://github.com/BlitterStudio/amidon
-
-
@fabrizioradica e l'autore di #Amidon è qui su mastodon:
:amiga: @midwan
-
@nitot the Amiga Mastodon client is #Amidon
https://github.com/BlitterStudio/amidon
@usul @nrmelnick -
I had some time today, so I brought #Amidon up to v1.2: https://github.com/BlitterStudio/amidon/releases
This version fixes some bugs with anonymous mode browsing, and also brings support for the latest AmiSSL version.
The issues of failing to connect to some servers due to certificate validation should be fixed now.
-
Finally, there's an update to the curl plugin, so it can now utilize the latest AmiSSL and certificates available.
The next update of #Amidon will include this.
Hopefully, it will also include fixes for the two known bugs so far. :)
-
-
#Amidon 1.1 RC is now online, for testing: https://github.com/BlitterStudio/amidon/releases this is meant for testing, once that is done, the release will be changed from "Pre-release" (and it might be updated with any fixes).
-
#Amidon v1.1 is (probably) ready to pass the user tests. Changes since v1.0:
- Implemented own Profile view
- Added more icons (GlowIcon, 4-color icon, MagicWB)
- Eliminated dependency on the Hyperlink MUI class, redesigned login window/process
- Only open the Login window if a server was specified
- Fixed crash when trying to save settings without having logged in (Anonymous mode)If you have anything else to add, best do it now (or soon!), if you want it fixed in the next release!
-
@thedaemon There's a template inside the MagicWB package from Aminet (http://aminet.net/package/util/wb/MagicWB21p).
I've already designed a basic one, but it's not the best looking icon in the world :)
You can see what I've done so far in the #Amidon repository: https://github.com/BlitterStudio/amidon/tree/main/icons
-
Anyone wants to help design a MagicWB icon for #amidon ?
I have a GlowIcon and a PNG icon ready, for the next release. I think it would be nice to include a MagicWB one, since that's also very common.
Perhaps also a 4-color basic one as well? For those running in bog-standard PAL screenmodes...
-
@js @genius @AMIGAworld @kbrice That cannot work, the code needs to be sent back to #Amidon, which will save it for future reference. It's not a web service, but a local client. :)
-
Working towards an alternative to eliminate the dependency on the MUI Hyperlink class in #Amidon.
What do you think of this approach?
-
Hm, looks like the Hyperlink class from MUI 4 triggers a Guru on MUI 3.9, at least in my tests.
I'll have to see if I can remove the requirement for it, as it's only used in one spot (showing a link to get the login token).
-
#Amidon requirements update:
Since I'm using a hyperlink object in one place (the login link for the first time you set it up), the Hyperlink MUI class is required.
That class is already in the MUI 4 and 5 packages, but it's not included in earlier versions (e.g. 3.9). However, it does work if you extract and copy it manually into MUI:Libs.
I've updated the Requirements section in the readme accordingly.