Releases: colinleroy/a2tools
Releases · colinleroy/a2tools
v1.8.0 - Polls
- 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
- Updated proxy image for CVE-2023-38546 and CVE-2023-38545
- Fix serial access on real IIgs
- Fix bell on IIgs
- Fix backspace handler
The protocol version still did not change since v1.6.2.
v1.7.1 - the first release based on user feedback!
- 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
- 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
- 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
- Fix memory leaks
- Fix scrolling up "too fast" while loading
v1.6.0
- Add serial port configuration if connection fails
- Make both sides more resilient to disconnections and failures
- Fixed a little clearing bug
v1.5.1
- 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
- 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
- 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