Releases: locker-godot/locker
Releases · locker-godot/locker
v1.1.2
v1.1.1
v1.1.0
What's Changed
- Created issue templates by @nadjiel in #18
- Created the CONTRIBUTING guidelines by @nadjiel in #19
- Created the CODE_OF_CONDUCT.md by @nadjiel in #20
- Created the PULL_REQUEST_TEMPLATE.md by @nadjiel in #21
- Made the saving and loading await data gathering and distribution by @nadjiel in #26
Full Changelog: v1.0.2...v1.1.0
v1.0.2
1.0.1
Launch Version
This release consists of all the scripts, their icons, the LICENSE
document (MIT) and a README.md
file, so that you can have them in handy if needed.
The functionalities this version brings includes, but are not restricted to:
- The singleton
GlobalStorageManager
responsible for managing the save data access; - Two default
AccessStrategies
: theEncryptedAccessStrategy
and theJSONAccessStrategy
; - Asynchronous operations in a separate
Thread
; - Partitioned storage, to increase performance;
- Optional separation in multiple save files;
StorageAccessorVersions
to optionally facilitate file versioning;- Configurations through
ProjectSettings
.