From 8b2b26d44fb1a026ed68820b4de239a99261ff58 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Mon, 14 Jun 2021 17:47:21 +1000 Subject: [PATCH] The Great Grammar Heist --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b24457..25b1f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,7 @@ Dates are given in YYYY-MM-DD format. - Added .rpa (Ren'Py archive) support to infer backend - [`xdg-mime`] no longer uses git version - Output `\r\n` on Windows -- Use a macro to generate `Writable` arrays, making the code a little bit cleaner and nicer to write +- Use a macro to generate `Writable` arrays, making the code a little cleaner and nicer to write ### v0.2.12 (2021-04-14) #### Features @@ -87,7 +87,7 @@ Dates are given in YYYY-MM-DD format. #### Other - Better mime type detection: - Consider "some/x-thing" and "some/thing" to be identical - - Use a patched version of mime_guess (which took a while to make 0u0;) with many more extension<->type mappings + - Use a patched version of mime_guess (which took a while to make 0u0;) with many more extension/type mappings ### v0.2.10 (2021-03-26) - PowerShell support! @@ -117,7 +117,7 @@ Dates are given in YYYY-MM-DD format. ### v0.2.6 (2021-02-28) - Added tests! - Default to [`xdg-mime`] on all Unixy platforms, not just Linux - this also includes the various *BSDs (I've tested - FreeBSD), macOS (haven't tested, but I have a very old MacBook running Leopard that has file preinstalled, so it + FreeBSD), macOS (haven't tested, but I have a very old MacBook running Leopard that has `file` preinstalled, so it *should* work fine), Redox OS (haven't tested), etc. ### v0.2.5 (2021-02-27) @@ -174,7 +174,7 @@ Dates are given in YYYY-MM-DD format. ### v0.1.0 (2021-02-04) Initial commit! - Only one backend - [`xdg-mime`] -- Prints files directly rather than outputting a script +- No output formats - just prints a list of files to be renamed - Only supported flags are `-e` (specify extensions) and `-s` (scan hidden files)