mirror of
https://github.com/chenasraf/pantry-flutter.git
synced 2026-05-17 17:28:03 +00:00
chore(master): release 0.12.0
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## [0.12.0](https://github.com/chenasraf/pantry-flutter/compare/v0.11.0...v0.12.0) (2026-05-15)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add setting to show spacing between categories in checklist items ([689e4d6](https://github.com/chenasraf/pantry-flutter/commit/689e4d6cad89a84621b77e300198d12ac43131ff))
|
||||
* create new lists from the list selector ([41e8ac1](https://github.com/chenasraf/pantry-flutter/commit/41e8ac13a0ab78436bc2674220ed282f8410862d))
|
||||
* share photos, links, and text to Pantry from other apps ([60b16aa](https://github.com/chenasraf/pantry-flutter/commit/60b16aad309ec0f02b542c53a7bfafb9f9652da3))
|
||||
* take photos directly from the photo board ([d880269](https://github.com/chenasraf/pantry-flutter/commit/d8802690c0a3ab80346f84ea1df4b3774ba6e4ee))
|
||||
|
||||
## [0.11.0](https://github.com/chenasraf/pantry-flutter/compare/v0.10.1...v0.11.0) (2026-05-12)
|
||||
|
||||
|
||||
|
||||
5
fastlane/metadata/android/en-US/changelogs/26.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/26.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Features
|
||||
- add setting to show spacing between categories in checklist items
|
||||
- create new lists from the list selector
|
||||
- share photos, links, and text to Pantry from other apps
|
||||
- take photos directly from the photo board
|
||||
5
fastlane/metadata/ios/en-US/changelogs/26.txt
Normal file
5
fastlane/metadata/ios/en-US/changelogs/26.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Features
|
||||
- add setting to show spacing between categories in checklist items
|
||||
- create new lists from the list selector
|
||||
- share photos, links, and text to Pantry from other apps
|
||||
- take photos directly from the photo board
|
||||
@@ -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.11.0+25
|
||||
version: 0.12.0+26
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.1
|
||||
|
||||
Reference in New Issue
Block a user