Skip to content

Releases: lyledouglass/wowtools

v5.2.1

06 Jun 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.2.1

v5.2.0

06 Jun 01:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.2.0

v5.1.0

01 Jun 18:40
d1bb3d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.7...v5.1.0

v5.0.7

12 Apr 20:41
9453fd0
Compare
Choose a tag to compare
chore: update version to align with tag

v5.0.6

12 Apr 20:36
4d6053b
Compare
Choose a tag to compare
feat: add better logs to ptrCopy and update readme

v5.0.5

12 Apr 18:04
0d1b5a5
Compare
Choose a tag to compare
fix: update text

v5.0.4

01 Jan 23:31
0e1d403
Compare
Choose a tag to compare
revert: move back to using Downloads folder

Turns out I was right the 1st(?) time and you can't overwrite an exe on
windows that's in use like you can on Linux.

v5.0.3

01 Jan 23:05
ed8c1e7
Compare
Choose a tag to compare
fix: change tmpfile.Close() to not defer

It was found that the issue with updates was the tmpFile not being
closed, so Windows couldn't move the file. Apparently Linux doesn't care
if the file is still in use so we could defer

v5.0.2

01 Jan 22:46
27f4b96
Compare
Choose a tag to compare
fix: correct download path

v5.0.1

01 Jan 22:42
6271d88
Compare
Choose a tag to compare
fix: change download function

Windows doesn't allow files to be overwritten on the OS if they're in
use, unlike Linux, so we need to drop the new exe in the Downloads dir
for the current user. There could be a better way of doing this but a
simple copy/paste from folder to folder isn't the worst user experience.