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
-Added Temtem Window/Process names for GeForce NOW.
73
+
- Added Koish
74
+
-Updated the base luma chance to 1/10000
75
75
76
76
#### Bugfixes/optimization
77
77
78
-
- Fixed version in about window showing V4.0, set to V4.2
79
-
- Replaced hardcoded Window/Process names pairs with retieval from config file. This enables savvy users to add new names for Temtem processes and Windows should other services they use somehow modify these.
78
+
- Nothing new here, sorry folks
80
79
81
80
#### Known issues
82
81
82
+
- TemtemTracker currently does not detect the chaining method and adjust odds for it. A closer look at this will be taken at a later time, but no promises since the chaining method displays numbers anyway.
83
83
- 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.
84
84
- False detections/Missed detections are still possible on water encounters with clouds in the background
85
-
-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
85
+
-Issue in optical character recognition library causes crash on systems with processors that do not support vector operations. This will be fixed when the fixes are accepted and merged into the library and make it downstream.
Copy file name to clipboardExpand all lines: UpdateHistory.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
[Back to Index](Readme.md)
2
2
3
+
### V4.2
4
+
5
+
#### New features
6
+
7
+
- Added Momo
8
+
- Added Temtem Window/Process names for GeForce NOW.
9
+
10
+
#### Bugfixes/optimization
11
+
12
+
- Fixed version in about window showing V4.0, set to V4.2
13
+
- Replaced hardcoded Window/Process names pairs with retieval from config file. This enables savvy users to add new names for Temtem processes and Windows should other services they use somehow modify these.
14
+
15
+
#### Known issues
16
+
17
+
- 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.
18
+
- False detections/Missed detections are still possible on water encounters with clouds in the background
19
+
- 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
0 commit comments