Skip to content

Commit fe62ec7

Browse files
committed
v2.1.0
1 parent 6723102 commit fe62ec7

4 files changed

Lines changed: 62 additions & 0 deletions

File tree

en/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
href: context_menu.md
55
- name: Selection History
66
href: selection_history.md
7+
- name: Version
8+
href: version.md

en/version.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Version
2+
---
3+
## 2.1.0
4+
- [Selection History] Objects assigned as references are now automatically added to the Selection History, allowing quick re-access even if they were not directly selected.
5+
- [Preferences] Added an option to automatically restore the previously selected object when opening a folder. This helps prevent the Inspector from unexpectedly switching to a folder view, reducing workflow interruptions.
6+
- [Preferences] Migrated settings previously stored in EditorPrefs to a ScriptableObject-based system.
7+
- [Preferences] Fixed an issue where some options were not visible in the Preferences window.
8+
9+
## 2.0.0
10+
- Refactoring resulted in slight performance improvements.
11+
- Updated all documentation and logo images.
12+
- [Context Menu] Added a GetComponent action to the context menu.
13+
- [Context Menu] Added Sibling actions to the context menu.
14+
- [Context Menu] Updated the Hierarchy Tree action so that, when used during multi-object editing, references are searched within each selected object’s own hierarchy tree.
15+
- [Inspector Menu] Changed the default shortcuts for Prev/Next actions to Shift + Mouse Wheel Down/Up.
16+
- [Inspector Menu] Updated the appearance of Open History feature.
17+
- [Inspector Menu] Added an option to open the Properties editor window by Ctrl + Click when selecting an item in Open History.
18+
- [Inspector Menu] Added "Edit Preferences", "Editor Shortcuts", and "Version" to the right-side configuration button menu.
19+
- [Preferences] Added a dedicated Reference Selector section.
20+
- [Preferences] Added a maximum selection history count option.
21+
22+
## 1.0.2
23+
- [Bugfix] Opening the context menu for a field in a specific generic class causes an exception.
24+
25+
## 1.0.1
26+
- [Bugfix] There are specific cases where components with namespaces under UnityEngine cannot be retrieved.
27+
28+
## 1.0.0
29+
- First release

jp/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
href: context_menu.md
55
- name: 選択履歴
66
href: selection_history.md
7+
- name: バージョン
8+
href: version.md

jp/version.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# バージョン
2+
---
3+
## 2.1.0
4+
- [Selection History] 参照を設定したオブジェクトを自動的に選択履歴へ追加する機能を追加。直接選択をしていない参照への再アクセスが可能になりました。
5+
- [Preferences] フォルダを開いた際に、直前の選択オブジェクトを自動で復元するオプションを追加。フォルダ表示によってインスペクタ表示が切り替わってしまうストレスを軽減します。
6+
- [Preferences] EditorPrefsに保存していたパラメータをScritpableObject管理に変更。
7+
- [Preferences] Preferencesに表示していなかったオプションを表示するように修正。
8+
9+
## 2.0.0
10+
- リファクタリングを行い、パフォーマンスが僅かに向上。
11+
- 各ドキュメント、ロゴイメージを刷新。
12+
- [Context Menu] GetComponent操作のメニューを追加。
13+
- [Context Menu] Sibling操作のメニューを追加。
14+
- [Context Menu] 複数編集時にHierarhy Treeメニューを実行した時、選択オブジェクトそれぞれのヒエラルキーツリーから参照を検索するように修正。
15+
- [Inspector Menu] Prev/Next操作のデフォルトショートカットキーをShift+ホイールダウン/アップに修正。
16+
- [Inspector Menu] Open Historyの外観を修正。
17+
- [Inspector Menu] Open Historyで項目選択時、コントロールキーを押しながらクリックするとPropertiesエディタウィンドウを開くオプションを追加。
18+
- [Inspector Menu] 右端のコンフィグボタンのメニューに、"Edit Preferences", "Editor Shortcuts", "Version"を追加
19+
- [Preferences] Reference Selector専用の項目を新規作成
20+
- [Preferences] 選択履歴最大数を追加。
21+
22+
## 1.0.2
23+
- [Bugfix] 特定のジェネリッククラスのフィールドのコンテキストメニュー表示時に例外が発生する。
24+
25+
## 1.0.1
26+
- [Bugfix] 特定の状況でUnityEngine以降の名前空間を持つコンポーネントが取得できない。
27+
28+
## 1.0.0
29+
- 初回リリース

0 commit comments

Comments
 (0)