Skip to content

Commit b163350

Browse files
committed
add: meta changes
1 parent 9b5f283 commit b163350

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.MD

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [2.3.6]
9+
## Changed
10+
- Updated ListView to allow for multiple selection
11+
- Updated Context Menu functionality to support multiple selection (Copy/Paste/Duplicate/Delete)
12+
813
## [2.3.5]
914
## Changed
1015
- Added `ApplyModifiedProperties()` to property drawers again, since was causing issues with the shareable picker. This was removed on [2.3.4]
1116

12-
1317
## [2.3.4]
1418
## Changed
1519
- Update PickerPropertyDrawer to use PopupList from property path cache to avoid issue when rendered inside a List/Array
@@ -587,7 +591,8 @@ public bool IsValidConsumable(Consumable consumable)
587591
### Added
588592
- First initial working version
589593

590-
[2.3.5]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.5~~~~
594+
[2.3.6]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.6
595+
[2.3.5]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.5
591596
[2.3.4]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.4
592597
[2.3.3]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.3
593598
[2.3.2]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.brunomikoski.scriptableobjectcollection",
33
"displayName": "Scriptable Object Collection",
4-
"version": "2.3.4",
4+
"version": "2.3.6",
55
"unity": "2022.2",
66
"description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping them into a collection and exposing them by code or nice inspectors!",
77
"keywords": [

0 commit comments

Comments
 (0)