Skip to content

Commit cdfa449

Browse files
committed
Bump version 0.4.1
1 parent 63b9bff commit cdfa449

File tree

5 files changed

+31
-3
lines changed

5 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Flet changelog
22

3+
## 0.4.1
4+
5+
* Slider.round to round slider value on a label
6+
* Fix page.client_storage.get_keys() timeout
7+
* Fix encode() import in PyInstaller integration
8+
* Fix "ConnectionAbortedError" error on Windows
9+
* Consistent licensing across the code - Apache 2.0
10+
* Fix assets loading in a sub-directory app ([#1019](https://github.com/flet-dev/flet/issues/1019)
11+
* Add --distpath option to flet pack and flet publish commands ([#1018](https://github.com/flet-dev/flet/issues/1018)
12+
* Updating manifest.json when using flet publish ([#1014](https://github.com/flet-dev/flet/issues/1014)
13+
* Fix "Address already in use" error on flet run hot reload ([#1007](https://github.com/flet-dev/flet/issues/1007)
14+
* Force Python sub-process to run with UTF-8 encoding ([#1002](https://github.com/flet-dev/flet/issues/1002)
15+
* Fix: View with content crashes in some routing scenarios ([#1001](https://github.com/flet-dev/flet/issues/1001)
16+
317
## 0.4.0
418

519
* Changed re-connection logic to make hot reload work ([#971](https://github.com/flet-dev/flet/issues/971))

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ packages:
167167
path: "../package"
168168
relative: true
169169
source: path
170-
version: "0.4.0"
170+
version: "0.4.1"
171171
flutter:
172172
dependency: "direct main"
173173
description: flutter

package/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.4.1
2+
3+
* Slider.round to round slider value on a label
4+
* Fix page.client_storage.get_keys() timeout
5+
* Fix encode() import in PyInstaller integration
6+
* Fix "ConnectionAbortedError" error on Windows
7+
* Consistent licensing across the code - Apache 2.0
8+
* Fix assets loading in a sub-directory app ([#1019](https://github.com/flet-dev/flet/issues/1019)
9+
* Add --distpath option to flet pack and flet publish commands ([#1018](https://github.com/flet-dev/flet/issues/1018)
10+
* Updating manifest.json when using flet publish ([#1014](https://github.com/flet-dev/flet/issues/1014)
11+
* Fix "Address already in use" error on flet run hot reload ([#1007](https://github.com/flet-dev/flet/issues/1007)
12+
* Force Python sub-process to run with UTF-8 encoding ([#1002](https://github.com/flet-dev/flet/issues/1002)
13+
* Fix: View with content crashes in some routing scenarios ([#1001](https://github.com/flet-dev/flet/issues/1001)
14+
115
## 0.4.0
216

317
* Changed re-connection logic to make hot reload work ([#971](https://github.com/flet-dev/flet/issues/971))

package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet
5-
version: 0.4.0
5+
version: 0.4.1
66

77
# This package supports all platforms listed below.
88
platforms:

studio/client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ packages:
167167
path: "../../package"
168168
relative: true
169169
source: path
170-
version: "0.4.0"
170+
version: "0.4.1"
171171
flutter:
172172
dependency: "direct main"
173173
description: flutter

0 commit comments

Comments
 (0)