updated changelog
This commit is contained in:
parent
55acafc1ab
commit
d7d04cb234
1 changed files with 21 additions and 8 deletions
29
CHANGELOG.md
29
CHANGELOG.md
|
@ -2,6 +2,19 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
- hide album / country / tag from collection
|
||||||
|
- new version check
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Viewer: improved multipage item overlay and thumbnail loading
|
||||||
|
- deactivate geocoding and Google maps when Play Services are unavailable
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- refreshing items externally added/moved/removed
|
||||||
|
- loading items at the root of volumes
|
||||||
|
- loading items when opening a shortcut with a location filter
|
||||||
|
- various thumbnail hero animation fixes
|
||||||
|
|
||||||
## [v1.3.3] - 2021-01-31
|
## [v1.3.3] - 2021-01-31
|
||||||
### Added
|
### Added
|
||||||
|
@ -34,7 +47,7 @@ upgraded libtiff to 4.2.0 for TIFF decoding
|
||||||
|
|
||||||
## [v1.3.1] - 2021-01-04
|
## [v1.3.1] - 2021-01-04
|
||||||
### Added
|
### Added
|
||||||
- Collection: long press and move to select/deselect multiple entries
|
- Collection: long press and move to select/deselect multiple items
|
||||||
- Info: show Spherical Video V1 metadata
|
- Info: show Spherical Video V1 metadata
|
||||||
- Info: metadata search
|
- Info: metadata search
|
||||||
|
|
||||||
|
@ -73,14 +86,14 @@ upgraded libtiff to 4.2.0 for TIFF decoding
|
||||||
### Added
|
### Added
|
||||||
- Albums / Countries / Tags: pinch to change tile size
|
- Albums / Countries / Tags: pinch to change tile size
|
||||||
- Album picker: added a field to filter by name
|
- Album picker: added a field to filter by name
|
||||||
- check free space before moving entries
|
- check free space before moving items
|
||||||
- SVG source viewer
|
- SVG source viewer
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Navigation: changed page history handling
|
- Navigation: changed page history handling
|
||||||
- Info: improved layout, especially for XMP
|
- Info: improved layout, especially for XMP
|
||||||
- About: improved layout
|
- About: improved layout
|
||||||
- faster locating of new entries
|
- faster locating of new items
|
||||||
|
|
||||||
## [v1.2.7] - 2020-11-15
|
## [v1.2.7] - 2020-11-15
|
||||||
### Added
|
### Added
|
||||||
|
@ -92,15 +105,15 @@ upgraded libtiff to 4.2.0 for TIFF decoding
|
||||||
- Viewer: use subsampling and tiling to display large images
|
- Viewer: use subsampling and tiling to display large images
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed finding dimensions of entries with incorrect EXIF
|
- Fixed finding dimensions of items with incorrect EXIF
|
||||||
|
|
||||||
## [v1.2.6] - 2020-11-15 [YANKED]
|
## [v1.2.6] - 2020-11-15 [YANKED]
|
||||||
|
|
||||||
## [v1.2.5] - 2020-11-01
|
## [v1.2.5] - 2020-11-01
|
||||||
### Added
|
### Added
|
||||||
- Search: show recently used filters (optional)
|
- Search: show recently used filters (optional)
|
||||||
- Search: show filter for entries with no XMP tags
|
- Search: show filter for items with no XMP tags
|
||||||
- Search: show filter for entries with no location information
|
- Search: show filter for items with no location information
|
||||||
- Analytics: use Firebase Analytics (along Firebase Crashlytics)
|
- Analytics: use Firebase Analytics (along Firebase Crashlytics)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -108,10 +121,10 @@ upgraded libtiff to 4.2.0 for TIFF decoding
|
||||||
- Viewer overlay: showing shooting details is now optional
|
- Viewer overlay: showing shooting details is now optional
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Viewer: leave when the loaded entry is deleted and it is the last one
|
- Viewer: leave when the loaded item is deleted and it is the last one
|
||||||
- Viewer: refresh the viewer overlay and info page when the loaded image is modified
|
- Viewer: refresh the viewer overlay and info page when the loaded image is modified
|
||||||
- Info: prevent reporting a "Media" section for images other than HEIC/HEIF
|
- Info: prevent reporting a "Media" section for images other than HEIC/HEIF
|
||||||
- Fixed opening entries shared via a "file" media content URI
|
- Fixed opening items shared via a "file" media content URI
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Dependencies: removed Guava as a direct dependency in Android
|
- Dependencies: removed Guava as a direct dependency in Android
|
||||||
|
|
Loading…
Reference in a new issue