Skip to content

Commit 9a5b760

Browse files
committed
chore: bump version to 1.3.3+78
1 parent 4b5b94e commit 9a5b760

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
All notable changes to Submersion are documented in this file.
44

55

6+
## 1.3.3 (2026-03-18)
7+
8+
### Features
9+
10+
- add schema version-mismatch guard to prevent older app from opening newer database
11+
- add Fix Dive Times settings page for bulk-fix tool
12+
- add DiveTimeMigrationService for bulk-fix offset logic
13+
- add importVersion column and wall-clock-as-UTC migration (schema v49)
14+
- construct wall-clock-as-UTC DateTime from raw components in mapper
15+
- pass raw datetime components instead of UTC epoch
16+
- add nativeGetDiveTimezone JNI binding
17+
- pass raw datetime components instead of UTC epoch
18+
- replace dateTimeEpoch with raw component fields in Pigeon API
19+
20+
### Bug Fixes
21+
22+
- pass raw datetime components instead of epoch in dive converters
23+
- use UTC bounds for all dive date range queries
24+
- use DateTime.utc for manual dive entry (wall-clock-as-UTC)
25+
26+
### Documentation
27+
28+
- add dive time timezone fix implementation plan
29+
- add dive_import_providers to files changed table
30+
- address spec review findings for dive time timezone fix
31+
- add dive time timezone fix design spec
32+
33+
### Chores
34+
35+
- bump version to 1.3.3+78
36+
- formatting
37+
- formatting
38+
39+
640
## 1.3.2 (2026-03-16)
741

842
### Chores

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: submersion
22
description: An open-source dive logging application for scuba divers.
33
publish_to: 'none'
4-
version: 1.3.2+77
4+
version: 1.3.3+78
55

66
environment:
77
sdk: ^3.10.0

0 commit comments

Comments
 (0)