Skip to content

Releases: ebb-earl-co/tidal-wave

2024.2.3

12 Feb 21:51
9c4ad89
Compare
Choose a tag to compare

What's Changed

This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.

Full Changelog: 2024.2.2...2024.2.3

2024.2.2

08 Feb 21:57
6942663
Compare
Choose a tag to compare

What's Changed

  • Fix Artist no_extra_files Omission by @ebb-earl-co in #80
  • Add Fix for Edge Case in dash.py and Make Github Action YMLs More Robust by @ebb-earl-co in #81

This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.

Full Changelog: 2024.2.1...2024.2.2

2024.2.1

05 Feb 23:41
63d901c
Compare
Choose a tag to compare

What's Changed

This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.

Full Changelog: 2024.1.15...2024.2.1

2024.1.15

30 Jan 06:31
193dc22
Compare
Choose a tag to compare

What's Changed

  • Use ${{ github.workspace }} in .github/workflows/pyapp-*.yml
  • Refer to tidal-wave actions as "retrieve" instead of "download"

This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.

Full Changelog: 2024.1.14...2024.1.15

2024.1.14

30 Jan 05:17
17c6ca3
Compare
Choose a tag to compare

What's Changed

  • Disallow Illegal Characters in File Names on Windows by @ebb-earl-co in #65

This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.

Full Changelog: 2024.1.13...2024.1.14

2024.1.13 - GitHub Actions Builds for macOS

26 Jan 22:01
5e2f225
Compare
Choose a tag to compare

What's Changed

Release Artifacts

  • The preferred release artifacts are those created by pyinstaller for GNU/Linux and macOS as they bundle FFmpeg 6.1.1, Python 3.11, and tidal-wave
  • For Windows, the preferred release artifact was created using pyapp bundles Python 3.11 and tidal-wave; FFmpeg will need to be installed separately.

This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.

Full Changelog: 2024.1.12...2024.1.13

2024.1.12

21 Jan 21:21
26a3ad4
Compare
Choose a tag to compare

What's Changed

Release Artifacts

New in this release is the tidal-wave_linux binary. This is a binary for x86_64 GNU/Linux, created with pyinstaller that also bundles FFmpeg 6.1.1 (under the LGPLv2.1 license).

Full Changelog: 2024.1.11...2024.1.12

2024.1.11

21 Jan 16:36
9b82fbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.1.10...2024.1.11

2024.1.10

17 Jan 21:53
d25761d
Compare
Choose a tag to compare

This software uses code of FFmpeg licensed under the LGPLv2.1 and its source can be downloaded here.

What's Changed

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_2024.1.10.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.10_py311.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_2024.1.10_macos.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows; is built for macOS with Intel CPUs)
  • tidal-wave_2024.1.10_macos_arm64.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows; is built for macOS using Apple ARM silicon)
  • tidal-wave_2024.1.10_py311_pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2024.1.9...2024.1.10

2024.1.9

11 Jan 21:23
29ba54e
Compare
Choose a tag to compare

What's Changed

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_2024.1.9.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.9_py311.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_2024.1.9_macos_arm64.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows; is built for macOS using Apple ARM silicon)
  • tidal-wave_2024.1.9_py311_pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2024.1.8...2024.1.9