- smos 0.2.1
- smos-api 0.3.0
- smos-api-gen 0.2.1
- smos-calendar-import 0.3.0
- smos-client 0.5.0
- smos-docs-site 0.0.0
- smos-github 0.3.0
- smos-query 0.5.0
- smos-report 0.4.0
- smos-report-cursor 0.2.0
- smos-report-gen 0.2.0
- smos-server-gen 0.3.0
- smos-sync-client 0.3.0
- smos-web-server 0.5.0
Added
smos-server
: Now supports logging, and some logging has already been added as well.smos
: TheconvCopyContentsToClipboard
action to copy the selected entry's contents to the system clipboard. This fixes issue 205. Thank you @distefam!smos-web-server
: An account overview page, including a button to delete your account.
Changed
smos-calendar-import
: The rendered smos entries now all contain the description of the event as contents, instead of only the top-level event.smos-notify
: You can now put the magic stringSMOS_NO_NOTIFY
into event descriptions to havesmos-notify
ignore the event entirely.smos-sync-client
: Now sends the username of the user and the hostname of the device that makes the requests in theReferer
header of every request. This information is only used for logging.smos-web-server
: Now requires aWEB_URL
to be configured and sends it over in theReferer
header of every request to the API.smos
: Fixed that the file browser filter was shown in an empty file browser as well.smos-query
: Added a header to each of the columns in the waiting report.smos
andsmos-query
: Made the filepaths not as prominent, visually.smos
andsmos-query
: Made report formatting more consistentsmos
: No longer shows the.smos
extension for every stuck project in the stuck projects report.smos
andsmos-query
: Allow thresholds for the waiting, stuck and work reports to be configured as more general time strings.smos
andsmos-query
: Added thewaiting_threshold
to allow for a custom per-entry waiting threshold.smos
: Fixed that the filter bar wasn't shown in the interactive work report. This fixes issue 206. Thank you @vidocco!smos-server
: Made the backup interval configurablesmos-github
: Fixed that only pull requests would be listed but not issues.