File tree Expand file tree Collapse file tree 5 files changed +31
-3
lines changed
Expand file tree Collapse file tree 5 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flet
22description : Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33homepage : https://flet.dev
44repository : 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.
88platforms :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments