Tidal-wave

Latest version: v2024.6.1

Safety actively analyzes 638430 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

2024.4.1

Notice
This will be the last version of `tidal-wave` that ships the PyApp binaries, as I have finally solved how to [compile FFmpeg on Windows](https://github.com/ebb-earl-co/media-autobuild_suite/releases/tag/n7.0). Thus, PyInstaller will be the tool used to create release artifacts for all the platforms supported so far.

_Going forward_, there will be just one binary for each of the platforms, and it will include:

- Python 3.12
- FFmpeg 7.0
- `tidal-wave`

which means that separate downloading, configuring, and/or installation of Python3 and FFmpeg will be **unnecessary** for use of `tidal-wave` on any of Windows, macOS (x86 or ARM), or GNU/Linux! That being said, the option to simply use the library with `python3 -m tidal-wave` and one's own version of FFmpeg, Python3 will still be available, of course.

What's Changed
* Video metadata tags by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/133
* Dependabot monitoring PyPi dependencies(deps-dev): Bump typer[all] from 0.11.1 to 0.12.0 by dependabot in https://github.com/ebb-earl-co/tidal-wave/pull/134
* Dependabot monitoring PyPi dependencies(deps): Bump m3u8 from 4.0.0 to 4.1.0 by dependabot in https://github.com/ebb-earl-co/tidal-wave/pull/135
* Add Internet Connectivity Check by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/129
* 138 standardize GitHub actions around pyinstaller by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/139
* Address Issue 137 by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/140
* Finally Figure out PyInstaller on Windows! by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/136
* For .mp4 and .m4a Files, Add FFmpeg flag `-movflags +faststart` by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/145

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.3.6...2024.4.1
Disclaimer
This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 6.1.1, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/568dfed06fa38c6cff3a33a444906792055cd2a9).

2024.3.6

*Recent Issues*
For the first time in `tidal-wave`, a few sub-point versions were released. This was an attempt to resolve problems in the GitHub Actions automated build procedures, and it failed. However, it turns out that the Python packages repository, PyPi, was [under attack](https://news.ycombinator.com/item?id=39855619). Now that that has been resolved, this release should make available the normal artifacts :crossed_fingers: !
What's Changed
* New Top-Level Flag: `--transparent` by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/123
* Documentation Pull Request by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/124

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.3.5.2...2024.3.6
Disclaimer

This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 6.1.1, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/568dfed06fa38c6cff3a33a444906792055cd2a9).

2024.3.5.2

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.3.5.1...2024.3.5.2
Disclaimer

This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 6.1.1, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/568dfed06fa38c6cff3a33a444906792055cd2a9).

2024.3.5.1

What's Changed
Rolled back changes to GitHub Actions scripts that build `pyapp` binaries due to their having failed.

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.3.5...2024.3.5.1
Disclaimer

This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 6.1.1, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/568dfed06fa38c6cff3a33a444906792055cd2a9).

2024.3.5

What's Changed
* Introduce HTTP Cache-Control and Update GitHub Actions by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/118


**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.3.4...2024.3.5
Disclaimer

This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 6.1.1, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/568dfed06fa38c6cff3a33a444906792055cd2a9).

2024.3.4

What's Changed
* Bump docker/login-action from 5139682d94efc37792e6b54386b5b470a68a4737 to e92390c5fb421da1463c202d546fed0ec5c39f20 by dependabot in https://github.com/ebb-earl-co/tidal-wave/pull/108
* Finally Include macOS-gleaned Access Tokens by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/109
* Dependabot monitoring PyPi dependencies(deps): Bump typer from 0.9.0 to 0.10.0 by dependabot in https://github.com/ebb-earl-co/tidal-wave/pull/112
* Dependabot monitoring PyPi dependencies(deps-dev): Bump typer[all] from 0.9.0 to 0.10.0 by dependabot in https://github.com/ebb-earl-co/tidal-wave/pull/111
* README Improvements, Documentation, GitHub Actions, and Dependence Version Bump by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/114

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.3.3...2024.3.4
Disclaimer

This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 6.1.1, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/568dfed06fa38c6cff3a33a444906792055cd2a9).

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.