You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
5
5
6
+
## 5.0.0
7
+
### Added
8
+
- Google Photos scopes have changed, some of them have been removed. The CLI will use the new ones. ([#474][i474])
9
+
10
+
### Changed
11
+
- Bump `golang.org/x/text` to 0.19.0 ([#479][i479])
12
+
- Bump `golang.org/x/term` to 0.25.0 ([#478][i478])
13
+
- Bump `github.com/schollz/progressbar/v3` to 3.16.1 ([#477][i477])
14
+
15
+
### Removed
16
+
- The deprecated `Album: auto:folderName` and `Album: auto:folderPath` options have been removed. Use the `Album: template:%_directory%` and `Album: template:%_folderpath%` options instead.
17
+
- The deprecated `Jobs: CreateAlbums` option has been removed. Use the `Jobs: Album` option instead.
// TODO: 'CreateAlbums' is deprecated. It should be removed on version 5.x
171
+
// 'CreateAlbums' is deprecated and it should not be used.
172
172
ifjob.CreateAlbums!="" {
173
-
logger.Warnf("Deprecation Notice: The configuration option 'CreateAlbums' is deprecated and will be removed in a future version. Please update your configuration accordingly.")
// TODO: 'auto:' is deprecated. It should be removed on version 5.x
248
-
logger.Warnf("Deprecation Notice: The configuration option 'auto:%s' is deprecated and will be removed in a future version. Please update your configuration accordingly.", after)
249
-
if!isValidAlbumGenerationMethod(after) {
250
-
returnfmt.Errorf("option Album is invalid: unknown album generation method '%s'", after)
0 commit comments