All Versions
45
Latest Version
Avg Release Cycle
20 days
Latest Release
-

Changelog History
Page 1

  • v0.3.15 Changes

    • All: Add possibility to capture by left-clicking (or double-clicking) the tray icon. This also improves a bit the situation regarding #306.
    • All: Fix bug when running with Python 3.11 #311.
    • ๐Ÿ Windows: Improve the msi-installer by doing a clean uninstallation that removes also log-folder and tessdata folder.
  • v0.3.14 Changes

    October 30, 2022
    • ๐Ÿ–จ All: Add --version command line flag to easily print NormCap version.
    • All: Slightly improved startup time.
    • ๐Ÿ Windows: Debug information can be printed on screen again. (No need for checking the log file anymore.)
    • ๐Ÿง Linux: Fix FlatPak crashing when gtk3-nocsd is enabled, e.g. in Unity DE (#190).
    • ๐Ÿง Linux: Fix full screen view in Unity DE (#190).
    • ๐Ÿง Linux: Fix failing notifications if detected text starts with certain characters.
  • v0.3.13 Changes

    October 19, 2022
    • โšก๏ธ All: Reduce interval for (optional) update check to 7 days instead on every run to saves startup-time.
    • ๐ŸŽ macOS: Check for required screen recording permissions and warn if missing.
    • ๐ŸŽ macOS: Fix issue where NormCap process keeps running in background after exit.
    • ๐ŸŽ macOS: Work around failing screen recording permissions after installation of new NormCap version by resetting the permissions with every new NormCap version.
  • v0.3.12 Changes

    September 15, 2022
    • All: Change color of tray icon on successful copy to clipboard to improve usability in case the notifications are turned off or not working.
    • โšก๏ธ All: Update dependencies.
    • ๐Ÿง Linux: Fix multi monitor support on Wayland.
  • v0.3.11 Changes

    September 04, 2022
    • All: Improve removal of superfluous spaces in some eastern languages (#158).
    • ๐Ÿง Linux: Fix notification issues on some KDE distros (#260). Thx, @OLoKo64.
  • v0.3.10 Changes

    September 03, 2022
    • All: Ensure backwards compatibility for Pillow < 9.2.0 (#255).
    • ๐Ÿง Linux: Option to add additional languages to FlatPak (#239). Experimental, might not yet work!
  • v0.3.9 Changes

    August 28, 2022
    • โšก๏ธ All: Make update check more robust.
    • ๐Ÿ Windows: Fix copy to clipboard (#250).
    • ๐Ÿ Windows: Write log files for debugging (see FAQs).
    • ๐ŸŽ macOS: Use pbcopy for more reliable copy to clipboard.
    • ๐Ÿง Linux: Fix notifications not showing up in prebuild packages on some systems.
  • v0.3.8 Changes

    August 21, 2022
    • ๐Ÿ“ฆ All: Further reduced file size of prebuild packages (#238). Thx, @thecoder-001
    • ๐Ÿง Linux: Fix clipboard issues on Wayland by using wl-clipboard. (#237)
    • ๐ŸŽ macOS: Indicate build architecture in filename (M1 is not supported!); Also add to FAQs (#242).
  • v0.3.7 Changes

    August 03, 2022
    • ๐Ÿง Linux: Fix TypeError crash during detection of appropriate screenshot method (#235)
  • v0.3.6 Changes

    August 01, 2022
    • ๐Ÿ’ป All: Hide UI while processing. Useful for larger sections of text or slower machines, where processing can take a while.
    • All: Delay exit in case notification=on and tray=off to ensure notification is shown.
    • ๐Ÿง Linux: Latest NormCap is now always available on FlatHub (#147, #225). Thx, @Tim453.