Skip to content

Commit 2770143

Browse files
chore(release): 3.6.0 [skip ci]
# [ga.fuquna.prefsgui-v3.6.0](ga.fuquna.prefsgui-v3.5.0...ga.fuquna.prefsgui-v3.6.0) (2024-09-25) ### Bug Fixes * Temporary variables in Prefs are reset when the Editor's PlayModeState changes. ([6b14d9c](6b14d9c)) ### Features * add PrefsParam.onRegisterPrefsParam event ([d91a48d](d91a48d)) ### Performance Improvements * Improved multicast delegate allocation for sync ([1622127](1622127))
1 parent e36d107 commit 2770143

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Packages/ga.fuquna.prefsgui/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [ga.fuquna.prefsgui-v3.6.0](https://github.com/fuqunaga/PrefsGUI/compare/ga.fuquna.prefsgui-v3.5.0...ga.fuquna.prefsgui-v3.6.0) (2024-09-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Temporary variables in Prefs are reset when the Editor's PlayModeState changes. ([6b14d9c](https://github.com/fuqunaga/PrefsGUI/commit/6b14d9c00bc26de6d932599b2eb367f93787fc89))
7+
8+
9+
### Features
10+
11+
* add PrefsParam.onRegisterPrefsParam event ([d91a48d](https://github.com/fuqunaga/PrefsGUI/commit/d91a48d17033be8f3fb46122695846b820bedffa))
12+
13+
14+
### Performance Improvements
15+
16+
* Improved multicast delegate allocation for sync ([1622127](https://github.com/fuqunaga/PrefsGUI/commit/1622127d9116e23f662d1304aaa2583a0e12c5cf))
17+
118
# [ga.fuquna.prefsgui-v3.5.0](https://github.com/fuqunaga/PrefsGUI/compare/ga.fuquna.prefsgui-v3.4.3...ga.fuquna.prefsgui-v3.5.0) (2024-09-11)
219

320

Packages/ga.fuquna.prefsgui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ga.fuquna.prefsgui",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"displayName": "PrefsGUI",
55
"description": "Accessors and GUIs for persistent preference values using JSON file",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)