From 7a99d8ec92b4c35e5d6b3a54cb0cdcfe022dd3dd Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sun, 17 Aug 2025 01:40:06 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/archive/2025-08.yml | 13 +++++++++++++ .../fabiank3-persistent-data-framework.yml | 8 -------- 2 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 html/changelogs/fabiank3-persistent-data-framework.yml diff --git a/html/changelogs/archive/2025-08.yml b/html/changelogs/archive/2025-08.yml index 5757f7960c9..1f38cf294e5 100644 --- a/html/changelogs/archive/2025-08.yml +++ b/html/changelogs/archive/2025-08.yml @@ -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. diff --git a/html/changelogs/fabiank3-persistent-data-framework.yml b/html/changelogs/fabiank3-persistent-data-framework.yml deleted file mode 100644 index b76e4653ced..00000000000 --- a/html/changelogs/fabiank3-persistent-data-framework.yml +++ /dev/null @@ -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."