Skip to content

Releases: Gloorf/poewatcher

Poe Watcher v0.3a

17 Oct 09:22
Compare
Choose a tag to compare
Poe Watcher v0.3a Pre-release
Pre-release
  • Added support for tier input for map drop. You can now type ml:7,8 instead of ml:74,75. You can revert to level-based drop input by switching map_recorder.map_input to "level" in config.ini

PoE Watcher v0.3

02 Oct 10:52
Compare
Choose a tag to compare
PoE Watcher v0.3 Pre-release
Pre-release
  • Lots of change under the hood (now uses a Map object instead of a dict to store data)
  • Updated server code
  • Compatible with 2.0.4 (new Tier system made it impossible to use clipboard data)

If you used the program before, please rename your map_data.csv to map_data_2.0.3.csv (or whatever you wants) ; there is a couple of changes in the code that could cause problem, and more importantly map drops changed in 2.0.4 !

PoE Watcher v0.2b

27 Sep 22:59
Compare
Choose a tag to compare
PoE Watcher v0.2b Pre-release
Pre-release

Fixed a bug where the unsent data (because you couldn't connect to the server) was always sent, even when you actually could connect to the server. No functionality change, although you should remove your unsent_data.csv file :)

PoE Watcher v0.2a

25 Sep 12:54
Compare
Choose a tag to compare
PoE Watcher v0.2a Pre-release
Pre-release
  • The recorder doesn't stop anymore if it can't reach the server
  • Saves map data to a separate file if you can't reach the server, with the possibility to send it later (using "map:force_send" command)
  • Couple of bugfixes
  • Export to tackle70's spreadsheet added ; see README for more information
  • Map data now publicly available on my server

POE Watcher v0.2

19 Sep 14:59
Compare
Choose a tag to compare
POE Watcher v0.2 Pre-release
Pre-release

Mostly a couple of bugfixes, updated the version to 0.2 because i should have done it before :)

PoE Watcher v0.1d

18 Sep 20:54
Compare
Choose a tag to compare
PoE Watcher v0.1d Pre-release
Pre-release
  • Added a GUI interface !
  • A couple of bugfixes

PoE Watcher v0.1c

15 Sep 00:36
Compare
Choose a tag to compare
PoE Watcher v0.1c Pre-release
Pre-release
  • Changed the name of the repository (because i like it better)
  • Now saves the map name & map mods (in base64) in the CSV
  • Fixed a couple of bugs (sometimes leading to crashes)
  • Added more tests of user input, and warning/errors !
  • Play a sound for warning/error (volume can be changed in the config.ini file)

Watch PoE v0.1b

11 Sep 15:50
Compare
Choose a tag to compare
Watch PoE v0.1b Pre-release
Pre-release

You can now report map using the map information (copied with Ctrl+C ingame) in the clipboard

Watch poe v0.1a

11 Sep 12:51
Compare
Choose a tag to compare
Watch poe v0.1a Pre-release
Pre-release

Fixed some encoding issues on windows (why doesn't they use utf8 ;_;)

Watch poe v0.1

10 Sep 20:12
Compare
Choose a tag to compare
Watch poe v0.1 Pre-release
Pre-release

This is an experimental release, both to test the program and py2exe.