diff --git a/html/changelog.html b/html/changelog.html
index cf581485de4..4bf6b624262 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -44,15 +44,29 @@
- Added Cyborg Charging Station to Workshop
- Added area icon for Workshop.
+ - Barsign and Holo-menu should now work properly in the Space Bar.
FlamingLily updated:
- Disconnected the service and security subgrids from each other.
- Made the downwards cable to the freezer go through a catwalk, instead of solid floor.
+ JohnWildkins updated:
+
+ - Camera consoles can now be used while buckled in non-office chairs, and should reset view properly when no longer in use.
+ - Computer UIs will now close for cyborgs if they move beyond visual range. (They already disabled interaction in the past.)
+
+ ben10083 updated:
+
+ - Made it more obvious that Mech Bay is in operations department, not research.
+ - Research lift now states correct deck when arriving to destination.
+ - Added Operation Manager's stamp to their office.
+ - Added brand new stamp for Warden.
+
mikomyazaki updated:
- Machinists can no longer cosplay as a HoP with the machinist's uniform in their vending machine.
+ - Orbital drill droppers now work anywhere that isn't on the Horizon... unless emagged.
13 April 2022
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 96ea7a83b5d..30b75763dc2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -23150,10 +23150,24 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Ben10083:
- maptweak: Added Cyborg Charging Station to Workshop
- imageadd: Added area icon for Workshop.
+ - bugfix: Barsign and Holo-menu should now work properly in the Space Bar.
FlamingLily:
- maptweak: Disconnected the service and security subgrids from each other.
- maptweak: Made the downwards cable to the freezer go through a catwalk, instead
of solid floor.
+ JohnWildkins:
+ - bugfix: Camera consoles can now be used while buckled in non-office chairs, and
+ should reset view properly when no longer in use.
+ - tweak: Computer UIs will now close for cyborgs if they move beyond visual range.
+ (They already disabled interaction in the past.)
+ ben10083:
+ - maptweak: Made it more obvious that Mech Bay is in operations department, not
+ research.
+ - bugfix: Research lift now states correct deck when arriving to destination.
+ - rscadd: Added Operation Manager's stamp to their office.
+ - rscadd: Added brand new stamp for Warden.
mikomyazaki:
- tweak: Machinists can no longer cosplay as a HoP with the machinist's uniform
in their vending machine.
+ - bugfix: Orbital drill droppers now work anywhere that isn't on the Horizon...
+ unless emagged.
diff --git a/html/changelogs/ben10083 - Bugfixes.yml b/html/changelogs/ben10083 - Bugfixes.yml
deleted file mode 100644
index 1043b58426b..00000000000
--- a/html/changelogs/ben10083 - Bugfixes.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: ben10083
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - maptweak: "Made it more obvious that Mech Bay is in operations department, not research."
- - bugfix: "Research lift now states correct deck when arriving to destination."
- - rscadd: "Added Operation Manager's stamp to their office."
- - rscadd: "Added brand new stamp for Warden."
diff --git a/html/changelogs/ben10083-space_bar_fix.yml b/html/changelogs/ben10083-space_bar_fix.yml
deleted file mode 100644
index 7a42f2276b9..00000000000
--- a/html/changelogs/ben10083-space_bar_fix.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: Ben10083
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "Barsign and Holo-menu should now work properly in the Space Bar."
diff --git a/html/changelogs/drill-drop.yml b/html/changelogs/drill-drop.yml
deleted file mode 100644
index 9a9a0615434..00000000000
--- a/html/changelogs/drill-drop.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: mikomyazaki
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-changes:
- - bugfix: "Orbital drill droppers now work anywhere that isn't on the Horizon... unless emagged."
diff --git a/html/changelogs/johnwildkins-cameraconsole.yml b/html/changelogs/johnwildkins-cameraconsole.yml
deleted file mode 100644
index 473df94ebac..00000000000
--- a/html/changelogs/johnwildkins-cameraconsole.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Camera consoles can now be used while buckled in non-office chairs, and should reset view properly when no longer in use."
- - tweak: "Computer UIs will now close for cyborgs if they move beyond visual range. (They already disabled interaction in the past.)"