Skip to content

Releases: gwen-lg/subtile-ocr

v0.2.3

12 Jan 16:01
Compare
Choose a tag to compare

Other

  • update dependencies including subtile v0.3.2
  • (release-plz) configure Release-plz for pr + release

v0.2.2

07 Jan 16:39
Compare
Choose a tag to compare

🚀 Features

  • (puffin) use a BufWriter for pref stats file

⚙️ Miscellaneous Tasks

  • (gitignore) remove data files of ignore
  • (release-plz) configure Release-plz for pr
  • (cargo) fix alphabetical order of dependencies
  • (cargo) update subtile dependendies to 0.3.1
  • fix github workflows change for trigger code_check
  • (cargo) update dependendies

v0.2.1

11 Aug 20:50
Compare
Choose a tag to compare

🚀 Features

  • (typos) Add .typos.toml conf
  • (dump) Add DumpImage error and map to call to dump_images
  • (error) Create a dedicated error for Index file opening
  • (error) Create an error for RayonThreaPool creation
  • Run cargo update
  • (subtile) Update subtile dependency to v0.3"
  • (pgs) Add pgs (*.sup files) management
  • Add dump-raw option

🚜 Refactor

  • Rework ocr thread management
  • run fn return a simple Result
  • Convert ocr process to use IntoParrallelTterator
  • Inline code of process_image_for_ocr

📚 Documentation

  • Change PNGs to PNG files
  • (error) Add documentation for errors of check_subtitles
  • (cargo) Add 'pgs' as keyword for crate

🎨 Styling

  • Update to multiline use
  • Inline format args
  • (cargo) Move dependencies before lints setup

⚙️ Miscellaneous Tasks

  • (typos) Add typos step in code_check ci workflow
  • (github) Update runs-on to ubuntu-latest