Skip to content

Releases: Pretty-SFOS/opal-localstorage

v0.3.3

Choose a tag to compare

@ichthyosaurus ichthyosaurus released this 10 Jan 18:37
Release version v0.3.3

v0.3.2

Choose a tag to compare

@ichthyosaurus ichthyosaurus released this 24 Dec 12:55

0.3.2 (2025-12-24)

  • Added translations: Bengali, Chinese (Traditional Han script), Hindi, Malayalam, Thai

  • Updated translations: Estonian, Finnish, French, German, Portuguese (Brazil), Romanian, Spanish

  • Fixed duplicate Norwegian Nynorsk translation

  • Fixed translation file name to be the same across all modules

  • Fixed packaging to include opal.pri and .gitignore files for
    easier integration into apps. Add include(libs/opal.pri)
    to your harbour-myapp.pro file to enable Opal in your app.

  • Note: you still must modify your yaml or spec file for Harbour compliance!
    See here
    for updated instructions.

  • Fixed documentation to exclude some unnecessary generated parts.

v0.3.1

Choose a tag to compare

@ichthyosaurus ichthyosaurus released this 10 Aug 16:52

0.3.1 (2025-08-10)

  • Added translations: Arabic, Belarusian, Dutch (Belgium), Lithuanian, Norwegian Nynorsk, Persian, Portuguese, Portuguese (Brazil)
  • Updated translations: Ukrainian

v0.3.0

Choose a tag to compare

@ichthyosaurus ichthyosaurus released this 08 Aug 18:57

0.3.0 (2025-08-08)

  • Renamed StorageHelper.js to LocalStorage.js
  • Added support for managing multiple databases by moving global functions and
    settings into a new Database class
  • Added documentation for most properties and functions but it is still incomplete