Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Latest commit

 

History

History
204 lines (105 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

204 lines (105 loc) · 12.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.9.0 (2021-11-04)

Features

  • Added export method, to export all playtime-data (b30b129)

1.8.3 (2021-09-12)

Bug Fixes

  • Anonymize potential user-path (56c5727)

1.8.2 (2021-09-10)

Bug Fixes

  • Actually fix game detection.. (f492b14)

1.8.1 (2021-09-10)

Bug Fixes

  • Better process detection, but not 100% perfect yet (5e966e0)

1.8.0 (2021-07-31)

Features

  • Added tooltip for session start column with date as ISO string (317246d)
  • Fixed so that we can track a session in case of our plugin losing track of it, by checking process ID as well (0aa727d)
  • New plugin that exposes ProcessId so we can match against that one too for continued sessions (f8fcdaf)
  • Sending processId for new sessions, added method to search for class and processId (16e0fd4)

Bug Fixes

  • Fixed issue with not being able to set certain properties because javascript.. (5696093)
  • Remove double database-load (5a7f795)

1.7.0 (2021-07-12)

Features

  • New support option, if a game is not tracked, send what we find in the "OtherApplications"-array so we can try to fix tracking (f990d64)

1.6.0 (2021-07-12)

Features

  • Ignore Overwolf-events in case of some games are doubly tracked. (da65383), closes #12

Bug Fixes

  • Implemented code to handle "Relaunch"-menu item (e22f470)

1.5.1 (2021-07-06)

Bug Fixes

  • Added extra check for OW and GTT processes, in case they contain a path and not just executable name. (5eb587e)

1.5.0 (2021-07-04)

Features

  • Support for multiple running games at the same time (timing will look.. funny though) (5370e5e)

Bug Fixes

  • Changed so that the text for no current games is the same as initially. (cf2bb9e)

1.4.1 (2021-06-26)

Bug Fixes

  • Only send game data if it's not supported by Overwolf or GTT (bce1d68)

1.4.0 (2021-06-25)

Features

  • Added button to send logs, changed twitter link (3d85f25)

1.3.0 (2021-06-23)

Features

  • Added tooltip for graph. (requested by Soode) (cf65738)
  • Updatecheck + changelog-tab (990c34d)

1.2.1 (2021-06-22)

Bug Fixes

  • Changed order of checking game detection. (6839928)

1.2.0 (2021-06-22)

Features

  • Track more (not yet fully supported) games, and send game suggestion data in the background for getting support for them. (ef22016)

1.1.3 (2021-06-15)

Bug Fixes

  • Lowered required version, commented out tray removal (e2da862)

1.1.2 (2021-06-13)

Bug Fixes

  • Stop opening just because you have devtools (fb8cc91)

1.1.1 (2021-06-12)

Bug Fixes

  • Safety harness for shutting down games (035c508)

1.1.0 (2021-06-12)

Features

  • Add total time tracker (6f6392e)
  • Added generateUUID to give detected sessions a unique sessionId (bb51090)
  • Added help-method to pluralize things (b335728)
  • Added styling for settings and the new thin titlebar (180c444)
  • Added tray icon/menu support, added more code to load supported OW games. (b77ad28)
  • Adding preparing work for the settings page (9450a29)
  • Changed how we call newGameSession (to be able to differentiate from OW-games and possible games) (0d92c02)
  • Functional settings for game tracking in background (Not shutting down) (5b5b48d)
  • Tracking other games than Overwolf supports! (1ba14c2)

Bug Fixes

  • Ability to stop monitoring/logging time if you close the game (db89af4)
  • Add support for days in the 7 days title counter. (760eda5)
  • Updated GameDetector to handle a few bugfixes (1b6319d)
  • Updated plugin to have correct GameInfo from API (4fccb88)

0.0.7 (2021-05-08)

Features

  • Game summary window, now showing all your sessions (11c4e1b)

Bug Fixes

  • Fixes overflow for game summary, so that we get the scrollbar in the correct position. (d6d5b01)

0.0.6 (2021-05-08)

Features

  • Added logging method for ease of stuff. (ce1679a)
  • Added main window (not very much fun to look at right now) (87d6b2d)
  • Added the background window. With event handlers to handle events for game launches and info updates (and app triggers) (6aa13a0)
  • Added the last GUI-updates (except graph) (ce7fb44)
  • Added titlebar (draggable), remade the launcher icon (50350fc)
  • Enough to load it unpacked, and background is loading (30f6a90)
  • EventEmitter, Database (6ec503d)
  • Fixed detection of Teamfight Tactics (e35c284)
  • Fixed everything for version 0.0.1 and QA (6451abd)
  • Fixed the graph that shows the hours played (ed72919)

Bug Fixes

  • Changed so that we group game starts by gameTitle instead (821dda2)
  • End sessions that are not ended on launch fixes #6 (e9ba74c)
  • Launch from desktop now properly detected. (b4eccd8)
  • More launch events supported. also fixed minimum-overwolf-version to the correct one. (8f525b1)
  • Only emit events if we have data available (efbd810)
  • Save end date continously. fixes #3 (d293af2)
  • Monitoring: Fixed issue with logging sessions based on gamelaunchevent (7f55eea)