Updated tested versions
This commit is contained in:
@@ -95,6 +95,7 @@ _TESTED_OS_VERSIONS = [
|
|||||||
("11", "3"),
|
("11", "3"),
|
||||||
("11", "4"),
|
("11", "4"),
|
||||||
("11", "5"),
|
("11", "5"),
|
||||||
|
("11", "6"),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Photos 5 has persons who are empty string if unidentified face
|
# Photos 5 has persons who are empty string if unidentified face
|
||||||
@@ -276,12 +277,15 @@ POST_COMMAND_CATEGORIES = {
|
|||||||
# "deleted_directories": "When used with '--cleanup', all directories deleted during the export",
|
# "deleted_directories": "When used with '--cleanup', all directories deleted during the export",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class AlbumSortOrder(Enum):
|
class AlbumSortOrder(Enum):
|
||||||
"""Album Sort Order"""
|
"""Album Sort Order"""
|
||||||
|
|
||||||
UNKNOWN = 0
|
UNKNOWN = 0
|
||||||
MANUAL = 1
|
MANUAL = 1
|
||||||
NEWEST_FIRST = 2
|
NEWEST_FIRST = 2
|
||||||
OLDEST_FIRST = 3
|
OLDEST_FIRST = 3
|
||||||
TITLE = 5
|
TITLE = 5
|
||||||
|
|
||||||
|
|
||||||
TEXT_DETECTION_CONFIDENCE_THRESHOLD = 0.75
|
TEXT_DETECTION_CONFIDENCE_THRESHOLD = 0.75
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
""" version info """
|
""" version info """
|
||||||
|
|
||||||
__version__ = "0.43.2"
|
__version__ = "0.43.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user