Skip to content

v1.0.2 - i18n Fix & JavaCV Webcam

Choose a tag to compare

@istra711 istra711 released this 28 Jun 19:42

v1.0.2 Changes

Bug Fixes

  • Fixed i18n: Replaced German-text property keys (containing spaces) with simple ASCII keys. Java Properties treats spaces as key-value separators, which caused all translations to silently fail.
  • Navigation menu and top menu items now use i18n keys and switch dynamically between English and German based on Jameica locale settings.
  • Fixed missing 'city' key in German properties file.

New Features

  • Added custom navigation icons (clipboard, image, PDF, webcam, QR)
  • Full i18n support for all navigation and menu entries

Changes

  • Updated webcam implementation: replaced webcam-capture with JavaCV/OpenCV for better compatibility
  • Updated README with version history, i18n documentation, and example QR code image

Dependencies

  • JavaCV 1.5.9 (replaces webcam-capture 0.3.12)
  • OpenCV 4.7.0

Known Limitation

  • Webcam support is Windows-only in this release. Cross-platform support added in v1.0.3.