I pushed an update to #DOStodon (the #Mastodon client for MS-DOS):
- Updated README because of login-problems with Mastodon 4.3 or newer
- Uploaded #win32 version (works on #WinXP or newer)
Grab it at https://github.com/SuperIlu/DOStodon
I just released v1.13.0 of #DOjS on https://github.com/SuperIlu/DOjS/releases/tag/v1.130
This is the first version with a native win32 port (#Windows98 or never).
See thread below for more release details!
#MSDOS #DOSGaming #retrocomputing #JavaScript #FreeDOS #creativecoding #p5js #retrodev #retrodevelopment #3dfx #OpenGL #Processing
1/
I pushed an update to #DOStodon (the #Mastodon client for MS-DOS):
- Fixed a bug when viewing threads in notification screen.
- Implemented setting for CW toots (default collapsed or visible)
- Fixed dates
- Fixed image viewing
- Added help to toot editor
- Changed some colors
- Updated #curl to 8.9.1
- Added ALT text for image uploads
Grab it at https://github.com/SuperIlu/DOStodon
@foone @freedosproject Damn, I still want to re-create that in #DOjS
@andypiper well, most challenging is to work around unicode (#DOjS and therefore #DOStodon do not support unicode) and to support TLS.
the later is less a problem of the API but more of how the HTTP servers are configured.
Also: media types are problematic. Theoretically I could play back GIF animations, but because these are served as mp4 in Mastodon I can't do anything sensible.
Serving webp or other 'modern' image formats would be problematic as well...