Release Notes: - build with flutter v3.35 - add bottom sheet on VM/CT options page to prevent accidental config changes. Values are updated only after pressing update. - resolve the problem that prevented the use of custom user installed certificate (e.g SSL/TLS handshake failed earlier eventhough the user certificate was already installed). - allow users to directly access the proxomx forum, bugzilla and privacy policy from the app's settings page.
Signed-off-by: Shan Shaji <[email protected]> --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a4d5b69..7374e2e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ publish_to: none # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.8.1+46 +version: 1.9.0+47 environment: sdk: '>=3.0.0 <4.0.0' -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
