Skip to content

Commit 79bd721

Browse files
committed
Hiro 1.16.0 release.
1 parent 5b9626b commit 79bd721

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
55

66
:warning: This server code is versioned separately to the download of the [Hiro game framework](https://heroiclabs.com/hiro/). :warning:
77

8+
## [1.16.0] - 2024-07-07
9+
### Added
10+
- Virtual store now supports [Discord In-App Purchases](https://github.com/discord/embedded-app-sdk/blob/main/docs/in-app-purchases.md).
11+
- Event Leaderboard debug functions can now use "targetCount", "subscoreMin", and "subscoreMax" as optional parameters.
12+
13+
### Changed
14+
- Inventory system will keep zero count items in the player's storage if "keep_zero" is enabled.
15+
- Use named return arguments in Go interfaces for improved readability.
16+
- Any active reward modifiers are returned in "EconomyUpdateAck" responses.
17+
- Unlockables which have completed but are not yet claimed do not count towards the active (in-use) slots.
18+
- Fake users in Event Leaderboards are given zero scores rather than have no score set.
19+
- (Unity) Update "ExampleCoordinator" for improved offline mode example.
20+
- Stats system now observes "resolveCollection" for gameplay system's state.
21+
22+
### Fixed
23+
- (Unity) Confirm pending purchase even if non-consumable products exist on an Apple ID but are not known to the Virtual Store.
24+
- (Unity) Fix queued unlocks which are not updated in the gameplay system's state.
25+
- Fix "RewardGrant" error when energy system is not in use.
26+
- (Unity) Remove various usages of "System.Linq" from codebase.
27+
- Fix error on publish of Satori events about store items with no rewards.
28+
- Fix energy "Spend" did not return aggregate rewards in response.
29+
830
## [1.15.0] - 2024-06-22
931
### Added
1032
- Unlockables can now be queued to unlock when stored within slots.

0 commit comments

Comments
 (0)