Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
FaFre committed Jul 2, 2024
1 parent 8f3e768 commit 9958f32
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

* Added automatic upgrade of HTTP URLs to HTTPS (when available)
Expand Down
12 changes: 6 additions & 6 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ packages:
dependency: "direct main"
description:
name: file_picker
sha256: "2ca051989f69d1b2ca012b2cf3ccf78c70d40144f0861ff2c063493f7c8c3d45"
sha256: "824f5b9f389bfc4dddac3dea76cd70c51092d9dff0b2ece7ef4f53db8547d258"
url: "https://pub.dev"
source: hosted
version: "8.0.5"
version: "8.0.6"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -458,10 +458,10 @@ packages:
dependency: "direct main"
description:
name: flutter_markdown
sha256: "85cc6f7daeae537844c92e2d56e2aff61b00095f8f77913b529ea4be12fc45ea"
sha256: "2e8a801b1ded5ea001a4529c97b1f213dcb11c6b20668e081cafb23468593514"
url: "https://pub.dev"
source: hosted
version: "0.7.2+1"
version: "0.7.3"
flutter_material_design_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -564,10 +564,10 @@ packages:
dependency: transitive
description:
name: freezed_annotation
sha256: c3fd9336eb55a38cc1bbd79ab17573113a8deccd0ecbbf926cca3c62803b5c2d
sha256: f54946fdb1fa7b01f780841937b1a80783a20b393485f3f6cdf336fd6f4705f2
url: "https://pub.dev"
source: hosted
version: "2.4.1"
version: "2.4.2"
frontend_server_client:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bang_navigator
description: "A secure and privacy friendly search browser"
publish_to: 'none'
version: 0.5.1+10
version: 0.5.2+11

environment:
sdk: '>=3.4.1 <4.0.0'
Expand Down
3 changes: 3 additions & 0 deletions metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9958f32

Please sign in to comment.