Releases: XML-Comp/XML-Comp
Expose unused tags
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
check #55 👍 :D
windows support
Thanks to @while-loop we now have official support to windows!
If you want to know more about this, just visit: #54
bug fixes
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
main: stops panicing error fixes #43
Latest
v0.22
Scalable docs reader
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
Fully functional!
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;