Hi
I found many critical bugs while I was reviewing the code and I think
we should release new version ASAP
What is fixed:
Some people reported that huggle randomly crashes to them, especially
on Mac. There were errors that I overlooked because of GNU specific
memory management done by their compilers. Huggle that is compiled
with GNU rarely crashes, even if it should have, as it at some point
works with deleted classes. When using huggle compiled with MSVC
compiler I got a lot of these crashes and they were completely OK as
there really was a bug in code.
I also managed to get over that weird bug in mediawiki causing users
to be unable to revert edits, simply by implementing logout feature so
that huggle doesn't need to be restarted when your mediawiki session
get broken but you only provide your credentials once more.
I consider this as a major issues and now that we have them resolved,
new release should happen immediately. Problem is that I didn't test
huggle very much, so if you can please download and compile latest
source code and try it out. I think I will release next version
tomorrow so maybe we can find some more issues by then.