Skip to content

Commit e4aabec

Browse files
committed
chore: bump version to 1.3.2+76
1 parent a0c1c3b commit e4aabec

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

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

55

6+
## 1.3.2 (2026-03-15)
7+
8+
### Features
9+
10+
- wire SubsurfaceXmlParser and add integration test with real export
11+
- add trip and tag parsing with deduplication
12+
- add site parsing with GPS, geo taxonomy, and UUID whitespace trimming
13+
- add cylinder/tank, weight, and profile sample parsing
14+
- add dive metadata parsing (buddy, notes, visibility, current, salinity)
15+
- scaffold SubsurfaceXmlParser with value helpers and minimal dive parsing
16+
17+
### Bug Fixes
18+
19+
- show imported buddies in review step and fix profile temperature
20+
- import buddies as proper entities and fill sparse profile data
21+
- import Subsurface buddies and divemasters as proper Buddy entities
22+
- import Subsurface buddies and divemasters as proper Buddy entities
23+
- interpolate sparse pressure data in Subsurface XML profile samples
24+
- auto-select newly created dive site when returning to dive edit page
25+
26+
### Documentation
27+
28+
- add Subsurface XML import implementation plan
29+
- fix spec review issues in Subsurface XML import design
30+
- add Subsurface XML import design spec
31+
32+
### Tests
33+
34+
- add edge case and error handling tests
35+
36+
### Chores
37+
38+
- bump version to 1.3.2+76
39+
- update README.md
40+
41+
642
## 1.3.1 (2026-03-14)
743

844
### Bug Fixes

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.1+75
4+
version: 1.3.2+76
55

66
environment:
77
sdk: ^3.10.0

0 commit comments

Comments
 (0)