Skip to content

Commit

Permalink
Bump version to 2.1.13 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonepaw committed Mar 12, 2023
1 parent dcb79be commit 54d3882
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name=Library Organizer
Author=Stonepaw
Version=2.1.12
Version=2.1.13
Description=A file and folder organizer with GUI that helps build you file and folder paths.
Image=lopackagelogo.png
KeepFiles=losettingsx.dat
Expand Down
8 changes: 7 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
2.1.12
2.1.13

Fixed:
Copy day field when adding a copied book to the library
Fixed issue when adding nested groups. Thanks @maforget

2.1.12

New:
Support field definitions in args, primarily for conditionals
Expand Down
2 changes: 1 addition & 1 deletion configureform.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

from lobookmover import PathMaker

VERSION = "2.1.12"
VERSION = "2.1.13"

failed_items = System.Array[str](["Age Rating", "Alternate Count", "Alternate Number", "Alternate Series", "Black And White", "Characters", "Colorist", "Count", "Cover Artist",
"Editor", "Format", "Genre", "Imprint", "Inker", "Language", "Letterer", "Locations", "Main Character Or Team", "Manga", "Month", "Notes", "Number", "Penciller", "Publisher",
Expand Down

0 comments on commit 54d3882

Please sign in to comment.