Bump version to v0.26.5

This commit is contained in:
Dat H. Pham
2026-03-23 14:02:53 +07:00
parent 4899002b87
commit 6a34e27340
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
## [0.26.5] - 2026-03-23
### Fixed
- #4394 Preview for plain text file without format bytes
- #4384 Page not found when reload Label page
- #4368 Cannot load more because the wrong condition in Email/query + get
## [0.26.1] - 2026-03-10 ## [0.26.1] - 2026-03-10
### Fixed ### Fixed
- Source code be totally minified by dart2js: concrete `toString` to every exception - Source code be totally minified by dart2js: concrete `toString` to every exception
+1 -1
View File
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.26.4 version: 0.26.5
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"