Poricom Changelog

What's new in Poricom 1.2.0

May 28, 2023
  • Added:
  • Add Linux (Debian) support (#52). Will be released later.
  • Implement translation component (#47). Results of external captures can also be viewed in the main UI.
  • Fixed:
  • Copy last selection instead of the previous selection (#55)

New in Poricom 1.0.0 (Mar 26, 2023)

  • Added:
  • Load model without internet connection.
  • Changed:
  • Implement regular python packages and type hinting.
  • The codebase has been restructured such that individual components will have its own file. Most components were also refactored.
  • Use built-in QSettings to load and save settings. This removes toml dependency so all settings will now be tracked using the BaseSettings component.
  • Remove method to modify the UI by editing config.toml. (Yes, some of the components were dynamic in the previous versions)
  • Ribbon size is now based on children components instead of a percentage of the current screen.
  • Refactor state tracking module.
  • States (previously called Trackers) are simplified to only include image and model properties.
  • Update OCR behavior to handle instant selections.
  • If the left mouse button is not held when capturing, the model prediction would still be shown.
  • Fixed:
  • Remove Tesseract not loaded error when using the MangaOCR model.

New in Poricom 0.3.1 (Sep 19, 2022)

  • Changed:
  • Show folders containing images in directory
  • Suppress scrolling for a few milliseconds after moving to the next/previous image
  • Fixed:
  • Improve image resolution when zooming
  • Decrease sensitivity on trackpad scroll event