prepare release
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## 0.5.2
|
||||||
|
|
||||||
|
* Enhanced bottom sheet behavior for better UI and UX
|
||||||
|
* Browser tabs now sort with the most recently added first
|
||||||
|
* Browser tab sheet automatically scrolls to the active tab
|
||||||
|
|
||||||
## 0.5.1
|
## 0.5.1
|
||||||
|
|
||||||
* Added automatic upgrade of HTTP URLs to HTTPS (when available)
|
* Added automatic upgrade of HTTP URLs to HTTPS (when available)
|
||||||
|
|||||||
+6
-6
@@ -365,10 +365,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: file_picker
|
name: file_picker
|
||||||
sha256: "2ca051989f69d1b2ca012b2cf3ccf78c70d40144f0861ff2c063493f7c8c3d45"
|
sha256: "824f5b9f389bfc4dddac3dea76cd70c51092d9dff0b2ece7ef4f53db8547d258"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "8.0.5"
|
version: "8.0.6"
|
||||||
fixnum:
|
fixnum:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -458,10 +458,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: flutter_markdown
|
name: flutter_markdown
|
||||||
sha256: "85cc6f7daeae537844c92e2d56e2aff61b00095f8f77913b529ea4be12fc45ea"
|
sha256: "2e8a801b1ded5ea001a4529c97b1f213dcb11c6b20668e081cafb23468593514"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.7.2+1"
|
version: "0.7.3"
|
||||||
flutter_material_design_icons:
|
flutter_material_design_icons:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@@ -564,10 +564,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: freezed_annotation
|
name: freezed_annotation
|
||||||
sha256: c3fd9336eb55a38cc1bbd79ab17573113a8deccd0ecbbf926cca3c62803b5c2d
|
sha256: f54946fdb1fa7b01f780841937b1a80783a20b393485f3f6cdf336fd6f4705f2
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.4.1"
|
version: "2.4.2"
|
||||||
frontend_server_client:
|
frontend_server_client:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
name: bang_navigator
|
name: bang_navigator
|
||||||
description: "A secure and privacy friendly search browser"
|
description: "A secure and privacy friendly search browser"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.5.1+10
|
version: 0.5.2+11
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.4.1 <4.0.0'
|
sdk: '>=3.4.1 <4.0.0'
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
* Enhanced bottom sheet behavior for better UI and UX
|
||||||
|
* Browser tabs now sort with the most recently added first
|
||||||
|
* Browser tab sheet automatically scrolls to the active tab
|
||||||
Reference in New Issue
Block a user