Skip to content

Commit 0db763f

Browse files
committed
Release v0.3.2
1 parent bd36001 commit 0db763f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.3.2](https://github.com/NoelDeMartin/solid-focus/releases/tag/v0.3.2) - 2025-12-15
8+
9+
### Changed
10+
11+
- Internal syncing and caching mechanisms have been refactored (shouldn't have any visible consequences, but watch out for unintended bugs).
12+
13+
### Fixed
14+
15+
- [#22](https://github.com/NoelDeMartin/solid-focus/issues/22) Intercept back navigation in mobile in task panel.
16+
- [#25](https://github.com/NoelDeMartin/solid-focus/issues/25) Updated Inrupt auth library to `3.1.1` (authentication was failing with some providers such as `igrant.io`).
17+
718
## [v0.3.1](https://github.com/NoelDeMartin/solid-focus/releases/tag/v0.3.1) - 2025-06-08
819

920
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-focus",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"type": "module",
66
"repository": "github:noeldemartin/solid-focus",

0 commit comments

Comments
 (0)