Skip to content

Commit 969f02c

Browse files
committed
chore: bump version to 1.3.6+81
1 parent 94513d8 commit 969f02c

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

CHANGELOG.md

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

55

6+
## 1.3.6 (2026-03-21)
7+
8+
### Features
9+
10+
- add dive list view mode dropdown to Appearance settings
11+
- integrate view mode toggle and tile switching in dive list
12+
- add DiveListViewModeToggle segmented button
13+
- add DenseDiveListTile widget
14+
- add CompactDiveListTile widget
15+
- wire DiveListViewMode through settings layer
16+
- add dive_list_view_mode column to DiverSettings (schema v51)
17+
- add DiveListViewMode enum
18+
19+
### Bug Fixes
20+
21+
- formatting
22+
- replace SegmentedButton with PopupMenuButton for view mode toggle
23+
- add dive list view mode dropdown to desktop settings page
24+
- normalize wall-clock-as-UTC and local times in media matching
25+
- open schema version check in read-write mode to allow WAL recovery
26+
27+
### Documentation
28+
29+
- add compact dive list view implementation plan
30+
- add compact dive list view design spec
31+
- add multi-computer dive consolidation implementation plan
32+
- address spec review feedback for multi-computer consolidation
33+
- add multi-computer dive consolidation design spec
34+
35+
### Chores
36+
37+
- bump version to 1.3.6+81
38+
- update changelog
39+
40+
### Other
41+
42+
- Fix/air consumption unit conversion (#52)
43+
- Feature/site picker search (Issue #49) (#51)
44+
45+
646
## 1.3.5 (2026-03-19)
747

848
### Features

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.5+80
4+
version: 1.3.6+81
55

66
environment:
77
sdk: ^3.10.0

0 commit comments

Comments
 (0)