From befe5b597786b3817e1f1a1b5574ac78afc7f73e Mon Sep 17 00:00:00 2001 From: ricoberger Date: Sun, 4 Aug 2024 14:38:08 +0200 Subject: [PATCH] Prepare v1.4.0 Release --- .../app.feeddeck.feeddeck.metainfo.xml | 53 +++++++++++++++++++ app/pubspec.yaml | 4 +- 2 files changed, 55 insertions(+), 2 deletions(-) diff --git a/app/linux/flatpak/app.feeddeck.feeddeck.metainfo.xml b/app/linux/flatpak/app.feeddeck.feeddeck.metainfo.xml index 986260d..c96d2d9 100644 --- a/app/linux/flatpak/app.feeddeck.feeddeck.metainfo.xml +++ b/app/linux/flatpak/app.feeddeck.feeddeck.metainfo.xml @@ -50,6 +50,59 @@ + + +

Added

+
    +
  • #157: [core] Add Indexes to Improve Query Performance @ricoberger
  • +
  • #145: [mastodon] Add Support for Piped Videos @ricoberger
  • +
  • #144: [reddit] Add Support for Piped Videos @ricoberger
  • +
  • #143: [lemmy] Add Support for Piped Videos @ricoberger
  • +
  • #142: [4chan] Add Support for 4chan @ricoberger
  • +
+ +

Fixed

+
    +
  • #171: Fix ESLint Dependency Mismatch @ricoberger
  • +
  • #166: Revert "Bump the npm group in /landing with 10 updates" @ricoberger
  • +
  • #148: [core] Fix Blockquote Style @ricoberger
  • +
  • #141: [rss] Fix Image Parsing @ricoberger
  • +
  • #140: [core] Remove referer Check in image-proxy-v1 Function @ricoberger
  • +
+ +

Changed

+
    +
  • #181: Bump the pub group in /app with 12 updates @dependabot
  • +
  • #180: Bump the npm group in /landing with 8 updates @dependabot
  • +
  • #178: Bump braces from 3.0.2 to 3.0.3 in /landing @dependabot
  • +
  • #174: Bump the npm group in /landing with 8 updates @dependabot
  • +
  • #176: Bump the pub group in /app with 6 updates @dependabot
  • +
  • #175: Bump docker/build-push-action from 5 to 6 in the github-actions group @dependabot
  • +
  • #172: [core] Wrap Actions in SafeArea Widget @ricoberger
  • +
  • #167: Bump the pub group across 1 directory with 17 updates @dependabot
  • +
  • #168: Bump the npm group in /landing with 10 updates @dependabot
  • +
  • #165: Bump the npm group in /landing with 10 updates @dependabot
  • +
  • #163: [nitter] Disable Adding of new Sources @ricoberger
  • +
  • #162: [x] Remove X Source @ricoberger
  • +
  • #161: [core] Update Flutter Version to 3.19.5 @ricoberger
  • +
  • #160: Bump the pub group in /app with 9 updates @dependabot
  • +
  • #159: Bump the github-actions group with 1 update @dependabot
  • +
  • #158: Bump the npm group in /landing with 9 updates @dependabot
  • +
  • #151: Bump the pub group in /app with 3 updates @dependabot
  • +
  • #156: Bump the npm group in /landing with 2 updates @dependabot
  • +
  • #153: Bump the docker group in /supabase/functions/_cmd with 1 update @dependabot
  • +
  • #152: Bump the github-actions group with 1 update @dependabot
  • +
  • #150: Bump the npm-landing group in /landing with 6 updates @dependabot
  • +
  • #149: [core] Upgrade Flutter Version @ricoberger
  • +
  • #115: Bump the npm-email-templates group in /supabase/email-templates with 2 updates @dependabot
  • +
  • #147: [core] Use Upstream just_audio_media_kit Version @ricoberger
  • +
  • #146: [4chan] Improve Options Parsing @ricoberger
  • +
+
+ + https://github.com/feeddeck/feeddeck/releases/tag/v1.2.1 +
+

Added

diff --git a/app/pubspec.yaml b/app/pubspec.yaml index e1a5794..1e3057b 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.3.0+10 +version: 1.4.0+11 environment: sdk: '>=3.3.0 <4.0.0' @@ -169,7 +169,7 @@ msix_config: publisher_display_name: Rico Berger identity_name: 26077RicoBerger.FeedDeck publisher: CN=7740451A-C179-450A-B346-7231CA231332 - msix_version: 1.3.0.0 + msix_version: 1.4.0.0 logo_path: templates/app-icon/windows.png languages: en-us capabilities: internetClient