version bump
This commit is contained in:
parent
d21cd23ac8
commit
154ceecae0
3 changed files with 18 additions and 5 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v1.2.8] - 2020-11-27
|
||||||
|
### Added
|
||||||
|
- Albums / Countries / Tags: pinch to change tile size
|
||||||
|
- Album picker: added a field to filter by name
|
||||||
|
- check free space before moving entries
|
||||||
|
- SVG source viewer
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Navigation: changed page history handling
|
||||||
|
- Info: improved layout, especially for XMP
|
||||||
|
- About: improved layout
|
||||||
|
- faster locating of new entries
|
||||||
|
|
||||||
## [v1.2.7] - 2020-11-15
|
## [v1.2.7] - 2020-11-15
|
||||||
### Added
|
### Added
|
||||||
- Support for TIFF images (single page)
|
- Support for TIFF images (single page)
|
||||||
|
|
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.2.7+33
|
version: 1.2.8+34
|
||||||
|
|
||||||
# brendan-duncan/image (as of v2.1.19):
|
# brendan-duncan/image (as of v2.1.19):
|
||||||
# - does not support TIFF with JPEG compression (issue #184)
|
# - does not support TIFF with JPEG compression (issue #184)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.2.7:
|
v1.2.8:
|
||||||
- subsampling and tiling of large images
|
- pinch to scale albums, countries & tags
|
||||||
- support for TIFF images (single page only)
|
- SVG source viewer
|
||||||
- optional minimap in viewer overlay
|
- improved detailed metadata layout
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue