mirror of
https://github.com/chenasraf/pantry-flutter.git
synced 2026-05-17 17:28:03 +00:00
chore(master): release 0.13.0
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## [0.13.0](https://github.com/chenasraf/pantry-flutter/compare/v0.12.0...v0.13.0) (2026-05-15)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add trash view ([eb4d8d3](https://github.com/chenasraf/pantry-flutter/commit/eb4d8d3c509e6fe1c6ef998caaa58f6bd9a55a53))
|
||||
* add undo action for checking items ([ddf0c36](https://github.com/chenasraf/pantry-flutter/commit/ddf0c365a1ea4fb27f66fc19a7c5ffd7d72f6de7))
|
||||
* improve ui for larger devices ([eafc267](https://github.com/chenasraf/pantry-flutter/commit/eafc267e92b275796e1edb746c3c3b9dc75925e7))
|
||||
* **ios:** open full file picker when running on macOS ([00241b8](https://github.com/chenasraf/pantry-flutter/commit/00241b8aceeda5175e0989f017031a94b6c53581))
|
||||
* **macos:** go back by using Esc key ([88e153b](https://github.com/chenasraf/pantry-flutter/commit/88e153b96f249f4a8d8f19465a31cde7aa3ac8e0))
|
||||
* switch between photos in photo view ([cf9135e](https://github.com/chenasraf/pantry-flutter/commit/cf9135e0695f70b8c8c658421306f6cda610b6b4))
|
||||
|
||||
## [0.12.0](https://github.com/chenasraf/pantry-flutter/compare/v0.11.0...v0.12.0) (2026-05-15)
|
||||
|
||||
|
||||
|
||||
5
fastlane/metadata/android/en-US/changelogs/27.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/27.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Features
|
||||
- add trash view
|
||||
- add undo action for checking items
|
||||
- improve ui for larger devices
|
||||
- switch between photos in photo view
|
||||
6
fastlane/metadata/ios/en-US/changelogs/27.txt
Normal file
6
fastlane/metadata/ios/en-US/changelogs/27.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Features
|
||||
- add trash view
|
||||
- add undo action for checking items
|
||||
- improve ui for larger devices
|
||||
- open full file picker when running on macOS
|
||||
- switch between photos in photo view
|
||||
6
fastlane/metadata/macos/en-US/changelogs/27.txt
Normal file
6
fastlane/metadata/macos/en-US/changelogs/27.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Features
|
||||
- add trash view
|
||||
- add undo action for checking items
|
||||
- improve ui for larger devices
|
||||
- go back by using Esc key
|
||||
- switch between photos in photo view
|
||||
@@ -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: 0.12.0+26
|
||||
version: 0.13.0+27
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.1
|
||||
|
||||
Reference in New Issue
Block a user