Changed
smos
and smos-query
: Consider the END
timestamp exclusive for the purpose of the ongoing report.
smos-data
: Documented the meaning of common timestamp names.
smos-calendar-import
: Improved the ICAL parsing so that invalidly TEXT
-encoded URL
properties can still be parsed.
smos
: Replace [+]
by [unsaved changes]
.
smos
: Added style (colour) to the editor header text.
smos-calendar-import
: Retry http requests.
smos-web-server
: Fixed that the web ui did not resize upon the first load.
This release only contained nix infrastructure changes.
Changed
-
Home manager module:
- Only install smos-notify if
programs.smos.notify.enable
is true
.
- Only install smos-scheduler if
programs.smos.scheduler.enable
is true
.
- Only install smos-github if
programs.smos.github.enable
is true
.
- Only install smos-sync-client if
programs.smos.sync.enable
is true
.
-
smos-calendar-import
:
Allow sources to be passed in as a file so that this sensitive information
does not have to be in the config file.
-
smos-calendar-import
: Allow an empty list of sources to be configured.
-
smos-sync-client
:
Allow the password to be passed in as a file so that this sensitive
information does not have to be in the config file.
-
smos-github
:
Allow the oauth token to be passed in as a file so that this sensitive
information does not have to be in the config file.