From 9e7cc05045ba5a09fac8385dee27f5966e4b0b69 Mon Sep 17 00:00:00 2001 From: Jacob Chapman <7908073+chapmanjacobd@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:03:58 +0800 Subject: [PATCH] 2.9.001 --- .github/README.md | 4 ++-- xklb/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index 0b80b3df..40b1a483 100644 --- a/.github/README.md +++ b/.github/README.md @@ -97,7 +97,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
List all subcommands $ library - library (v2.8.072; 81 subcommands) + library (v2.9.001; 81 subcommands) Create database subcommands: ╭─────────────────┬──────────────────────────────────────────╮ @@ -1103,7 +1103,7 @@ BTW, for some cols like time_deleted you'll need to specify a where clause so th library merge-mv --parent folder1/ folder2/ # folder1 will be moved to folder2/folder1/ library merge-mv --parent file1.txt folder2/ # file1 will be moved to folder2/file1_parent_folder/file1.txt - nb. This tool, like other library subcommands, only works on files. Empty folders will not be created on the destination + nb. This tool, like other library subcommands, only works on files. Empty folders will not be moved to the destination
diff --git a/xklb/__init__.py b/xklb/__init__.py index 7666ddc7..d4cda15d 100644 --- a/xklb/__init__.py +++ b/xklb/__init__.py @@ -1 +1 @@ -__version__ = "2.8.072" +__version__ = "2.9.001"