Skip to content

Releases: colinleroy/a2tools

v19.0.2 - Mostly fixes

15 Sep 08:59
Compare
Choose a tag to compare

Proxy:

  • Possible deadlock fix, thanks to @catorcio@mas.to
  • Valgrind fixes
  • Use libmagic to better figure out mime types

Wozamp and STP:

  • UI fixes
  • use mime types to ease decision-making

v19.0.1 - Wozamp performance improvements

07 Sep 21:19
Compare
Choose a tag to compare

Proxy fixes:

  • Emojis fix

Wozamp performance improvements:

  • Faster preloading of audio/video files
  • Faster streaming of webradios
  • Fit radio browser in the same binary on 65c02

v18.0.1 - Wozamp gets RadioBrowser support, proxy fixes

03 Sep 16:15
Compare
Choose a tag to compare

This release brings fixes and features.

New features:

  • IInvidious: UI rework.
  • Wozamp: RadioBrowser support, which makes streaming from any webradio easy

Fixes:

  • Low-level serial fixes, correct transfer issues in some corner cases (Thanks to @FozzTexx for the help in debugging this!)
  • Proxy-side emoji transliteration fixed
  • Size optimisations, especially in Wozamp

General:

  • Protocol version bump (18)
  • Versioning scheme change (Major is now the proxy protocol version, which is clearer; Minor will get bumped on new features; Patch will get bumped on bugfixes)

v2.7.0 - IInvidious fixes, port to 6502

24 Aug 09:10
Compare
Choose a tag to compare
  • Numerous A/V streaming fixes
  • Audio-video streaming ported to 6502, but not tested on real hardware. Implemented in Wozamp Video and IInvidious.
  • Audio-video streaming in Mastodon (65c02 only for disk space reason)
  • Proxy protocol bumped to 16
  • Proxy can now survive a ttyUSB disconnect and reconnect without needing to be restarted
  • Floppy images names more clear

v2.6.1 - Invidious fixes

09 Aug 17:31
Compare
Choose a tag to compare
  • Proxy-side: reconnect if https connection is interrupted before end of decoding

Introducing IInvidious

07 Aug 20:09
Compare
Choose a tag to compare

New in this release is a new program, IInvidious, which is an Invidious (Youtube) and Peertube client.

This requires a proxy upgrade (new protocol: 15)

v2.5.0 - Faster Quicktake, better STP

25 May 16:39
Compare
Choose a tag to compare

This release brings changes to two programs:

  • QuickTake for Apple II gets a performance upgrade: QuickTake 100 decoder is 25% faster, and dithering 33% faster.
  • STP can now transfer disk images directly to a floppy, in the same way that ADTPro does. dsk and po formats are supported.
  • STP now supports search in the current directory.
  • STP has been ported to unenhanced Apple II. (This means if a login and password is required, they must be UPPERCASE!)

The floppy images are now released in .po (ProDOS-ordered) format, as this is a little faster than .dsk (DOS-ordered format) to transfer from STP.

No Surl Protocol change.

v2.4.0 - Wozamp: Numerous improvements

05 May 12:35
Compare
Choose a tag to compare

Wozamp:

  • Better sound
  • Perfect sync
  • Better compression
  • Implement pause, rewind, forward
  • Implement volume normalization and control
  • Implement clean text subtitles
  • Togglable subtitles
  • Implement full-screen mode
  • Implement half-lines mode
  • 80-columns UI on Wozamp

Proxy:

  • New protocol (14)
  • Leak fixes

v2.3.1 - A/V sync fixes

15 Apr 18:45
Compare
Choose a tag to compare

A few proxy changes:

  • Better audio/video sync
  • Progress bar in videos
  • Border around videos
  • Subtitles in videos
  • Rescaling of videos determined to reach a total number of pixels rather than hardcoding a width.

v2.3.0 - Video Wozamp

13 Apr 14:09
Compare
Choose a tag to compare
  • Wozamp has a logo
  • Wozamp can play video with sound (65c02 only, two serial ports required)
  • Proxy optimisations

New proxy protocol 13