Release v0.60.5 (#1103)

This commit is contained in:
Rhet Turnbull
2023-06-24 10:53:28 -07:00
committed by GitHub
parent 2190628e82
commit 3a1a4ad991
33 changed files with 145 additions and 113 deletions

View File

@@ -339,10 +339,7 @@ to your function. You can then do whatever you want with the photos.
from __future__ import annotations
import osxphotos
from osxphotos.cli import (
selection_command,
verbose,
)
from osxphotos.cli import selection_command, verbose
@selection_command
@@ -2502,7 +2499,7 @@ cog.out(get_template_field_table())
|{cr}|A carriage return: '\r'|
|{crlf}|A carriage return + line feed: '\r\n'|
|{tab}|:A tab: '\t'|
|{osxphotos_version}|The osxphotos version, e.g. '0.60.4'|
|{osxphotos_version}|The osxphotos version, e.g. '0.60.5'|
|{osxphotos_cmd_line}|The full command line used to run osxphotos|
|{album}|Album(s) photo is contained in|
|{folder_album}|Folder path + album photo is contained in. e.g. 'Folder/Subfolder/Album' or just 'Album' if no enclosing folder|