Skip to content

Releases: maforget/CRDataManager

Data Manager 2.06.03.r802

19 Feb 07:20

Choose a tag to compare

  • Fixed data not showing when clicking on a line with the Add modifier (GUI).
  • Fixed Replace not working when some text is not lower case.

Data Manager 2.06.03.r800

24 Jan 05:32

Choose a tag to compare

Update: Small Fixes

  • Multi field would incorrectly split words by space and comma instead of ", "

Data Manager 2.06.02.r798

16 Jan 07:14

Choose a tag to compare

Update: Small Fixes

  • Fixed NumericString not loading when clicking on a Rule.
  • Fixed Range modifier with a NumericString (Number & AlternateNumber).
  • Fixed field wouldn't update when switching back and forth between a Custom field and a regular field.

Data Manager 2.06.01. r794

23 Dec 06:21

Choose a tag to compare

Changes

  • You can now import v1 .dat files again, they should work without any changes. (just give it a couple of seconds to load)
  • Better error handling, it shouldn't just hang, if there is an error it will be shown.
  • Fix Contains modifiers. @duckpuppy
  • Fix errors when comparing dates with Greater than. @duckpuppy
  • Fix errors when comparing dates ranges. @duckpuppy
  • Fix errors with YesNo and MangaYesNo.
  • Changed the process window to be bigger & resizable.
  • Fixed some infinite loops with RegexReplace and Remove.
  • Fixed errors when using references and using dates, lists or any other data type other than a string.
  • Added Calc to strings (for v1 compatibility).
  • Added Calc to dates (Used to easily set a date field to another, via right-click. It works just like SetValue without the need for manual edits. Don't try date calculations it won't work.)
  • If Calc cannot calculate the string, it will work like SetValue. (v1 compatibility)
  • Added icons to the process window and regex editor.
  • The Progress Bar will be more smooth and update more frequently (preventing you from thinking it just hanged).
  • Fix errors when changing pseudo numeric strings. (Number & AlternateNumber)
  • Fixed reference detection so it doesn't conflict with legitimate regex operators.

    EX: \d{2}, should check for 2 digit, but since everything between curly braces is considered a reference to a field, it would look for a custom field named 2. Anything with a comma or the first 2 char inside braces are for regex repetitions anything beyond that is considered a custom field.

  • Removed duplicate RegexVarReplace.
  • Added dropdown with references for strings depending on the modifier (just like v1).
  • Fixed Reparse button not working.
  • Reparse will now read both v1 & v2 syntax.
  • Updating your ruleset, will now update the syntax in the reparse box immediately when doing any operations. (Either clicking buttons, right-click menu cut/paste/delete or exiting a textbox. No more need to click on another ruleset and return for the title to update.)
  • Added the Insert field value right-click menu with Calc when using dates, numeric strings (Number & AlternateNumber) & custom fields.
  • Fixing values not loading when clicking them (for dates, unchecking the checkbox will change to an empty value)
  • Changed links in the About box to this Github.

GUI Repo: https://github.com/maforget/CRDataManagerGUI