diff --git a/html/changelogs/AutoChangeLog-pr-19577.yml b/html/changelogs/AutoChangeLog-pr-19577.yml deleted file mode 100644 index 7d9a75c1aca..00000000000 --- a/html/changelogs/AutoChangeLog-pr-19577.yml +++ /dev/null @@ -1,7 +0,0 @@ -author: "Poojawa" -delete-after: True -changes: - - qol: "Multitool flagged items will display more information about the current cable's powernet status" - - bugfix: "fixed cable power readouts from displaying negative Watts, 0ing out instead" - - image: "SMES units now have an open panel state when the maintenance hatch is open" - - refactor: "Utilized KILOWATTS, MEGAWATTS in power code on a lazy basis to improve readability." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-19607.yml b/html/changelogs/AutoChangeLog-pr-19607.yml deleted file mode 100644 index 07500064e5a..00000000000 --- a/html/changelogs/AutoChangeLog-pr-19607.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Diana" -delete-after: True -changes: - - rscadd: "Adds chameleon pens and thieves gloves to the uncommon trash loot pile." - - qol: "Moves some stuff around in the trash pool. Some lesser/less exciting items moved to the common pool, made some items less likely to show up, added some more items like all the glowsticks." \ No newline at end of file diff --git a/html/changelogs/archive/2026-07.yml b/html/changelogs/archive/2026-07.yml index e2609cfde2c..843445f6cb1 100644 --- a/html/changelogs/archive/2026-07.yml +++ b/html/changelogs/archive/2026-07.yml @@ -92,3 +92,16 @@ based on the simple mob inside of it - qol: cargo scanner shows the total value of a crate when scanned, instead of opening the crate +2026-07-18: + Diana: + - rscadd: Adds chameleon pens and thieves gloves to the uncommon trash loot pile. + - qol: Moves some stuff around in the trash pool. Some lesser/less exciting items + moved to the common pool, made some items less likely to show up, added some + more items like all the glowsticks. + Poojawa: + - qol: Multitool flagged items will display more information about the current cable's + powernet status + - bugfix: fixed cable power readouts from displaying negative Watts, 0ing out instead + - image: SMES units now have an open panel state when the maintenance hatch is open + - refactor: Utilized KILOWATTS, MEGAWATTS in power code on a lazy basis to improve + readability.