File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.12.2] - 2025-01-06
11
+
10
12
### Fixed
11
13
12
14
- Remove duplicate slash in file path #67 , #79
@@ -354,7 +356,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
354
356
355
357
- Intiial release
356
358
357
- [ unreleased ] : https://github.com/tmaegel/ntodotxt/compare/v0.12.1...HEAD
359
+ [ unreleased ] : https://github.com/tmaegel/ntodotxt/compare/v0.12.2...HEAD
360
+ [ 0.12.2 ] : https://github.com/tmaegel/ntodotxt/compare/v0.12.1...v0.12.2
358
361
[ 0.12.1 ] : https://github.com/tmaegel/ntodotxt/compare/v0.12.0...v0.12.1
359
362
[ 0.12.0 ] : https://github.com/tmaegel/ntodotxt/compare/v0.11.0...v0.12.0
360
363
[ 0.11.0 ] : https://github.com/tmaegel/ntodotxt/compare/v0.10.1...v0.11.0
Original file line number Diff line number Diff line change 1
1
// coverage:ignore-file
2
2
3
- const String version = '0.12.1 ' ;
3
+ const String version = '0.12.2 ' ;
4
4
5
5
/// https://m3.material.io/foundations/layout/applying-layout/window-size-classes
6
6
const int maxScreenWidthCompact = 600 ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: ntodotxt
2
2
3
3
description : App for managing your todos within a todo.txt file locally or via webdav (e.g. Nextcloud)
4
4
publish_to : ' none' # Remove this line if you wish to publish to pub.dev
5
- version : 0.12.1+27
5
+ version : 0.12.2+28
6
6
7
7
environment :
8
8
sdk : ' >=3.0.5 <4.0.0'
You can’t perform that action at this time.
0 commit comments