Releases: JoelMon/scriptx
Releases · JoelMon/scriptx
v0.4.10
v.0.4.9
ScriptX v0.4.9 (2022-04-18)
- Fixed security vunablity
- The regex v1.5.4 has a security vunablility that was fixed in v1.5.5. This release updates regex to the patched regex version v1.5.5.
- Updated dependencies
- Updated libc v0.2.112 -> v0.2.123
- Updated once_cell v1.9.0 -> v1.10.0
- Updated proc-macro2 v1.0.26 -> v1.0.37
- Updated quote v1.0.14 -> v1.0.18
- Updated regex v1.5.4 -> v1.5.5
- Updated serde v1.0.133 -> v1.0.136
- Updated serde_derive v1.0.133 -> v1.0.136
- Updated serde_json v1.0.74 -> v1.0.79
- Updated syn v1.0.84 - v1.0.91
- Added note to the README.md doc regarding known problems with some video files.
v0.4.8
ScriptX v0.4.8 (2022-01-05)
- Removed period after an error message. Periods should not be used in error strings.
- Updated dependencies
- Updating ansi_term v0.11.0 -> v0.12.1
- Updating clap v2.33.3 -> v2.33.4
- Updating itoa v0.4.8 -> v1.0.1
- Updating libc v0.2.107 -> v0.2.112
- Updating once_cell v1.8.0 -> v1.9.0
- Updating proc-macro2 v1.0.32 -> v1.0.36
- Updating quote v1.0.10 -> v1.0.14
- Updating ryu v1.0.5 -> v1.0.9
- Updating serde v1.0.130 -> v1.0.133
- Updating serde_derive v1.0.130 -> v1.0.133
- Updating serde_json v1.0.71 -> v1.0.74
- Updating syn v1.0.81 -> v1.0.84
v.0.4.7
ScriptX v0.4.7 (2021-11-18)
- Updated dependencies
- Updating bitflags v1.2.1 -> v1.3.2
- Updating console v0.14.1 -> v0.15.0
- Updating itoa v0.4.7 -> v0.4.8
- Updating libc v0.2.97 -> v0.2.107
- Updating memchr v2.4.0 -> v2.4.1
- Adding once_cell v1.8.0
- Updating proc-macro2 v1.0.27 -> v1.0.32
- Updating quote v1.0.9 -> v1.0.10
- Updating serde v1.0.126 -> v1.0.130
- Updating serde_derive v1.0.126 -> v1.0.130
- Updating serde_json v1.0.64 -> v1.0.71
- Updating syn v1.0.73 -> v1.0.81
- Updating unicode-width v0.1.8 -> v0.1.9
- Fixed #29
v0.4.6
v0.4.5
v0.4.4
Changelog
ScriptX v0.4.4 (2021-7-20)
Fix
- Close #27 - Removed
ffmpeg
fromCargo.toml
- Updated the
Readme.md
Usage section
Improvements
- Added the new
-a
feature to theREADME.md
Features section - Added instructions for installing ScriptX from the repository using
cargo install --git
- Close #18 - Started using
std::path::Path
instead of strings - Made code more idiomatic
v0.4.3
Changelog
ScriptX v0.4.3 (2021-7-05)
Fix
- Close #24 - Reworded cut to extract in the deb
control
file and other places.
Other
- Instead of modifying a static man file,
make-deb
generates and compresses the man file. The man file created isn't perfect but it's better than having the man page to by out of sync with development. NOTE: With Clap 3 man pages generation should be possible.:w - Replaced clap's description string with the
crate_description
macro. The--help
application description will be the same as the one inCargo.toml
. - Tweaked the wording in the
-v
option help string.
v0.4.2
Changelog
ScriptX v0.4.2 (2021-7-04)
New Feature
- Close #21 - Added a progress bar to when using the
-a --all
flag.
Fix
- Fixed #20 - Removed the out of date "known bug" from
-h
.
Other
- Added man pages for the project
- Updated
hermit-abi
crate - Close #22 - made a script,
make-deb
to create deb files- Added
deb
directory that holds the control file used to create deb file - Add
man
directory that holds the man file for creating Linux packages
- Added