Skip to content

Commit 21bfcad

Browse files
committed
Changes
1 parent a9a8d3e commit 21bfcad

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CustomizePlus/CustomizePlus.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Author": "Risa",
2+
"Author": "Customize+ Contributors",
33
"Name": "Customize+",
44
"Punchline": "Customize your character beyond FFXIV's limitations.",
55
"Description": "A plugin that allows you to customize your character beyond FFXIV limitations by directly editing bone parameters.",
@@ -12,8 +12,7 @@
1212
"Anamnesis",
1313
"Customization",
1414
"Appearance",
15-
"Character",
16-
"Risa"
15+
"Character"
1716
],
1817
"ImageUrls": null,
1918
"IconUrl": "https://raw.githubusercontent.com/Aether-Tools/CustomizePlus/main/Data/icon.png"

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ private void Save(int version, ChangeLogDisplayType type)
4343
_config.Save();
4444
}
4545

46+
private static void Add2_0_7_x(Changelog log)
47+
=> log.NextVersion("Version 2.0.7.x")
48+
.RegisterEntry("Added search filter and undo/redo functionality during bone editing. (by abelfreyja)")
49+
.RegisterEntry("Added the ability to copy bone groups to clipboard and import them, also reverted undo/redo changes. (by abelfreyja)")
50+
.RegisterEntry("Added the ability to have favorite bones. (by abelfreyja)")
51+
.RegisterEntry("Added bone edits propagation. (by d87)");
52+
4653
private static void Add2_0_7_27(Changelog log)
4754
=> log.NextVersion("Version 2.0.7.27")
4855
.RegisterEntry("Added ability to toggle template in a profile without removing it. (by Caraxi)")

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ We expect contributed code to adhere to the code style of already existing code
4141
* Some of the game object interaction code is copied from [Penumbra](https://github.com/xivdev/Penumbra) and [Glamourer](https://github.com/Ottermandias/Glamourer) projects in order to make Customize+ not rely on Penumbra being installed.
4242
* GitHub workflows have been taken from [Glamourer](https://github.com/Ottermandias/Glamourer) project.
4343
* Customize+ makes use of code from [ECommons](https://github.com/NightmareXIV/ECommons) library for IPC functionality.
44+
* Some of the bone manipulation code was taken from [Ktisis](https://github.com/ktisis-tools/Ktisis).
4445
* [Dalamud](https://github.com/goatcorp/Dalamud) team for making plugins possible at all.
4546
* Special thanks goes to Yuki, Phenrei, Stoia, dendr01d and others for developing and maintaining original version of Customize+.
4647
* Everyone who contributed code and features through pull requests.

repo.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"Author": "Risa",
3+
"Author": "Customize+ Contributors",
44
"Name": "Customize+",
55
"Description": "A plugin that allows you to customize your character beyond FFXIV limitations by directly editing bone parameters.",
66
"Punchline": "Customize your character beyond FFXIV's limitations.",
@@ -24,8 +24,7 @@
2424
"Anamnesis",
2525
"Customization",
2626
"Appearance",
27-
"Character",
28-
"Risa"
27+
"Character"
2928
]
3029
}
3130
]

0 commit comments

Comments
 (0)