diff --git a/html/changelog.html b/html/changelog.html
index a278c19e6af..f7ba6261c76 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -60,6 +60,12 @@
- Modular computers now explode properly
- Emagged holograms can no longer be exported for credits
+ - Abstract entities no longer feed the singularity
+ - Machine frames will no longer be anchored when created
+
+ Joan updated:
+
+ - Vanguard now shows you how long you have until it deactivates.
Kor updated:
@@ -70,6 +76,21 @@
- [Delta] Removes space money from gold crate replaces with 3 Gold Bars Gold Wrestling belt is still there.
- [Delta] Removes space money from silver crate replaces with 5 Silver Coins.
+ WhiteHusky updated:
+
+ - Fields are supported when printing with a modular computer
+ - PRINTER_FONT is now a variable
+ - Removed the [logo] tag on Modular computers as the logo no longer exists
+ - New lines on paper are parsed properly
+ - [tab] is now four non-breaking spaces on papers
+ - Papers have an additional proc, reload_fields, to allow fields made programmatically to be used
+ - stripped_input stripped_multiline_input has a new argument: no_trim
+ - Modular computers no longer spew HTML when looking at a file, rather it is unescaped like it should
+ - Modular computers no longer show escaped HTML entities when editing
+ - Modular computers can now propperly read and write from external media
+ - Modular computers' file browser lists files correctly
+ - NTOS File Manager had a spelling mistake; Manage instead of Manager
+
coiax updated:
- Engraved messages can no longer be moved by a gravitational singularity.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index c8fa4c935ae..4d66a282e90 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -9244,6 +9244,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Cyberboss:
- bugfix: Modular computers now explode properly
- bugfix: Emagged holograms can no longer be exported for credits
+ - bugfix: Abstract entities no longer feed the singularity
+ - tweak: Machine frames will no longer be anchored when created
+ Joan:
+ - rscadd: Vanguard now shows you how long you have until it deactivates.
Kor:
- rscadd: 'By combing two flashlights and cable coil, you can create a new eye implant:
flashlight eyes. People with flashlights for eyes can not see, but they will
@@ -9253,6 +9257,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Gold Wrestling belt is still there.'
- rscadd: '[Delta] Removes space money from silver crate replaces with 5 Silver
Coins.'
+ WhiteHusky:
+ - rscadd: Fields are supported when printing with a modular computer
+ - rscadd: PRINTER_FONT is now a variable
+ - rscdel: Removed the [logo] tag on Modular computers as the logo no longer exists
+ - tweak: New lines on paper are parsed properly
+ - tweak: '[tab] is now four non-breaking spaces on papers'
+ - tweak: Papers have an additional proc, reload_fields, to allow fields made programmatically
+ to be used
+ - tweak: 'stripped_input stripped_multiline_input has a new argument: no_trim'
+ - bugfix: Modular computers no longer spew HTML when looking at a file, rather it
+ is unescaped like it should
+ - bugfix: Modular computers no longer show escaped HTML entities when editing
+ - bugfix: Modular computers can now propperly read and write from external media
+ - bugfix: Modular computers' file browser lists files correctly
+ - spellcheck: NTOS File Manager had a spelling mistake; Manage instead of Manager
coiax:
- bugfix: Engraved messages can no longer be moved by a gravitational singularity.
- tweak: The deadchat notification of randomly triggered events now uses the deadsay
diff --git a/html/changelogs/AutoChangeLog-pr-23502.yml b/html/changelogs/AutoChangeLog-pr-23502.yml
deleted file mode 100644
index ebe11709b04..00000000000
--- a/html/changelogs/AutoChangeLog-pr-23502.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Cyberboss"
-delete-after: True
-changes:
- - bugfix: "Abstract entities no longer feed the singularity"
diff --git a/html/changelogs/AutoChangeLog-pr-23565.yml b/html/changelogs/AutoChangeLog-pr-23565.yml
deleted file mode 100644
index 1920f6a9752..00000000000
--- a/html/changelogs/AutoChangeLog-pr-23565.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Cyberboss"
-delete-after: True
-changes:
- - tweak: "Machine frames will no longer be anchored when created"
diff --git a/html/changelogs/AutoChangeLog-pr-23625.yml b/html/changelogs/AutoChangeLog-pr-23625.yml
deleted file mode 100644
index 74019c69add..00000000000
--- a/html/changelogs/AutoChangeLog-pr-23625.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-author: "WhiteHusky"
-delete-after: True
-changes:
- - rscadd: "Fields are supported when printing with a modular computer"
- - rscadd: "PRINTER_FONT is now a variable"
- - rscdel: "Removed the [logo] tag on Modular computers as the logo no longer exists"
- - tweak: "New lines on paper are parsed properly"
- - tweak: "[tab] is now four non-breaking spaces on papers"
- - tweak: "Papers have an additional proc, reload_fields, to allow fields made programmatically to be used"
- - tweak: "stripped_input stripped_multiline_input has a new argument: no_trim"
- - bugfix: "Modular computers no longer spew HTML when looking at a file, rather it is unescaped like it should"
- - bugfix: "Modular computers no longer show escaped HTML entities when editing"
- - bugfix: "Modular computers can now propperly read and write from external media"
- - bugfix: "Modular computers' file browser lists files correctly"
- - spellcheck: "NTOS File Manager had a spelling mistake; Manage instead of Manager"
diff --git a/html/changelogs/AutoChangeLog-pr-23635.yml b/html/changelogs/AutoChangeLog-pr-23635.yml
deleted file mode 100644
index 8d7d1285edf..00000000000
--- a/html/changelogs/AutoChangeLog-pr-23635.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Joan"
-delete-after: True
-changes:
- - rscadd: "Vanguard now shows you how long you have until it deactivates."