We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd67656 commit 18dcf7bCopy full SHA for 18dcf7b
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+# 5.1.0
4
+
5
+### Added
6
7
+- **Previous session time**: functionality to get the last session time
8
9
+### Fixed
10
11
+- **Playtime Metrics**: Fixed annotations for session time and total session time
12
+- **MacOS**: GPU model detection
13
14
## 5.0.0
15
16
### Added
source/gameanalytics/GACommon.h
@@ -85,7 +85,7 @@ namespace gameanalytics
85
class GAState;
86
}
87
88
- constexpr const char* GA_VERSION_STR = "cpp 5.0.0";
+ constexpr const char* GA_VERSION_STR = "cpp 5.1.0";
89
90
constexpr int MAX_CUSTOM_FIELDS_COUNT = 50;
91
constexpr int MAX_CUSTOM_FIELDS_KEY_LENGTH = 64;
0 commit comments