Skip to content

Releases: EruEri/oyomu

v0.5.1

15 Jan 13:11
Compare
Choose a tag to compare

CHANGELOG

  • oyomu read:
    • Read from stdin if no file is given
  • oyomu collection read:
    • Encrypted comics kept in memory by default. (only comics not epub)

v0.5.0

03 Dec 11:03
Compare
Choose a tag to compare

CHANGELOG

BREAKING CHANGES

  • Change oyomu xdg directory name:
    • yomu -> oyomu:
      • eg. ~/.local/share/yomu/ --> ~/.local/share/oyomu/
  • Change option:
    • oyomu decrypt:
      • -a : separeted list -> repeted option
    • oyomu delete:
      • -a : separeted list -> repeted option
    • oyomu read:
      • -a : separeted list -> repeted option
  • 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_ to oyomu_

HELP

  • To port your encrypted comic from oyomu < 0.5.0 to oyomu 0.5.0, We need to decrypted it with oyomu < 0.5.0, add an extension to the file (cbz or zip) if comic book archive or (epub) if epub and encrypted it with oyomu 0.5.0

v0.4.0-1

12 Aug 23:40
Compare
Choose a tag to compare

CHANGELOG

  • Don't create temporaries files when unzipping files (load faster)
  • [oyomu-rename]: Don't try to remove folder after rename (folder doesnt exist because rename (ie. mv) delete a old one)
  • [oyomu-*-read]: Sort files by name before reading

v0.4.0

02 Jun 20:09
Compare
Choose a tag to compare

Changelog

v0.3.1

01 Jun 10:25
Compare
Choose a tag to compare

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

v0.3.0-1

01 Jun 10:25
Compare
Choose a tag to compare

Changelog

v0.3.0

01 Jun 10:25
Compare
Choose a tag to compare