Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 3.69 KB

File metadata and controls

74 lines (50 loc) · 3.69 KB

Changelog

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

Changed

  • Internal syncing and caching mechanisms have been refactored (shouldn't have any visible consequences, but watch out for unintended bugs).

Fixed

  • #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 as igrant.io).

v0.3.1 - 2025-06-08

Added

  • schema:name now falls back to using schema:description when missing.
  • Network status is now watched when going offline.
  • UI Tweaks.

v0.3.0 - 2025-05-30

v0.2.3 - 2020-01-19

  • Added ability to star tasks (using cal:priority rdf 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:
    • gh-1 Handle expired sessions
    • gh-2 solid-focus tries to load tasks from wrong resources
  • 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).