Releases: EruEri/oyomu
Releases · EruEri/oyomu
v0.5.1
v0.5.0
CHANGELOG
BREAKING CHANGES
- Change oyomu xdg directory name:
- yomu -> oyomu:
- eg. ~/.local/share/yomu/ --> ~/.local/share/oyomu/
- yomu -> oyomu:
- Change option:
- oyomu decrypt:
- -a : separeted list -> repeted option
- oyomu delete:
- -a : separeted list -> repeted option
- oyomu read:
- -a : separeted list -> repeted option
- oyomu decrypt:
- Change syomurc format:
- Add a field to the encrypted json
Features
- Add epub support
Miscellaneous
- Replace libraries:
- cryptokit -> digestif + mirage-crypto
- str -> re-ocaml
- Code refacto:
- Remove suyomu: (create its own repository)
- Rename some functions from
yomu_
tooyomu_
HELP
- To port your encrypted comic from
oyomu
< 0.5.0 tooyomu
0.5.0, We need to decrypted it withoyomu
< 0.5.0, add an extension to the file (cbz or zip) if comic book archive or (epub) if epub and encrypted it withoyomu
0.5.0
v0.4.0-1
v0.4.0
Changelog
- oyomu: change exits code
- suyomu: suwayomu frontend
- new program alongside oyomu
v0.3.1
Changelog
- Divers improvements:
- Create a makefile to install
oyomu
anywhere - Raise minimal ocaml version in opam file (4.13 -> 4.14)
- Simplify the code:
- Replace the implementation with zipper by array + index (maybe reduce memory consumption)
- Little code Refacto
- Create a makefile to install