Skip to content

Commit c0120f8

Browse files
committed
1.5.1.0
1 parent da47c19 commit c0120f8

File tree

3 files changed

+45
-27
lines changed

3 files changed

+45
-27
lines changed

Penumbra/Penumbra.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Author": "Ottermandias, Adam, Wintermute",
2+
"Author": "Ottermandias, Nylfae, Adam, Wintermute",
33
"Name": "Penumbra",
44
"Punchline": "Runtime mod loader and manager.",
55
"Description": "Runtime mod loader and manager.",

Penumbra/UI/Changelog.cs

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,28 @@ public PenumbraChangelog(Configuration config)
6363
Add1_3_6_4(Changelog);
6464
Add1_4_0_0(Changelog);
6565
Add1_5_0_0(Changelog);
66-
}
67-
66+
Add1_5_1_0(Changelog);
67+
}
68+
6869
#region Changelogs
6970

71+
private static void Add1_5_1_0(Changelog log)
72+
=> log.NextVersion("Version 1.5.1.0")
73+
.RegisterHighlight("Added the option to export a characters current data as a .pcp modpack in the On-Screen tab.")
74+
.RegisterEntry("Other plugins can attach to this functionality and package and interpret their own data.", 1)
75+
.RegisterEntry("When a .pcp modpack is installed, it can create and assign collections for the corresponding character it was created for.", 1)
76+
.RegisterEntry("This basically provides an easier way to manually synchronize other players, but does not contain any automation.", 1)
77+
.RegisterEntry("The settings provide some fine control about what happens when a PCP is installed, as well as buttons to cleanup any PCP-created data.", 1)
78+
.RegisterEntry("Added a warning message when the game's integrity is corrupted to the On-Screen tab.")
79+
.RegisterEntry("Added .kdb files to the On-Screen tab and associated functionality (thanks Ny!).")
80+
.RegisterEntry("Updated the creation of temporary collections to require a passed identity.")
81+
.RegisterEntry("Added the option to change the skin material suffix in models using the stockings shader by adding specific attributes (thanks Ny!).")
82+
.RegisterEntry("Added predefined tag utility to the multi-mod selection.")
83+
.RegisterEntry("Fixed an issue with the automatic collection selection on character login when no mods are assigned.")
84+
.RegisterImportant(
85+
"Fixed issue with new deformer data that makes modded deformers not containing this data work implicitly. Updates are still recommended (1.5.0.5).")
86+
.RegisterEntry("Fixed various issues after patch (1.5.0.1 - 1.5.0.4).");
87+
7088
private static void Add1_5_0_0(Changelog log)
7189
=> log.NextVersion("Version 1.5.0.0")
7290
.RegisterImportant("Updated for game version 7.30 and Dalamud API13, which uses a new GUI backend. Some things may not work as expected. Please let me know any issues you encounter.")

repo.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[
2-
{
3-
"Author": "Ottermandias, Adam, Wintermute",
4-
"Name": "Penumbra",
5-
"Punchline": "Runtime mod loader and manager.",
6-
"Description": "Runtime mod loader and manager.",
7-
"InternalName": "Penumbra",
8-
"AssemblyVersion": "1.5.0.6",
9-
"TestingAssemblyVersion": "1.5.0.10",
10-
"RepoUrl": "https://github.com/xivdev/Penumbra",
11-
"ApplicableVersion": "any",
12-
"DalamudApiLevel": 13,
13-
"TestingDalamudApiLevel": 13,
14-
"IsHide": "False",
15-
"IsTestingExclusive": "False",
16-
"DownloadCount": 0,
17-
"LastUpdate": 0,
18-
"LoadPriority": 69420,
19-
"LoadRequiredState": 2,
20-
"LoadSync": true,
21-
"DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/1.5.0.6/Penumbra.zip",
22-
"DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/testing_1.5.0.10/Penumbra.zip",
23-
"DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/1.5.0.6/Penumbra.zip",
24-
"IconUrl": "https://raw.githubusercontent.com/xivdev/Penumbra/master/images/icon.png"
25-
}
2+
{
3+
"Author": "Ottermandias, Nylfae, Adam, Wintermute",
4+
"Name": "Penumbra",
5+
"Punchline": "Runtime mod loader and manager.",
6+
"Description": "Runtime mod loader and manager.",
7+
"InternalName": "Penumbra",
8+
"AssemblyVersion": "1.5.0.6",
9+
"TestingAssemblyVersion": "1.5.0.10",
10+
"RepoUrl": "https://github.com/xivdev/Penumbra",
11+
"ApplicableVersion": "any",
12+
"DalamudApiLevel": 13,
13+
"TestingDalamudApiLevel": 13,
14+
"IsHide": "False",
15+
"IsTestingExclusive": "False",
16+
"DownloadCount": 0,
17+
"LastUpdate": 0,
18+
"LoadPriority": 69420,
19+
"LoadRequiredState": 2,
20+
"LoadSync": true,
21+
"DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/1.5.0.6/Penumbra.zip",
22+
"DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/testing_1.5.0.10/Penumbra.zip",
23+
"DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/1.5.0.6/Penumbra.zip",
24+
"IconUrl": "https://raw.githubusercontent.com/xivdev/Penumbra/master/images/icon.png"
25+
}
2626
]

0 commit comments

Comments
 (0)