v1.0.2
Pre-release
Pre-release
1.0.2 (2024-05-28)
- Initial release of protoype / proof of concept. This doesn't do anything yet, but it's a proof of concept of building a single NextJS powered codebase that has the ability to call web APIs on a server backend or local Rust functions that can interact with Windows, depending on whether the user wants it as a shared webapp with authentication and a central database or a fully-offline local application with no central server and a single user. Then when a commit is merged to Github, an automated CI/CD cycle compiles and publishes Windows installers (code signing possible but not implemented) for the local version, along with a lightweight Linux Docker image that can be deployed as for the web version.