-
released this
2024-02-02 09:40:13 -08:00 | 4 commits to main since this releaseIMPORTANT NOTE: THIS IS THE FINAL "RELEASE" THAT WILL BE ON THIS PAGE. ALL FURTHER UPDATES WILL BE DONE THROUGH THE LATEST GIT MASTER COMMIT. There is now a system to update directly from the script, so no need to worry about keeping up with it manually here if you don't use git.
- no more "releases". they don't work well for a shell script of this small scope
- updates are checked against latest commit, and can be applied automatically if the user doesn't have git installed
- for real now, the script will not automatically convert and rather show usage if a directory isn't entered. I accidentally ran the script once and had like 30 opus files spew out and had not a fun time cleaning it up
- for some reason, while I made a comment about not supporting filenames with newlines, I never had a user-friendly notification or check for this. now I do! so it'll notify you if the filepath has a newline in it and skip the file
- keepkeys and removekeys can be comma separated instead of pipe separated now. a bit friendlier to type now. you can still use pipes and it works fine!
if you don't use git and keep up manually with releases, it might be good to
flacconv -u
after downloading thisDownloads
-
flacconv
9 downloads · 9.9 KiB
-
v1.4.7 Stable
released this
2023-11-08 16:15:29 -08:00 | 6 commits to main since this releasechanges from v1.4.6:
- remove the unnecessary setting of
$TMPDIR
via the_tempdir
function. instead, just letmktemp
handle it. it should work for*bsd
and stuff as well
Downloads
-
flacconv
20 downloads · 9 KiB
- remove the unnecessary setting of
-
v1.4.6 Stable
released this
2023-10-11 17:16:19 -07:00 | 7 commits to main since this releasechanges from v1.4.5:
- make find usage when no directory provided actually portable (I somehow skimmed over this entire time that, in POSIX,
find
must have apath
argument... huh! I guess you could've always doneflacconv .
, but omitting the period saves 2 keystrokes!)
Downloads
-
flacconv
28 downloads · 9.3 KiB
- make find usage when no directory provided actually portable (I somehow skimmed over this entire time that, in POSIX,
-
v1.4.5 Stable
released this
2023-09-06 19:42:17 -07:00 | 9 commits to main since this release- consistency and shell-best-practices changes
- move to git.unix.dog
if you want to see previous releases for some reason, look at previous tags
I also added this changelog file for you to see all the previous changesDownloads
-
flacconv
30 downloads · 9.3 KiB