Releases: cdevroe/unmark
Releases · cdevroe/unmark
Added Custom Cache Capabilities
- Added the ability to add your own custom caching library
- More details here
Bug Fixes & UX Updates
- Sidebar Updates
- Interaction Updates on Mobile
- Fixed some issues with displaying marks
Prepared export to CSV
Prepared export to CSV
Fixing error page
- Removed the header/footer from /errors/error_php.php page.
Fixed Marks Without A Title & Removed Version Number
Fixed an issue with bookmarking pages that didn't have a proper Title set
Removed the Version Number from the app (will track with releases in github)
Hotfix for invalid label id
- When label id was passed with invalid id, it resulted in SQL error, fixed.
Improved importer error handling
Added better error handling for importer in situations where import file is not valid.
Update to Sidebar & Welcome Page
Removed welcome website
Removed sidebar suggestions
Updated sidebar and sidebar styles
Fixed some issues with submit button
Mobile and Style Updates
Updated the search on mobile to hide after search.
Multiple JS & CSS updates for better mobile experience.
Few bug fixes.
Migration Update
- Update innodb check for tables. Instead of looking for exact table match of
migrations
it will now bypass the check for any table with the wordmigrations
in it.