Releases: maforget/CRDataManager
Releases · maforget/CRDataManager
nightly
2.07.06.830
GUI
- Export Group will now export v2 files. maforget/CRDataManagerGUI@d518a8a
- Import can now import v2 files. maforget/CRDataManagerGUI@48af418
- Merge can now merge v2 files. maforget/CRDataManagerGUI@9fd07e6
- Fix merge importing the same data twice (for v1 files). maforget/CRDataManagerGUI@0a20bbc
Plugin
2.07.05.828
- Refactored Parameter Manager code to simplify logic.
- Numeric Strings (Number) with SetValue will now let you enter string instead of just numbers.
- Added Replace/RegexReplace in Actions to Numeric Strings (Number)
- Added Regex in Rules to Numeric Strings (Number)
2.07.05.826
- Implemented StartsWithAnyOf & NotStartsWithAnyOf with multi fields. 0c7a2f5, maforget/CRDataManagerGUI@c1b9d33
- Implemented IsAnyOf & NotIsAnyOf with multi fields. 182ad8f, maforget/CRDataManagerGUI@0cd27ed
- Added {newline} & {tab} in the reference field lists 3cc978d
- Added the reference fields right-click menu to additional type of textbox's (now available in the rule part) maforget/CRDataManagerGUI@c1b9d33
Data Manager 2 v2.07.04r822
Plugin:
- Added a simple profile picker if more than 1 dat exists in the script folder. 39df1f7
- Added
DataManager.processed
Custom value back from v1. (Hidden by default in CR, unless you modifycomicrack.ini
, script/list still have access) #4 7f03e47
GUI:
- Changed the default Save As folder to the script folder, so it's easier to create multiple profiles. maforget/CRDataManagerGUI@e5d406b
- Added an option to enable the
DataManager.processed
custom value. #4 maforget/CRDataManagerGUI@09c761d - FIxed an error while drag & dropping a node to another parent in some case. maforget/CRDataManagerGUI@0df223a
Data Manager 2 v2.07.03r816
Plugin Update:
- Fixed error when using special Unicode characters like japanese.
- Fixed NotRange not working at all.
GUI Update:
- Fixed bug when using drag & drop on a node that was added via right-click
- Prevented the view from changing when right-clicking.
- Fixed a bug that prevented nodes with the same name from being dragged & dropped.
- Disabled Paste when right-clicking on a ruleset.
Data Manager 2 v2.070.02r814
Plugin
- Fixed Divide/0 when using Filter & Defaults.
- Fixed Filters & Defaults not appearing in the process log.
- Cleaned up the process log to make it slightly easier to read:
- Multiple actions are now separated by " // ".
- Some value are now on their own line.
- Group actions (Filters) are now shown.
GUI
- Fixed a situation where creating a ruleset via right-click and dragging it just after, wouldn't save the location correctly.
- Fixed Pseudo Numerical (Number, Alt Number) not working with SetValue (to set letters for these, use Calc instead).
- Fixed RegExVar was using previously selected value when switching Modifiers/Fields.
2.07.01.812
GUI Update
- Added Drag & Drop Support to the GUI
- Added Right-Click menu to Add Groups & Ruleset
- Fixed Custom values not loading correctly
- Multi Value working for Custom fields with IsAny
- Fixed Pseudo Numerical (Number, Alt Number) not updating with IsAny
- Fixed Multi Value Dialog for Pseudo Numerical (Number, Alt Number)
2.06.03.806
- Added a tree to the runProcess window that shows the rules for each book & rules applied, making it easier to check what was processed. Clicking on a entry will only show the rules that were specific to it. A book will show all the rules that apply to that book and each rules under it will show only themselves. It's a WIP.
- Fixed infinite loop when replacing a string by itself (ex: Ok => ok).
- Added Case Sensitive option to Config GUI (it's only works with Replace right now).
Data Manager 2.06.03.r804
- Changed Parsing of v1 files to prevent crashes when encountering special character in rules or groups. #2