Skip to content

Commit

Permalink
Fix changelog order and admin changelog (#957)
Browse files Browse the repository at this point in the history
* Fix changelog order and admin changelog

* Rename upstream admin file
  • Loading branch information
DebugOk authored Mar 11, 2024
1 parent 6bd5092 commit 0999c10
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
17 changes: 6 additions & 11 deletions Resources/Changelog/Admin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: Admin
Name: Upstream Admin
AdminOnly: true
Order: 2
Order: 3
Entries:
- author: DrSmugleaf
changes:
Expand Down Expand Up @@ -36,20 +36,15 @@ Entries:
- {message: 'Add pop sound effect when using the erase admin verb.', type: Tweak}
id: 5
time: '2023-10-14T09:47:00.0000000+00:00'
- author: DebugOk
changes:
- {message: 'Add back the loadcharacter and spawncharacter commands.', type: Add}
id: 6
time: '2023-10-19T00:00:00.0000000+00:00'
- author: DrSmugleaf
changes:
- {message: 'Fixed not being able to sort the F7 players tab by playtime.', type: Fix}
id: 7
id: 6
time: '2023-10-14T23:52:00.0000000+00:00'
- author: DrSmugleaf
changes:
- {message: 'Fixed playtime being sorted incorrectly in the F7 players tab.', type: Fix}
id: 8
id: 7
time: '2023-10-16T04:23:00.0000000+00:00'
- author: DrSmugleaf
changes:
Expand All @@ -58,7 +53,7 @@ Entries:
in whitelist commands.', type: Fix}
- {message: 'Added a \[player\] completion type hint to whitelist add and remove
commands.', type: Tweak}
id: 9
id: 8
time: '2023-10-21T09:53:00.0000000+00:00'
- author: DrSmugleaf
changes:
Expand Down Expand Up @@ -90,4 +85,4 @@ Entries:
changes:
- {message: 'Fixed AGhosts not being able to drop items past the default range.', type: Fix}
id: 14
time: '2024-1-4T01:30:00.0000000+00:00'
time: '2024-1-4T01:30:00.0000000+00:00'
3 changes: 2 additions & 1 deletion Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Entries:
Order: 2
Entries:
- author: metalgearsloth
changes:
- message: Fix dungeons not spawning on expeditions.
Expand Down
9 changes: 9 additions & 0 deletions Resources/Changelog/DeltaVAdmin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Name: Admin
AdminOnly: true
Order: 1
Entries:
- author: DebugOk
changes:
- {message: 'Add back the loadcharacter and spawncharacter commands.', type: Add}
id: 1
time: '2023-10-19T00:00:00.0000000+00:00'

0 comments on commit 0999c10

Please sign in to comment.