From 7b84bab217df7da08901b21298765b9c853bc44d Mon Sep 17 00:00:00 2001 From: ricoberger Date: Mon, 12 Feb 2024 19:51:12 +0100 Subject: [PATCH] Prepare v1.3.0 Release --- CONTRIBUTING.md | 17 +---- .../app.feeddeck.feeddeck.metainfo.xml | 63 +++++++++++++++++++ app/pubspec.yaml | 4 +- 3 files changed, 67 insertions(+), 17 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f13be8e..6c89784 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -385,21 +385,8 @@ Android, macOS, Windows and Linux if you do not want to use the official ones. 5. Build the app for Web by running `flutter build web`. The build can be found at `app/build/web` and must be uploaded to your hosting provider. -6. Build the app for Linux by running `flutter build linux --release`. To build - the `arm64` version the following commands can be run on a Raspberry Pi. Once - the `feeddeck-linux-arm64.tar.gz` archive was created it can be uploaded to - the GitHub release. - - ```sh - cp linux/flatpak/app.feeddeck.feeddeck.desktop build/linux/arm64/release/bundle/ - cp linux/flatpak/app.feeddeck.feeddeck.metainfo.xml build/linux/arm64/release/bundle/ - cp linux/flatpak/app.feeddeck.feeddeck.svg build/linux/arm64/release/bundle/ - cd build - cp -r linux/arm64/release/bundle/ feeddeck-linux-arm64 - tar -czf feeddeck-linux-arm64.tar.gz feeddeck-linux-arm64 - ``` - - Update the `app.feeddeck.feeddeck.yml` file at +6. Build the app for Linux by running `flutter build linux --release`. Update + the `app.feeddeck.feeddeck.yml` file at [github.com/flathub/app.feeddeck.feeddeck](https://github.com/flathub/app.feeddeck.feeddeck) with the new release. diff --git a/app/linux/flatpak/app.feeddeck.feeddeck.metainfo.xml b/app/linux/flatpak/app.feeddeck.feeddeck.metainfo.xml index 1fc9a50..986260d 100644 --- a/app/linux/flatpak/app.feeddeck.feeddeck.metainfo.xml +++ b/app/linux/flatpak/app.feeddeck.feeddeck.metainfo.xml @@ -50,6 +50,69 @@ + + +

Added

+
    +
  • #136: [nitter] Add Support for Piped Videos @ricoberger
  • +
  • #137: [landing] Add Feature Images for Mobile Screens @ricoberger
  • +
  • #135: [mastodon] Add Support for YouTube Videos @ricoberger
  • +
  • #134: [reddit] Add Support for YouTube Videos @ricoberger
  • +
  • #132: [core] Add Continuous Delivery Workflow for Linux arm64 @ricoberger
  • +
  • #128: [core] Make Log Level Configurable @ricoberger
  • +
  • #125: [core] Add Open Link Action @ricoberger
  • +
  • #118: [core] Add Client Side Scraping of Sources @ricoberger
  • +
  • #105: [core] Refactor Tools and add get-feed Tool @ricoberger
  • +
  • #101: [rss] Show Videos from RSS Feeds @ricoberger
  • +
  • #98: [core] Add Tests for Sources @ricoberger
  • +
  • #97: [core] Add Test Setup for Deno @ricoberger
  • +
  • #94: [lemmy] Add Support for Lemmy @ricoberger
  • +
  • #87: [core] Add Test Setup for Flutter @ricoberger
  • +
+ +

Fixed

+
    +
  • #133: [core] Fix Password Validations @ricoberger
  • +
  • #124: [core] Add Missing SafeArea Widget @ricoberger
  • +
  • #96: [core] Fix Converting of HTML to Plain Text in Description @ricoberger
  • +
  • #93: [core] Fix Index Reset for Tabs in Small Deck Layout @ricoberger
  • +
+ +

Changed

+
    +
  • #138: [core] Increase Update Interval for Reddit and Nitter @ricoberger
  • +
  • #131: [core] Update macOS GitHub Action Runners @ricoberger
  • +
  • #130: [core] Forbid Weak Passwords @ricoberger
  • +
  • #129: [rss] Do Not Remove HTML Tags @ricoberger
  • +
  • #127: Bump the docker group in /supabase/functions/_cmd with 1 update @dependabot
  • +
  • #126: Bump the npm-landing group in /landing with 2 updates @dependabot
  • +
  • #121: Bump the pub group in /app with 2 updates @dependabot
  • +
  • #120: Bump the npm-landing group in /landing with 1 update @dependabot
  • +
  • #123: [landing] Add Lemmy Icon @ricoberger
  • +
  • #122: [core] Fix Naming of Files @ricoberger
  • +
  • #119: Bump the pub group in /app with 9 updates @dependabot
  • +
  • #114: Bump the docker group in /supabase/functions/_cmd with 1 update @dependabot
  • +
  • #110: Bump the github-actions group with 4 updates @dependabot
  • +
  • #116: Bump the npm-landing group in /landing with 11 updates @dependabot
  • +
  • #113: [core] Add Assignees to Dependabot Configuration @ricoberger
  • +
  • #112: [core] Add Additional Headers for Web Deployment @ricoberger
  • +
  • #106: Update Flutter to Version 3.16.5 @ricoberger
  • +
  • #104: [core] Replace Deprecated serve Function @ricoberger
  • +
  • #103: [core] Improve Error Handling for Feed Edge Functions @ricoberger
  • +
  • #102: [core] Disable Right Click for Item Actions on Web @ricoberger
  • +
  • #100: [core] Update Deno Modules @ricoberger
  • +
  • #99: [rss] Parse Atom and RDF Feeds from Websites @ricoberger
  • +
  • #95: [core] Improve ItemVideoPlayer Widget @ricoberger
  • +
  • #89: Bump the npm-email-templates group in /supabase/email-templates with 1 update @dependabot
  • +
  • #90: Bump the pub group in /app with 1 update @dependabot
  • +
  • #91: Bump the npm-landing group in /landing with 7 updates @dependabot
  • +
  • #92: Bump the docker group in /supabase/functions/_cmd with 1 update @dependabot
  • +
+
+ + https://github.com/feeddeck/feeddeck/releases/tag/v1.2.1 +
+

Fixed

diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 6b8b7e9..5d9b5c4 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.2.1+9 +version: 1.3.0+10 environment: sdk: '>=3.2.6 <4.0.0' @@ -175,7 +175,7 @@ msix_config: publisher_display_name: Rico Berger identity_name: 26077RicoBerger.FeedDeck publisher: CN=7740451A-C179-450A-B346-7231CA231332 - msix_version: 1.2.1.0 + msix_version: 1.3.0.0 logo_path: templates/app-icon/windows.png languages: en-us capabilities: internetClient