Skip to content

Releases: ebb-earl-co/tidal-wave

2023.12.8

21 Dec 00:01
24d20cd
Compare
Choose a tag to compare

What's Changed

Release Binaries

Again, there are the usual release binaries, but also two more:

  • tidal-wave_2023.12.8.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2023.12.8.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2023.12.8.pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2023.12.7...2023.12.8

2023.12.7: Playlist Support

20 Dec 02:24
11ae944
Compare
Choose a tag to compare

What's Changed

Release Binaries

Again, there are the usual release binaries, but also two more:

  • tidal-wave_2023.12.7.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2023.12.7.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2023.12.7.pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2023.12.6...2023.12.7

2023.12.6: Video Support

19 Dec 18:56
7c1ec23
Compare
Choose a tag to compare

What's Changed

Release Binaries

Again, there are the usual release binaries, but also two more:

  • tidal-wave_2023.12.6.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2023.12.6.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)

Full Changelog: 2023.12.5...2023.12.6

2023.12.5

18 Dec 23:56
093a204
Compare
Choose a tag to compare

What's Changed

Release Binaries

Again, there are the usual release binaries, but also two more:

  • tidal-wave_2023.12.5.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2023.12.5.pyapp created using pyapp is a completely self-contained binary. Download it, give it executable permissions, and run it

Full Changelog: 2023.12.4...2023.12.5

2023.12.4

18 Dec 22:33
170fd5d
Compare
Choose a tag to compare

What's Changed

Release Binaries

Again, there are the usual release binaries, but also two more:

  • tidal-wave_2023.12.4.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2023.12.4.pyapp created using pyapp is a completely self-contained binary. Download it, give it executable permissions, and run it

NOTE: these were built on x86 GNU/Linux, but as they're pure Python they should work on macOS and Windows.

Full Changelog: 2023.12.3...2023.12.4

2023.12.3

18 Dec 05:20
b8481e3
Compare
Choose a tag to compare

What's Changed

  • FIx 🤞 an unforeseen bug that prevents first-time authentication flow due to not having created the local user config. directory if it doesn't exist (which it almost certainly won't). Additionally, change some logic so that not as many cascading errors fill up STDERR when an issue does arise.

HOTFIX: Bootstrap User Config Directory on Windows by @ebb-earl-co in #3

New Release artifact

Using the pyapp project project, this release features a .pyapp executable (built for Unix-like; Windows executable coming soon ™️ ). To use it, not even Python is required: simply download it, make it executable, and run it with the shell!

Full Changelog: 2023.12.2...2023.12.3

2023.12.2

15 Dec 00:22
41d1b5f
Compare
Choose a tag to compare

Skipping over 2023.12.1 because of PyPi name issues.

What's Changed

New Contributors

Full Changelog: 2023.12.0...2023.12.2

First Release

14 Dec 20:27
859ce87
Compare
Choose a tag to compare

With the binary uploaded to PyPi, this release tag is created.

As a bonus, a .pyz executable is included in the release artifacts: it was created using the excellent shiv tool. Upon downloading it (and, possibly, giving it executable permissions), it should be able to be run simply by executing python3 tidal-wave_2023.12.0.pyz.