All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.3.2 - 2025-12-15
- Internal syncing and caching mechanisms have been refactored (shouldn't have any visible consequences, but watch out for unintended bugs).
- #22 Intercept back navigation in mobile in task panel.
- #25 Updated Inrupt auth library to
3.1.1(authentication was failing with some providers such asigrant.io).
v0.3.1 - 2025-06-08
schema:namenow falls back to usingschema:descriptionwhen missing.- Network status is now watched when going offline.
- UI Tweaks.
v0.3.0 - 2025-05-30
- App rebuilt from scratch using Aerogel, check out the Rebuilding Solid Focus with Aerogel video series and the Making a Web Application Framework development journal to learn more.
v0.2.3 - 2020-01-19
- Added ability to star tasks (using
cal:priorityrdf property). - Implemented remembering last active workspaces and lists (using localStorage).
- Improved UX to edit tasks, lists and workspaces.
- gh-8 Improved info on login screen.
v0.2.2 - 2019-12-01
- Updated dependencies.
v0.2.1 - 2019-12-01
- Added loading states for operations taking more than 1 second to complete.
- Handled network errors.
- Implemented some small UI tweaks.
- Fixed bugs:
- gh-7 Lists creation is broken in Offline mode
v0.2.0 - 2019-08-05
- Improved UX.
- Implemented the ability to edit and delete Workspaces, Lists and Tasks.
- Added Task scheduling and descriptions.
- Added markdown support for task names and descriptions.
- Added tasks sidepanel.
- Added soukai dependency to manage data persistence.
- Improved documentation (including a schema of the RDF ontologies that have been used).
- Refactored data schema.
v0.1.1 - 2019-02-22
- Improved UX.
- Fixed bugs:
- Updated dependencies (Vue 2.6.6, Vuetify 1.5.1).
- Updated parsing of WebID profile according with Solid specs (dropped support for vcard fields).
- Task id generation moved to the client.
v0.1.0 - 2018-12-25
- First version of the app.
- Workspaces, Lists and Tasks management.
- Login with Solid and for offline use (using localStorage).