Releases · XML-Comp/XML-Comp · GitHub
Skip to content

Releases: XML-Comp/XML-Comp

Expose unused tags

Choose a tag to compare

@arxdsilva arxdsilva released this 06 Feb 11:31

When updating to a new version of Rimworld it might be hard to know on each file what tags are no longer used, this update is aimed to expose them on the file so you can properly remove.

if you want more details about how it was coded, please visit 9fc5002 commit.

-original flag is now optional

Choose a tag to compare

@arxdsilva arxdsilva released this 13 Oct 03:08

check #55 👍 :D

windows support

Choose a tag to compare

@arxdsilva arxdsilva released this 13 Oct 01:11

Thanks to @while-loop we now have official support to windows!

If you want to know more about this, just visit: #54

bug fixes

Choose a tag to compare

@arxdsilva arxdsilva released this 09 Aug 01:53

this release fixes many bugs on program execution and also enhances comparison of new files, for more info check the commits bellow:

7efb547
4ee7248
7d4d528
92ddd50

Notes:
Main feature here is in the comparison core, it's now done with maps that are much faster in Go to find an element. Before it was doing the comparisons with slices, it worked relatively fast with small files but it would have problems with bigger xml, since it would need to iterate on two slices in a loop.

performance improvements

Choose a tag to compare

@arxdsilva arxdsilva released this 26 Jun 02:16
main: stops panicing error

    fixes #43

Latest

Choose a tag to compare

@arxdsilva arxdsilva released this 08 May 17:01

Few bugs were fixed and docs coverage were added.

v0.22

Choose a tag to compare

@arxdsilva arxdsilva released this 22 Feb 16:27
update travis

Scalable docs reader

Choose a tag to compare

@arxdsilva arxdsilva released this 18 Feb 03:13

Hey guys! Today we got a new release of XML-Comp that has many news for every one!

  • comparer: It's recursive! (1)
  • comparer: After finishing your comparison It'll print how many docs and lines were scanned and how many translations are needed.

(1)recursive: means that when parsing -original and -translation tags, all directories & files that are inside It will be scanned!!!

Recursive

Choose a tag to compare

@arxdsilva arxdsilva released this 25 Jan 16:06

This version includes all folders comparison. Now all you need is to parse the paths and all folders will be scanned.

Fully functional!

Choose a tag to compare

@arxdsilva arxdsilva released this 14 Nov 15:30

Now the package is working as It was intended! This will provide you folks:
(comparing same folders - original & translation)

  • Which of the files are different;
  • What is missing in those files;
  • Missing directories;
  • Missing Files;