Skip to content

Releases: Visiblink/antenna

v.0.1.3

29 Dec 17:16
bfa1465
Compare
Choose a tag to compare

Changelog:

  1. Display a third column when there are more than 24 stations.

v0.1.2

18 Aug 23:47
622b5f8
Compare
Choose a tag to compare

Changelog:

  1. The program has been streamlined and simplified, resulting in a reduction of about 50 lines of code. No user-facing functionality has changed.

v0.1.1

01 Aug 19:28
8d4b1a6
Compare
Choose a tag to compare

Changelog:

  1. the station database has been moved from /home/user/.config/antennarc to /home/user/.local/share/antenna/antennarc. If you were using the previous version, you'll have to move the database file.
  2. the player changes from using the python playsound module to gst123. Both gst123 and the playsound module use gstreamer to play streams, so the functionality is equivalent, but the change allows for easier dependency resolution on Debian systems.
  3. added the environment statement in line 1 to permit the file to be made directly executable.
  4. installer added for Debian 11 Bullseye (amd64).

v0.1.0

01 Aug 18:51
64ebffb
Compare
Choose a tag to compare

Initial release