Automatic Changelog compile [ci skip]

This commit is contained in:
AuroraBuildBot
2023-06-27 22:26:40 +00:00
parent e237808ea9
commit 7e6bd17a54
3 changed files with 24 additions and 51 deletions
+11
View File
@@ -69,6 +69,17 @@
<li class="bugfix">Fixed some bugs regarding antag status removal. Verbs should no longer persist after having vampire or ling status removed, same with languages. HUD elements should also properly be removed now.</li>
<li class="rscadd">Added a tag for CCIA say, after a couple of years.</li>
<li class="rscadd">Added an Elyran Non-Citizen Person citizenship option.</li>
<li class="bugfix">Chat client now updates properly.</li>
<li class="bugfix">Synth altclick/shiftclick to interact with machines like APCs and doors works properly.</li>
<li class="bugfix">Vampire verbs now return to the user properly.</li>
<li class="bugfix">Fixed not being able to vote for crew transfer for real.</li>
<li class="bugfix">Photocopiers now allow you to remove items.</li>
<li class="bugfix">Fixed services like the med analyzer not working.</li>
<li class="bugfix">Ghost spawner filters now work properly. They didn&#x27;t work at all before...</li>
<li class="bugfix">You can now print all account data from the account database.</li>
<li class="bugfix">Set default language verb now actually works.</li>
<li class="bugfix">Fixed warrant assistant UI not updating when going back.</li>
<li class="bugfix">Fixed Dionae not getting a switch to nymph verb when detaching one.</li>
</ul>
<h3 class="author">Niennab updated:</h3>
<ul class="changes bgimages16">
+13
View File
@@ -29689,6 +29689,19 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
elements should also properly be removed now.
- rscadd: Added a tag for CCIA say, after a couple of years.
- rscadd: Added an Elyran Non-Citizen Person citizenship option.
- bugfix: Chat client now updates properly.
- bugfix: Synth altclick/shiftclick to interact with machines like APCs and doors
works properly.
- bugfix: Vampire verbs now return to the user properly.
- bugfix: Fixed not being able to vote for crew transfer for real.
- bugfix: Photocopiers now allow you to remove items.
- bugfix: Fixed services like the med analyzer not working.
- bugfix: Ghost spawner filters now work properly. They didn&#x27;t work at all
before...
- bugfix: You can now print all account data from the account database.
- bugfix: Set default language verb now actually works.
- bugfix: Fixed warrant assistant UI not updating when going back.
- bugfix: Fixed Dionae not getting a switch to nymph verb when detaching one.
Niennab:
- rscadd: Added template flags and banners for those looking to add flags to the
codebase.
-51
View File
@@ -1,51 +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: MattAtlas
# 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: "Chat client now updates properly."
- bugfix: "Synth altclick/shiftclick to interact with machines like APCs and doors works properly."
- bugfix: "Vampire verbs now return to the user properly."
- bugfix: "Fixed not being able to vote for crew transfer for real."
- bugfix: "Photocopiers now allow you to remove items."
- bugfix: "Fixed services like the med analyzer not working."
- bugfix: "Ghost spawner filters now work properly. They didn't work at all before..."
- bugfix: "You can now print all account data from the account database."
- bugfix: "Set default language verb now actually works."
- bugfix: "Fixed warrant assistant UI not updating when going back."
- bugfix: "Fixed Dionae not getting a switch to nymph verb when detaching one."