diff --git a/html/changelog.html b/html/changelog.html
index 29d90d0b2d..998af50e93 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,22 @@
-->
+
05 July 2021
+
Putnam3145 updated:
+
+ - Watchers no longer search 9 tiles away for stuff then throw the result away if it's more than 1 tile away
+ - Auxmos pull now uses a tag instead of pulling straight from the main branch
+
+
WanderingFox95 updated:
+
+ - Moved a sprite one pixel to the left.
+
+
zeroisthebiggay updated:
+
+ - tg based tool resprites
+ - wirecutters have proper overlays
+
+
04 July 2021
cadyn updated:
@@ -609,17 +625,6 @@
- Nightmare Shadow Jaunt threshold up to 0.4
- Vendor and Engraved message light down to 0.3
-
-
03 May 2021
-
TripleShades updated:
-
- - Added two air alarms to Pubby Security, one in the evidence locker room and one in the main equipment back room
- - pAI Card back to outside Research in Meta Station
- - Pubby Disposals now shunts to space
- - Maintinence Areas being not applied to certain airlocks as well as stealing minor walls
- - Box Surgery Storage camera is now renamed to be on the network
- - Box Paramedic Station camera is now renamed to be on the network, and no longer steals the Morgue's cam tweak: Box Surgery Storage is now it's own proper room
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 4e3c204872..2ae584386b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -29621,3 +29621,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2021-07-04:
cadyn:
- server: Updated server scripts for proper linux support
+2021-07-05:
+ Putnam3145:
+ - bugfix: Watchers no longer search 9 tiles away for stuff then throw the result
+ away if it's more than 1 tile away
+ - server: Auxmos pull now uses a tag instead of pulling straight from the main branch
+ WanderingFox95:
+ - bugfix: Moved a sprite one pixel to the left.
+ zeroisthebiggay:
+ - imageadd: tg based tool resprites
+ - bugfix: wirecutters have proper overlays
diff --git a/html/changelogs/AutoChangeLog-pr-14833.yml b/html/changelogs/AutoChangeLog-pr-14833.yml
deleted file mode 100644
index 8bea7b0ddb..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14833.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "zeroisthebiggay"
-delete-after: True
-changes:
- - imageadd: "tg based tool resprites"
- - bugfix: "wirecutters have proper overlays"
diff --git a/html/changelogs/AutoChangeLog-pr-14913.yml b/html/changelogs/AutoChangeLog-pr-14913.yml
deleted file mode 100644
index aa0be49fd7..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14913.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - server: "Auxmos pull now uses a tag instead of pulling straight from the main branch"
diff --git a/html/changelogs/AutoChangeLog-pr-14914.yml b/html/changelogs/AutoChangeLog-pr-14914.yml
deleted file mode 100644
index 2c999aa626..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14914.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Watchers no longer search 9 tiles away for stuff then throw the result away if it's more than 1 tile away"
diff --git a/html/changelogs/AutoChangeLog-pr-14915.yml b/html/changelogs/AutoChangeLog-pr-14915.yml
deleted file mode 100644
index e6158e8d28..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14915.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "WanderingFox95"
-delete-after: True
-changes:
- - bugfix: "Moved a sprite one pixel to the left."