From 36cbb5c87b1768e9cebd053e8de0467b4d89f72d Mon Sep 17 00:00:00 2001 From: "vorestation-ci[bot]" <199609141+vorestation-ci[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 02:13:37 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/AutoChangeLog-pr-18734.yml | 9 --------- html/changelogs/archive/2025-12.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-18734.yml diff --git a/html/changelogs/AutoChangeLog-pr-18734.yml b/html/changelogs/AutoChangeLog-pr-18734.yml deleted file mode 100644 index 8093c6c8449..00000000000 --- a/html/changelogs/AutoChangeLog-pr-18734.yml +++ /dev/null @@ -1,9 +0,0 @@ -author: "Diana" -delete-after: True -changes: - - qol: "You can now alt-shift click someone to open the inventory menu (as if you drag-dropped them onto yourself)" - - qol: "Admins can now tag datums via ctrl-middle click" - - refactor: "Honey I refactored click code!" - - code_imp: "Cleans up click code." - - code_imp: "Adds framework for allowing objects to ignore ctrl click and not allowed to be dragged" - - bugfix: "Fixes a bug where joining in the game would cause 180 topic calls to be made (still happens) causing you to be rate limited." \ No newline at end of file diff --git a/html/changelogs/archive/2025-12.yml b/html/changelogs/archive/2025-12.yml index 5fc21d3a3a6..a236fb0533f 100644 --- a/html/changelogs/archive/2025-12.yml +++ b/html/changelogs/archive/2025-12.yml @@ -26,3 +26,14 @@ 2025-12-06: Kashargul: - code_imp: update dependencies +2025-12-07: + Diana: + - qol: You can now alt-shift click someone to open the inventory menu (as if you + drag-dropped them onto yourself) + - qol: Admins can now tag datums via ctrl-middle click + - refactor: Honey I refactored click code! + - code_imp: Cleans up click code. + - code_imp: Adds framework for allowing objects to ignore ctrl click and not allowed + to be dragged + - bugfix: Fixes a bug where joining in the game would cause 180 topic calls to be + made (still happens) causing you to be rate limited.