mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-12 01:54:51 -05:00
Prepare v1.4.0 Release
This commit is contained in:
@@ -50,6 +50,59 @@
|
||||
</categories>
|
||||
|
||||
<releases>
|
||||
<release version="v1.4.0" date="2024-08-04">
|
||||
<description>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
<li>#157: [core] Add Indexes to Improve Query Performance @ricoberger</li>
|
||||
<li>#145: [mastodon] Add Support for Piped Videos @ricoberger</li>
|
||||
<li>#144: [reddit] Add Support for Piped Videos @ricoberger</li>
|
||||
<li>#143: [lemmy] Add Support for Piped Videos @ricoberger</li>
|
||||
<li>#142: [4chan] Add Support for 4chan @ricoberger</li>
|
||||
</ul>
|
||||
|
||||
<p>Fixed</p>
|
||||
<ul>
|
||||
<li>#171: Fix ESLint Dependency Mismatch @ricoberger</li>
|
||||
<li>#166: Revert "Bump the npm group in /landing with 10 updates" @ricoberger</li>
|
||||
<li>#148: [core] Fix Blockquote Style @ricoberger</li>
|
||||
<li>#141: [rss] Fix Image Parsing @ricoberger</li>
|
||||
<li>#140: [core] Remove referer Check in image-proxy-v1 Function @ricoberger</li>
|
||||
</ul>
|
||||
|
||||
<p>Changed</p>
|
||||
<ul>
|
||||
<li>#181: Bump the pub group in /app with 12 updates @dependabot</li>
|
||||
<li>#180: Bump the npm group in /landing with 8 updates @dependabot</li>
|
||||
<li>#178: Bump braces from 3.0.2 to 3.0.3 in /landing @dependabot</li>
|
||||
<li>#174: Bump the npm group in /landing with 8 updates @dependabot</li>
|
||||
<li>#176: Bump the pub group in /app with 6 updates @dependabot</li>
|
||||
<li>#175: Bump docker/build-push-action from 5 to 6 in the github-actions group @dependabot</li>
|
||||
<li>#172: [core] Wrap Actions in SafeArea Widget @ricoberger</li>
|
||||
<li>#167: Bump the pub group across 1 directory with 17 updates @dependabot</li>
|
||||
<li>#168: Bump the npm group in /landing with 10 updates @dependabot</li>
|
||||
<li>#165: Bump the npm group in /landing with 10 updates @dependabot</li>
|
||||
<li>#163: [nitter] Disable Adding of new Sources @ricoberger</li>
|
||||
<li>#162: [x] Remove X Source @ricoberger</li>
|
||||
<li>#161: [core] Update Flutter Version to 3.19.5 @ricoberger</li>
|
||||
<li>#160: Bump the pub group in /app with 9 updates @dependabot</li>
|
||||
<li>#159: Bump the github-actions group with 1 update @dependabot</li>
|
||||
<li>#158: Bump the npm group in /landing with 9 updates @dependabot</li>
|
||||
<li>#151: Bump the pub group in /app with 3 updates @dependabot</li>
|
||||
<li>#156: Bump the npm group in /landing with 2 updates @dependabot</li>
|
||||
<li>#153: Bump the docker group in /supabase/functions/_cmd with 1 update @dependabot</li>
|
||||
<li>#152: Bump the github-actions group with 1 update @dependabot</li>
|
||||
<li>#150: Bump the npm-landing group in /landing with 6 updates @dependabot</li>
|
||||
<li>#149: [core] Upgrade Flutter Version @ricoberger</li>
|
||||
<li>#115: Bump the npm-email-templates group in /supabase/email-templates with 2 updates @dependabot</li>
|
||||
<li>#147: [core] Use Upstream just_audio_media_kit Version @ricoberger</li>
|
||||
<li>#146: [4chan] Improve Options Parsing @ricoberger</li>
|
||||
</ul>
|
||||
</description>
|
||||
|
||||
<url>https://github.com/feeddeck/feeddeck/releases/tag/v1.2.1</url>
|
||||
</release>
|
||||
|
||||
<release version="v1.3.0" date="2024-02-12">
|
||||
<description>
|
||||
<p>Added</p>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user