Skip to content

Releases: colinleroy/a2tools

v1.8.0 - Polls

18 Oct 06:07
Compare
Choose a tag to compare
  • Size optimization
  • Mastodon: Poll support (view/vote/create)
  • More memory safety

Mastodon will now instantly crash hard instead of corrupting memory if allocation fails.

v1.7.2 - Mostly security

13 Oct 18:55
Compare
Choose a tag to compare

The protocol version still did not change since v1.6.2.

v1.7.1 - the first release based on user feedback!

05 Oct 16:18
Compare
Choose a tag to compare
  • Mastodon: Make instance URL prompt clearer
  • Proxy: update to Debian 11 Bullseye
  • Proxy: run unprivileged
  • Proxy: enable telnet on loopback interface

There is still no protocol change since v1.6.2, but you may still want to update the proxy image. The proxy ran as root before this update, and this is never a good thing.

v1.7.0

01 Oct 12:34
Compare
Choose a tag to compare
  • Fix inserting on last editor line
  • Fix reopening of serial port
  • Mastodon: Apple ][+ compatibility (mastodon-oldii.dsk)

Note: no proxy protocol change since v1.6.2, no need to update it

v1.6.3

28 Sep 20:01
Compare
Choose a tag to compare
  • Add image saving
  • Cleanly check for authentication error
  • Fix returning from image viewer
  • Size optimisations

(Protocol did not change since v1.6.2, no proxy update required)

v1.6.2

19 Sep 20:49
Compare
Choose a tag to compare
  • Fix memory leaks
  • Fix scrolling up "too fast" while loading

v1.6.0

16 Sep 14:15
Compare
Choose a tag to compare
  • Add serial port configuration if connection fails
  • Make both sides more resilient to disconnections and failures
  • Fixed a little clearing bug

v1.5.1

15 Sep 04:54
Compare
Choose a tag to compare
  • Now running at 19.2kbps! If upgrading from a previous installation, be sure to re-configure surl-server on the proxy and set baudrate: 19200 in /etc/a2tools/tty.conf, then restart the surl-server.service or reboot the Raspberry.
  • Mastodon: implement bookmarks (without pagination)
  • Optimisations in common functions
  • HGR: Fix loading of images when they don't need resizing
  • Telnet: disconnection with Open-Apple-D
  • First IIgs port : download the -iigs disk images for a IIgs, the other one for the other ones (//c, //c+, IIe enhanced or IIe platinum)

v1.4.0

29 Aug 06:38
Compare
Choose a tag to compare
  • Now with no memory corruption from cc65!
  • Serial code optimization
  • Cleanups
  • Mastodon: optimisations (speed, size & ram usage)
  • Mastodon: implement (un)block, (un)follow, (un)mask
  • Mastodon: add notification filter (all/mentions)
  • Mastodon: full HTML stripping (links are useless)
  • Mastodon: Optimize text editor (speed & size)
  • Protocol: remove magic numbers
  • Protocol: rework upload
  • Protocol: add remote-printf-debugging
  • Protocol: optimize call stack (speed & size)
  • trace-run: new debug helper

v1.3.0

13 Aug 13:06
Compare
Choose a tag to compare
  • STP: 80 columns mode
  • STP: Add Get All
  • STP: Add file selector
  • STP: Check serial connectivity
  • Mastodon: Image viewer fixes
  • Mastodon: Add Content Warning handling
  • Mastodon: Add toot edition
  • Mastodon: Check serial connectivity
  • Mastodon: Handle load errors
  • Mastodon: Save state to /RAM
  • Telnet: Handle tabs correctly
  • Move STP and Telnet to their own floppies
  • Lots of little fixes and optimisations