Skip to content

v3.1.36

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 18:52
· 2613 commits to develop since this release

πŸš€ Improvements

  • Added os.getPublicFile() and os.getPrivateFile() functions as a way to tell CasualOS whether the file is expected to be public or private.
    • Using os.getPrivateFile() is quicker than using os.getFile() for private files, but it is slower than using os.getFile() for public files.
    • os.getFile() is optimized for retrieving public files, but will fallback to trying to retrieve private files if the first fails.
    • os.getPublicFile() is optimized for retrieving public files and will fail if the file is not public.

πŸ› Bug Fixes

  • Fixed an issue where it was not possible to retrieve private data and file records using os.getData() and os.getFile().
  • Fixed an issue where it was impossible to manage an existing subscription.