v0.2.3-alpha (updated via snap-store snap in preview/edge channel)
Pre-release
Pre-release
Feichtmeier
released this
14 Dec 06:57
·
1460 commits
to main
since this release
What's Changed
- Remove extra padding between Description and Review containers by @whiskeyPeak in https://github.com/ubuntu-flutter-community/software/pull/520
- SnapPage: show what change is in progress by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/518
- L10n add text line for refresh button on the updates page by @DefaultX-od in https://github.com/ubuntu-flutter-community/software/pull/521
- Make the textfield and the appbar for the MyApps page more consistent. by @whiskeyPeak in https://github.com/ubuntu-flutter-community/software/pull/513
- AppPage refinements by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/524
- Explore page re-design by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/525
- Require specific 0.2.7 version of yaru_icons by @Jupi007 in https://github.com/ubuntu-flutter-community/software/pull/529
- Use shimmer effect for loading content by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/527
- Add loading page to packagekit page by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/532
- Phrasing updates by @hellsworth in https://github.com/ubuntu-flutter-community/software/pull/533
- AppIcon: use an app format agnostic fallback icon by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/536
- SectionBanner: change icon shadow on hover by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/537
- AppIcon refinements for the sectionbanner by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/538
- AppPage: add two finger swipe gesture to navigate back by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/540
- Small padding adjustements - Center the apps page by @whiskeyPeak in https://github.com/ubuntu-flutter-community/software/pull/545
- Rating improvements by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/546
- Review improvements by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/550
- Confirm dialog animation improvements by @Jupi007 in https://github.com/ubuntu-flutter-community/software/pull/553
- AppReviews: swap expanded and inkwell by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/554
- AppReviews: replace arrow font with real icons by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/555
- AppReviews: add space under review by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/556
- Improve app carousel dialog padding by @Jupi007 in https://github.com/ubuntu-flutter-community/software/pull/559
- Improve dropdown titles for explorepage by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/562
- Switch text on updating page by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/563
- Avoid confirm dialog to be open multiple times by @Jupi007 in https://github.com/ubuntu-flutter-community/software/pull/566
- Explorepage: selecting no package format gives error by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/573
- Relook close window confirm dialog by @Jupi007 in https://github.com/ubuntu-flutter-community/software/pull/570
- Pubspec: bump yaru deps by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/574
- One-to-one swipe back gesture for Apps page by @whiskeyPeak in https://github.com/ubuntu-flutter-community/software/pull/571
- ExploreModel: move section map to service and add splash screen by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/576
- MySnaps: add sort dropdown and update available toggle button by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/577
- Migrate away from YaruBanner.thirdTitle by @jpnurmi in https://github.com/ubuntu-flutter-community/software/pull/578
- Appstream service to expose metadata and search for packages. by @oSoMoN in https://github.com/ubuntu-flutter-community/software/pull/567
- Improve my_snaps update checking by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/583
- Do not await service init in the explore page by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/585
- Unify search look and show shimmer loading page by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/586
- Speed up start-up by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/588
- MyApps: load installed packages on demand by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/589
- Improve exception handling on snap service init by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/591
- Add shimmer effect to StartPage and AppIcon by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/592
- Fix Navigation Rail circular progress size by @Jupi007 in https://github.com/ubuntu-flutter-community/software/pull/593
- MyAppsModel: replace null check by null aware by @Jupi007 in https://github.com/ubuntu-flutter-community/software/pull/595
- Adapt to latest yaru_widgets changes by @jpnurmi in https://github.com/ubuntu-flutter-community/software/pull/596
- Revert "Adapt to latest yaru_widgets changes" by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/597
- SnapChannelButton: adapt to design by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/599
- Band-aid fix for 22.10: disable appstream search by default by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/600
- Improve MySnaps updating by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/602
- Add animation to back gesture by @whiskeyPeak in https://github.com/ubuntu-flutter-community/software/pull/587
- Update app_sv.arb by @bittin in https://github.com/ubuntu-flutter-community/software/pull/584
- Rename MyApps and friends to Installed and friends by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/605
- UpdatesPage: add SnapUpdates tab by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/606
- Update banners, navigation and colors to new yaru widgets by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/608
- ExplorePage: use select() to avoid excessive rebuilds by @jpnurmi in https://github.com/ubuntu-flutter-community/software/pull/610
- StartPage: use select() to optimize rebuilds by @jpnurmi in https://github.com/ubuntu-flutter-community/software/pull/611
- SectionGrid: use select() to optimize rebuilds by @jpnurmi in https://github.com/ubuntu-flutter-community/software/pull/612
- Unify search fields and use more select instead of watch by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/614
- Fix: Search cannot find any packages in 22.10 by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/618
- Reorganization of software app and package installer dirs by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/624
- PackageInstaller: add as main page navi entry if path is not null at start by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/625
- ExplorePage: revert hover banner and rename searchbanner by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/628
- Add divider in channel list by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/629
- Rename package format dropdown by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/630
- Use GtkApplicationNotifier to handle CLI arguments by @d-loose in https://github.com/ubuntu-flutter-community/software/pull/633
- app: do not add a global key by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/636
- app: remove unnecessary scaffold by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/637
- Clean up app.dart and settingspage by @Feichtmeier in https://github.com/ubuntu-flutter-community/software/pull/638
New Contributors
- @whiskeyPeak made their first contribution in https://github.com/ubuntu-flutter-community/software/pull/520
- @hellsworth made their first contribution in https://github.com/ubuntu-flutter-community/software/pull/533
- @d-loose made their first contribution in https://github.com/ubuntu-flutter-community/software/pull/633
Full Changelog: ubuntu-flutter-community/software@v0.2.2-alpha...v0.2.3-alpha