chore: bump version to v9.5.0 Pre-Release 1; update docs (#751)

* chore: change version branch to "Pre-Release 1"

* docs: update docstring for JSON `open_library()`

Update method docstring with exact starting and ending versions now that they exist.

* docs: update README, CONTRIBUTING.md, & index.md

* docs: update roadmap

* docs: fix typo in README, change callout

* docs: update docs site with v9.5 features

* docs: remove warning from index.md
This commit is contained in:
Travis Abendshien
2025-01-31 15:43:47 -08:00
committed by GitHub
parent 1b3b32de22
commit 880c8ef45f
18 changed files with 279 additions and 276 deletions

View File

@@ -3,7 +3,7 @@
# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
VERSION: str = "9.5.0" # Major.Minor.Patch
VERSION_BRANCH: str = "EXPERIMENTAL" # Usually "" or "Pre-Release"
VERSION_BRANCH: str = "Pre-Release 1" # Usually "" or "Pre-Release"
# The folder & file names where TagStudio keeps its data relative to a library.
TS_FOLDER_NAME: str = ".TagStudio"

View File

@@ -444,7 +444,7 @@ class Library:
def open_library(self, path: str | Path) -> OpenStatus:
"""
Open a TagStudio v9+ Library.
Open a TagStudio v9.0 - v9.4.2 JSON Library.
"""
return_code = OpenStatus.CORRUPTED