Skip to content

2020-12-16

Compare
Choose a tag to compare
@NorfairKing NorfairKing released this 16 Dec 15:20
· 983 commits to release since this release

Added

  • smos:
    You can now use Word-based movements in headers and contents.
    cursor/#12
    Thank you @chiroptical!
  • smos-shell:
    A new package, to run smos commands in the browser without allowing full shell access.
  • smos:
    It is now possible to hide timestamps.
    Timestamps of done entries are hidden by default.

Changed

  • smos-query:
    It is now possible to run the work report without any context.
  • smos-query:
    The work report now also shows overdue waiting entries.
  • smos-calendar-import:
    The importer no longer fails on malformed URIs.
  • smos-calendar-import:
    The importer no longer fails on all other sources if any of them fails to parse.
  • smos-calendar-import:
    The importer now has a failing exit code if one of the sources failed to parse.
  • smos-web-server:
    The web server now sanitises output from the smos instance to make extra-sure that no non-UTF8 text gets to the client.
  • smos:
    When pressing ? twice, the help screen now gets closed instead of ending up in a strange empty help screen state.
  • smos-query:
    The stuck report now also takes timestamps of not-done entries into account.
  • smos-query:
    The stuck report now takes a --threshold argument.
  • smos-query:
    The work report now shows overdue stuck projects as well.
  • smos-query:
    The work report now requires you to configure a timewindow property if you make use of the time filter feature.

Removed

  • smos-query:
    The 'smart' mode for the work command has been removed. It is now the default.