From a39db311ba9e21611c3aebcc93b80fd4afefc4e9 Mon Sep 17 00:00:00 2001 From: "vorestation-ci[bot]" <199609141+vorestation-ci[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 02:29:28 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/AutoChangeLog-pr-18063.yml | 4 ---- html/changelogs/AutoChangeLog-pr-18066.yml | 6 ------ html/changelogs/AutoChangeLog-pr-18087.yml | 4 ---- html/changelogs/AutoChangeLog-pr-18089.yml | 4 ---- html/changelogs/AutoChangeLog-pr-18092.yml | 5 ----- html/changelogs/archive/2025-07.yml | 13 +++++++++++++ 6 files changed, 13 insertions(+), 23 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-18063.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-18066.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-18087.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-18089.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-18092.yml diff --git a/html/changelogs/AutoChangeLog-pr-18063.yml b/html/changelogs/AutoChangeLog-pr-18063.yml deleted file mode 100644 index 9d697035c9..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18063.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Willburd" -delete-after: True -changes: - - code_imp: "Removes sleep() in modular computer uis" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-18066.yml b/html/changelogs/AutoChangeLog-pr-18066.yml deleted file mode 100644 index 24aebe40d3..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18066.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: "WIll" -delete-after: True -changes: - - rscadd: "Items that can be sold by cargo now state it at the end of their description" - - rscadd: "Multiple stamped manifests can be sent in the same crate" - - code_imp: "Moved cargo item selling code to an element" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-18087.yml b/html/changelogs/AutoChangeLog-pr-18087.yml deleted file mode 100644 index d385645e6c..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18087.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Tenryumi" -delete-after: True -changes: - - bugfix: "fixed circuit assemblies printing empty lines on examine." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-18089.yml b/html/changelogs/AutoChangeLog-pr-18089.yml deleted file mode 100644 index 6600ffdb01..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18089.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Willburd" -delete-after: True -changes: - - bugfix: "Dev disabled styles removed from randomized rolls." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-18092.yml b/html/changelogs/AutoChangeLog-pr-18092.yml deleted file mode 100644 index 22ac7334bb..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18092.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Diana" -delete-after: True -changes: - - rscadd: "Purple Robes in the loadout now has a teshari variant!" - - rscadd: "Purple robes can now be unbuttoned!" \ No newline at end of file diff --git a/html/changelogs/archive/2025-07.yml b/html/changelogs/archive/2025-07.yml index 600f08e9d7..e2c82c4e77 100644 --- a/html/changelogs/archive/2025-07.yml +++ b/html/changelogs/archive/2025-07.yml @@ -325,3 +325,16 @@ Willburd: - bugfix: tiny memory leak on capture crystal animations - code_imp: capture crystals use timers instead of sleeps to animate +2025-07-29: + Diana: + - rscadd: Purple Robes in the loadout now has a teshari variant! + - rscadd: Purple robes can now be unbuttoned! + Tenryumi: + - bugfix: fixed circuit assemblies printing empty lines on examine. + WIll: + - rscadd: Items that can be sold by cargo now state it at the end of their description + - rscadd: Multiple stamped manifests can be sent in the same crate + - code_imp: Moved cargo item selling code to an element + Willburd: + - code_imp: Removes sleep() in modular computer uis + - bugfix: Dev disabled styles removed from randomized rolls.