⚠️ This update requires DB migration - see
README.mdsectionDatabase
v8.4
- Added
nfcclockplugin to allow clocking in and out with NFC tags (requiresnfcloginplugin) - Updated
nfcloginplugin to version1.2(added Toil API route fornfcclockcallednfclclock) - Removed unused
extract_pluginfunction fromPluginDevToolclass - Custom language files can now be used with the
i18nclass by placing them within thedata/i18n/custom/directory. This also works for plugins.
v8.3.2
- Added script to initialize the database for demo purposes when using Docker (See
README.md) - Fixed missing
activecolumn within theuserstable when initializing the database for the first time
v8.3.1
- Removed deprecated
appattribute fromgeneralsection withinapp.json - Fixed issue stating that the account got disabled when logging out or when accessing the web UI
What's Changed
- v8.3.2: Demo by @Ente in #127
- Add migration script for 'pid' column in projects_items table by @Ente in #128
- v8.4 by @Ente in #129
Full Changelog: v8.3...v8.4