• v1.5.0_FINAL 201a3916cd

    yosh released this 2024-02-02 11:40:13 -06:00 | 3 commits to main since this release

    IMPORTANT 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 this

    Downloads
  • v1.4.7 626630a4c1

    v1.4.7 Stable

    yosh released this 2023-11-08 18:15:29 -06:00 | 5 commits to main since this release

    changes from v1.4.6:

    • remove the unnecessary setting of $TMPDIR via the _tempdir function. instead, just let mktemp handle it. it should work for *bsd and stuff as well
    Downloads
  • v1.4.6 e663630d39

    v1.4.6 Stable

    yosh released this 2023-10-11 19:16:19 -05:00 | 6 commits to main since this release

    changes 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 a path argument... huh! I guess you could've always done flacconv ., but omitting the period saves 2 keystrokes!)
    Downloads
  • v1.4.5 ab75a05046

    v1.4.5 Stable

    yosh released this 2023-09-06 21:42:17 -05:00 | 8 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 changes

    Downloads