Skip to content

Commit 4f46ce5

Browse files
committed
chore(release): 1.5.0
1 parent 405d617 commit 4f46ce5

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.5.0](https://github.com/necodeIT/lb_planner_app/compare/1.2.0...1.5.0) (2025-09-24)
6+
7+
8+
### Features
9+
10+
* Add mobile support ([#19](https://github.com/necodeIT/lb_planner_app/issues/19)) ([3f58a7d](https://github.com/necodeIT/lb_planner_app/commit/3f58a7d842892cc0254887a4a7fbd669e84f18ea))
11+
* Kanban board ([#41](https://github.com/necodeIT/lb_planner_app/issues/41)) ([7fbb608](https://github.com/necodeIT/lb_planner_app/commit/7fbb608b0e5a8c629f15286fb81143f948844c23))
12+
13+
14+
### Bug Fixes
15+
16+
* allow child transactions ([8324080](https://github.com/necodeIT/lb_planner_app/commit/8324080d71b25361cb2938f9b080c6b075f82877))
17+
* correct option flag for Flutter web build in Dockerfile ([5766860](https://github.com/necodeIT/lb_planner_app/commit/576686002d02cfa87a0fa12a111ce14aee42ef59))
18+
* Kanban view now displays correctly in release mode ([405d617](https://github.com/necodeIT/lb_planner_app/commit/405d61747fb6de4e1d554f0753c7fb69c9491c3d))
19+
* Resolve app not running on non web platforms ([#20](https://github.com/necodeIT/lb_planner_app/issues/20)) ([75977be](https://github.com/necodeIT/lb_planner_app/commit/75977be10dc6a11cb9fdea031c869089466300c1))
20+
* set web O level to 1 for better logs ([c540b23](https://github.com/necodeIT/lb_planner_app/commit/c540b23229b498aa2464c68996372357de2b3e1a))
21+
* Slotmaster view now displays correctly in release mode ([0b07874](https://github.com/necodeIT/lb_planner_app/commit/0b0787418a5d229db9e834113e2abca2d705b488))
22+
* update Dockerfile to allow root for FVM ([def43bd](https://github.com/necodeIT/lb_planner_app/commit/def43bdb68454423ddb91e0adffa2354c6c0ade8))
23+
524
## [1.4.0](https://github.com/necodeIT/lb_planner_app/compare/1.2.0...1.4.0) (2025-09-24)
625

726

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "An application to plan your moodle assignments."
33

44
publish_to: "none"
55

6-
version: 1.4.0
6+
version: 1.5.0
77

88
environment:
99
sdk: ">=3.4.3 <4.0.0"

0 commit comments

Comments
 (0)