From 2a3e0b6b6d989d47743655ec838dcf2cb678c213 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Fri, 18 Jul 2025 14:46:34 +0200 Subject: [PATCH] prepare new release --- CHANGELOG.md | 6 ++++++ app/pubspec.yaml | 2 +- metadata/en-US/changelogs/19.txt | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 metadata/en-US/changelogs/19.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9265756b..0deab84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.9.15-1 + +* Added certificate information title +* Fixed draggable tabs +* Open single tab in tree view automatically + ## 0.9.15 * Improved intent handling diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 40bd16dc..1a4944b6 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,7 +1,7 @@ name: weblibre description: "The Privacy-Focused & AI-Powered Research Browser" publish_to: 'none' -version: 0.9.15+18 +version: 0.9.15-1+19 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/19.txt b/metadata/en-US/changelogs/19.txt new file mode 100644 index 00000000..5248a90e --- /dev/null +++ b/metadata/en-US/changelogs/19.txt @@ -0,0 +1,3 @@ +* Added certificate information title +* Fixed draggable tabs +* Open single tab in tree view automatically \ No newline at end of file