Automatic changelog compile [ci skip]

This commit is contained in:
Changelogs
2025-08-17 01:40:06 +00:00
parent 36d267d83e
commit 7a99d8ec92
2 changed files with 13 additions and 8 deletions
+13
View File
@@ -306,3 +306,16 @@
nauticall:
- spellcheck: Renamed the NTCC Odin's AI from 'Bubble' to 'Huginn' to comply with
recent lore changes.
2025-08-17:
FabianK3:
- rscadd: Added subsystem for persistent data between rounds. The framework includes
the subsystem responsible for managing persistent data and provides functionality
for objects to be added to said system. See PR and GitHub Wiki documentation
for more technical details.
- config: Added new log type for the persistence subsystem.
- experiment: Added papers and noticeboards to the persistence subsystem. Papers
and their contents (title and text) will now be persistent across rounds when
they get pinned to noticeboards. They will loose persistence when they either
get unpinned during a round or after no changes within 30 days. Unpinning and
re-pinning will keep them persistent but not update the 30 days expiration date;
Unpinning, editing and re-pinning them will reset the 30 days expiration date.
@@ -1,8 +0,0 @@
author: FabianK3
delete-after: True
changes:
- rscadd: "Added subsystem for persistent data between rounds. The framework includes the subsystem responsible for managing persistent data and provides functionality for objects to be added to said system. See PR and GitHub Wiki documentation for more technical details."
- config: "Added new log type for the persistence subsystem."
- experiment: "Added papers and noticeboards to the persistence subsystem. Papers and their contents (title and text) will now be persistent across rounds when they get pinned to noticeboards. They will loose persistence when they either get unpinned during a round or after no changes within 30 days. Unpinning and re-pinning will keep them persistent but not update the 30 days expiration date; Unpinning, editing and re-pinning them will reset the 30 days expiration date."