From afc4801bd42768981e917b023eb2c19349066d1b Mon Sep 17 00:00:00 2001 From: Kallyn Gowdy Date: Fri, 1 Nov 2024 14:48:20 -0400 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a275e4e5..f8dce22ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CasualOS Changelog +## V3.3.13 + +#### Date: TBD + +### :rocket: Features + +- Added shared documents. + - Shared documents utilize insts to be able to share data without using bots and tags. + - Additionally, shared documents can be loaded and unloaded at will. + - The following functions have been added: + - `os.getSharedDocument(name)` - Gets a document that is stored in the current inst. + - `os.getSharedDocument(recordName, inst, name)` - Gets a document that is stored in the specified inst. + - `os.getLocalDocument(name)` - Gets a document that is stored on this device. + - `os.getMemoryDocument()` - Gets a document that is stored in memory and cleared upon refresh. + ## V3.3.12 #### Date: 10/25/2024