[PR #12] [MERGED] Prepare v1.0.0 Release #20

Closed
opened 2025-10-31 16:55:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/12
Author: @ricoberger
Created: 9/17/2023
Status: Merged
Merged: 9/17/2023
Merged by: @ricoberger

Base: mainHead: prepare-v1.0.0-release


📝 Commits (1)

📊 Changes

24 files changed (+203 additions, -148 deletions)

View changed files

📝 CONTRIBUTING.md (+36 -38)
📝 app/android/app/build.gradle (+17 -4)
📝 app/ios/Podfile.lock (+6 -0)
📝 app/lib/models/source.dart (+5 -5)
📝 app/lib/repositories/settings_repository.dart (+41 -16)
📝 app/lib/widgets/item/details/item_details.dart (+5 -6)
📝 app/lib/widgets/item/preview/item_preview.dart (+5 -6)
📝 app/lib/widgets/source/add/add_source.dart (+3 -4)
📝 app/lib/widgets/source/add/add_source_reddit.dart (+1 -1)
📝 app/lib/widgets/source/add/add_source_x.dart (+8 -11)
📝 app/lib/widgets/source/source_icon.dart (+7 -7)
📝 app/macos/Podfile.lock (+6 -0)
📝 app/macos/Runner.xcodeproj/project.pbxproj (+9 -7)
📝 app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (+4 -4)
📝 app/macos/Runner/DebugProfile.entitlements (+4 -0)
📝 app/macos/Runner/Info.plist (+2 -0)
📝 app/macos/Runner/Release.entitlements (+4 -0)
📝 app/pubspec.yaml (+3 -2)
📝 app/templates/app-icon/windows.png (+0 -0)
📝 app/templates/feeddeck.afdesign (+0 -0)

...and 4 more files

📄 Description

  • Adjust "Release" section in contributing guide.
  • Disable "X" datasource, since it is not working after the latest API adjustments.
  • Update "version" key and "msix_config.msix_version" key in "pubspec.yaml" file.
  • Change user in "AddSourceReddit" widget help text.
  • Enable macOS App Sandbox.
  • Adjust logo for Windows version.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/12 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 9/17/2023 **Status:** ✅ Merged **Merged:** 9/17/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `prepare-v1.0.0-release` --- ### 📝 Commits (1) - [`88394f3`](https://github.com/feeddeck/feeddeck/commit/88394f39fdd960a78469c1b01cc75c83f59ca9d4) Prepare v1.0.0 Release ### 📊 Changes **24 files changed** (+203 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+36 -38) 📝 `app/android/app/build.gradle` (+17 -4) 📝 `app/ios/Podfile.lock` (+6 -0) 📝 `app/lib/models/source.dart` (+5 -5) 📝 `app/lib/repositories/settings_repository.dart` (+41 -16) 📝 `app/lib/widgets/item/details/item_details.dart` (+5 -6) 📝 `app/lib/widgets/item/preview/item_preview.dart` (+5 -6) 📝 `app/lib/widgets/source/add/add_source.dart` (+3 -4) 📝 `app/lib/widgets/source/add/add_source_reddit.dart` (+1 -1) 📝 `app/lib/widgets/source/add/add_source_x.dart` (+8 -11) 📝 `app/lib/widgets/source/source_icon.dart` (+7 -7) 📝 `app/macos/Podfile.lock` (+6 -0) 📝 `app/macos/Runner.xcodeproj/project.pbxproj` (+9 -7) 📝 `app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme` (+4 -4) 📝 `app/macos/Runner/DebugProfile.entitlements` (+4 -0) 📝 `app/macos/Runner/Info.plist` (+2 -0) 📝 `app/macos/Runner/Release.entitlements` (+4 -0) 📝 `app/pubspec.yaml` (+3 -2) 📝 `app/templates/app-icon/windows.png` (+0 -0) 📝 `app/templates/feeddeck.afdesign` (+0 -0) _...and 4 more files_ </details> ### 📄 Description - Adjust "Release" section in contributing guide. - Disable "X" datasource, since it is not working after the latest API adjustments. - Update "version" key and "msix_config.msix_version" key in "pubspec.yaml" file. - Change user in "AddSourceReddit" widget help text. - Enable macOS App Sandbox. - Adjust logo for Windows version. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:55:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#20