-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: Scan Information in duplicate display Changed how mulitvalue fields are calculated and asked for. It should work better now. Renamed Directory to Folder through out the UI Bugfix: Fix for unicode characters in move mode (saving undo.dat file) Fixed path too long checking Fixed startyear calculation (I think) New: Illegal Character replacements are now user defineable Month text is now user definable Added language field Added import and export for profiles
- Loading branch information
Showing
11 changed files
with
850 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name=Library Organizer | ||
Author=Stonepaw | ||
Version=1.6 | ||
Version=1.7 | ||
Description=A file and folder organizer with GUI that helps build you file and folder paths. | ||
Image=lopackagelogo.png | ||
KeepFiles= losettingsx.dat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
Bug fix: | ||
Unicode characters in comic file will no longer error | ||
Folder rules are now saved | ||
Progress bar will now correctly update | ||
|
||
Change: | ||
Cancel button in Progress bar and tag selection forms | ||
Text should now reflect what mode you are using | ||
All text will now reflect when mode you are using | ||
|
||
New Features: | ||
Path to long exception is now caught and gives you the option to shorten it | ||
Better duplicate form | ||
|
||
Add age rating, file name fileformat, filepath and scan information to exclude rules options | ||
Added Age Rating and scan information tags | ||
|
||
Option to automaticly insert any of Characters, Genre, Scan Information, Tags, Teams or Writers without asking when there is only one value | ||
Option to automaticly use the selected tags, characters etc when an issue in the operation has them | ||
Changes: | ||
Scan Information in duplicate display | ||
Changed how mulitvalue fields are calculated and asked for. It should work better now. | ||
Renamed Directory to Folder through out the UI | ||
|
||
Bugfix: | ||
Fix for unicode characters in move mode (saving undo.dat file) | ||
Fixed path too long checking | ||
Fixed startyear calculation (I think) | ||
|
||
New: | ||
Illegal Character replacements are now user defineable | ||
Month text is now user definable | ||
Added language field | ||
Added import and export for profiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.