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 0130e81 commit e16f7d4Copy full SHA for e16f7d4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 5.0.0
4
+
5
+### Added
6
7
+- **Remote Configs With JSON**: Remote Configs now support JSON values, allowing for more complex configurations.
8
+- **Playtime Metrics API**: Introduced new API to get total playtime and playtime in the current session.
9
10
## 4.1.0
11
12
### Added
source/gameanalytics/GACommon.h
@@ -85,7 +85,7 @@ namespace gameanalytics
85
class GAState;
86
}
87
88
- constexpr const char* GA_VERSION_STR = "cpp 4.1.0";
+ constexpr const char* GA_VERSION_STR = "cpp 5.0.0";
89
90
constexpr int MAX_CUSTOM_FIELDS_COUNT = 50;
91
constexpr int MAX_CUSTOM_FIELDS_KEY_LENGTH = 64;
0 commit comments