The Great Grammar Heist
This commit is contained in:
parent
bd1a2a3e3a
commit
8b2b26d44f
1 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@ Dates are given in YYYY-MM-DD format.
|
||||||
- Added .rpa (Ren'Py archive) support to infer backend
|
- Added .rpa (Ren'Py archive) support to infer backend
|
||||||
- [`xdg-mime`] no longer uses git version
|
- [`xdg-mime`] no longer uses git version
|
||||||
- Output `\r\n` on Windows
|
- 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)
|
### v0.2.12 (2021-04-14)
|
||||||
#### Features
|
#### Features
|
||||||
|
@ -87,7 +87,7 @@ Dates are given in YYYY-MM-DD format.
|
||||||
#### Other
|
#### Other
|
||||||
- Better mime type detection:
|
- Better mime type detection:
|
||||||
- Consider "some/x-thing" and "some/thing" to be identical
|
- 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)
|
### v0.2.10 (2021-03-26)
|
||||||
- PowerShell support!
|
- PowerShell support!
|
||||||
|
@ -117,7 +117,7 @@ Dates are given in YYYY-MM-DD format.
|
||||||
### v0.2.6 (2021-02-28)
|
### v0.2.6 (2021-02-28)
|
||||||
- Added tests!
|
- Added tests!
|
||||||
- Default to [`xdg-mime`] on all Unixy platforms, not just Linux - this also includes the various *BSDs (I've tested
|
- 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.
|
*should* work fine), Redox OS (haven't tested), etc.
|
||||||
|
|
||||||
### v0.2.5 (2021-02-27)
|
### v0.2.5 (2021-02-27)
|
||||||
|
@ -174,7 +174,7 @@ Dates are given in YYYY-MM-DD format.
|
||||||
### v0.1.0 (2021-02-04)
|
### v0.1.0 (2021-02-04)
|
||||||
Initial commit!
|
Initial commit!
|
||||||
- Only one backend - [`xdg-mime`]
|
- 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)
|
- Only supported flags are `-e` (specify extensions) and `-s` (scan hidden files)
|
||||||
|
|
||||||
<!-- links -->
|
<!-- links -->
|
||||||
|
|
Loading…
Reference in a new issue