You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support for Temtem windows in Sandboxie (only default window names with [#] appended and prepended, no sandbox names)
73
-
- Statistics Window
74
-
- Added Yami (made by Yami) and GracefulKlutz styles
73
+
- Added Kisiwan Temtem species
75
74
76
75
#### Bugfixes/optimization
77
76
78
-
- Improved error logging level of detail. Now your logs will make it easier for me to help you get the tracker running
79
-
- Decreased number of pixels necessary for objects to no longer be recognized as letters, speeding up detection
80
-
- Added additional checks to post-OCR, eliminating some sources of false and missed detections
81
-
- Fixed coding error that would make Myx undetectable due to the name being too short
82
-
- Added shutdown prevention to prevent table.json file corruption due to shutdown happening before the table can be written
83
-
- Fixed menu Unpause button not starting Timer back up after autopause
84
-
- Fixed 4:3 Aspect Ratio detection spots being wrong
85
-
- Fixed detection issues on lake in Citerior Omninesia (still missing spots in 16:3 aspect ratio)
86
-
- Fixed Individual Window timer showing 00:00:00 if timer is paused right after tracker is started
77
+
- Fixed deadlock that would sometimes cause the tracker to become unresponsive
87
78
88
79
#### Known issues
89
80
90
81
- Font size scaling from primary monitor causes font to be tiny on secondary monitor with higher resolution/different scaling. This is an issue with the underlying framework and can not yet be addressed at this time.
91
82
- False detections/Missed detections are still possible on water encounters with clouds in the background
83
+
- On some systems an issue with the VC++ will cause the tracker to crash when detecting Temtem in combat. The root cause seems to lie in the VC++ instalation on on the user's PC, but the exact source is still unknown
Copy file name to clipboardExpand all lines: UpdateHistory.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
[Back to Index](Readme.md)
2
2
3
+
### V4.0
4
+
5
+
#### New features
6
+
7
+
- Support for Temtem windows in Sandboxie (only default window names with [#] appended and prepended, no sandbox names)
8
+
- Statistics Window
9
+
- Added Yami (made by Yami) and GracefulKlutz styles
10
+
11
+
#### Bugfixes/optimization
12
+
13
+
- Improved error logging level of detail. Now your logs will make it easier for me to help you get the tracker running
14
+
- Decreased number of pixels necessary for objects to no longer be recognized as letters, speeding up detection
15
+
- Added additional checks to post-OCR, eliminating some sources of false and missed detections
16
+
- Fixed coding error that would make Myx undetectable due to the name being too short
17
+
- Added shutdown prevention to prevent table.json file corruption due to shutdown happening before the table can be written
18
+
- Fixed menu Unpause button not starting Timer back up after autopause
19
+
- Fixed 4:3 Aspect Ratio detection spots being wrong
20
+
- Fixed detection issues on lake in Citerior Omninesia (still missing spots in 16:3 aspect ratio)
21
+
- Fixed Individual Window timer showing 00:00:00 if timer is paused right after tracker is started
22
+
23
+
#### Known issues
24
+
25
+
- Font size scaling from primary monitor causes font to be tiny on secondary monitor with higher resolution/different scaling. This is an issue with the underlying framework and can not yet be addressed at this time.
26
+
- False detections/Missed detections are still possible on water encounters with clouds in the background
0 commit comments