- smos 0.3.0
- smos-api 0.3.1
- smos-cursor 0.3.0
- smos-query 0.6.0
- smos-report 0.5.0
- smos-scheduler 0.2.0
- smos-server 0.4.0
- smos-sync-client-gen 0.2.0
- smos-web-server 0.6.0
Added
-
smos-query
: Theentry
andreport
reports now support multiple output formats:json
,pretty-json
, andyaml
. This should allow for simpler integrations. -
smos-scheduler
: Thenext
command to see when items will be activated next.
Changed
smos
: Timestamps can now be deleted using thetimestampsDelete
andtimestampsRemove
actions.smos-notify
:smos-notify
will no longer send a notification about timestamps that don't have a time component.nixos-module.nix
: Theconfig
attribute will now override other attributes.smos-server
: The server no longer migrates files periodically, but rather gives the administrator a button to do that instead.
Deleted
smos-server
: Removed the backup file migration looper. It went against the idea of backups.