Skip to content

Releases: maforget/CRDataManager

nightly

nightly Pre-release
Pre-release

Choose a tag to compare

@maforget maforget released this 30 Jun 07:46
Added the new ComicBookIsDirty field

2.07.06.830

Choose a tag to compare

@github-actions github-actions released this 29 May 03:11
d7aa178

GUI

Plugin

  • Fix Published not working with Greater, GreaterEq, Less, LessEq. #7 ef80c63

2.07.05.828

Choose a tag to compare

@github-actions github-actions released this 03 Apr 18:10
  • 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

Choose a tag to compare

@github-actions github-actions released this 29 Jan 00:20
44b7fc4

Data Manager 2 v2.07.04r822

Choose a tag to compare

@github-actions github-actions released this 11 Oct 05:57

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 modify comicrack.ini, script/list still have access) #4 7f03e47

GUI:

Data Manager 2 v2.07.03r816

Choose a tag to compare

@maforget maforget released this 11 Apr 18:06

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

Choose a tag to compare

@maforget maforget released this 16 Nov 04:34

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

Choose a tag to compare

@maforget maforget released this 17 Oct 23:55

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

Choose a tag to compare

@maforget maforget released this 27 May 07:07
  • 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

Choose a tag to compare

@maforget maforget released this 01 Apr 22:00
  • Changed Parsing of v1 files to prevent crashes when encountering special character in rules or groups. #2