- smos 0.1.5
- smos-api 0.2.0
- smos-api-gen 0.1.1
- smos-archive 0.2.1
- smos-client 0.2.0
- smos-convert-org 0.1.1
- smos-data 0.2.1
- smos-data-gen 0.1.2
- smos-github 0.0.0
- smos-notify 0.0.0
- smos-query 0.2.3
- smos-report 0.3.0
- smos-report-gen 0.1.2
- smos-report-cursor 0.1.2
- smos-report-cursor-gen 0.1.2
- smos-scheduler 0.1.2
- smos-server 0.1.1
- smos-server-gen 0.1.1
- smos-shell 0.0.2
- smos-single 0.1.1
- smos-sync-client 0.1.2
- smos-sync-client-gen 0.1.1
- smos-web-server 0.2.0
- smos-web-style 0.0.1
Added
smos-github
: For integrating with githubsmos-server
: The/api-version
endpoint for querying the API versionsmos-client
: Client functions to call the/api-version
endpoint for checking compatibility of the client with the server's API versionsmos-notify
: For integrating with desktop notifications
Changed
-
smos-data
: Updated the data format to include a data format version. This way, we can change change the data format in the future and not get crashes. The previous version was already forward-compatible with this change so you should not notice this change unless you wrote custom tooling to work with smos files. The newest data-format version is version1.0.0
. -
smos
: The components of an entry are now drawn in the following order:- timestamps
- properties
- contents
- logbook
- history
where they used to be drawn in this order:
- contents
- timestamps
- properties
- history
- logbook
-
smos-web-server
: The web server now calls the API server during startup. This way the web server checks for both liveness of the API server and version compatibility. -
smos-sync-client
: The sync client now checks compatibility with the server's API version.
Deleted
smos-client-gen
: This package was empty