Skip to content

0.9.5

Compare
Choose a tag to compare
@posativ posativ released this 10 Aug 10:19
· 1329 commits to master since this release
  • prevent no-break space ( ) insertion to enable manual line breaks using two trailing spaces (as per Markdown convention), #112

  • limit request size to 256 kb, #107

    Previously unlimited or limited by proxy server). 256 kb is a rough approximation of the next database schema with comments limited to 65535 characters and additional fields.

  • add support for logging to file, #103

    [general]
    log-file =
  • show timestamp when hovering , #104

  • fix a regression when editing comments with multiple paragraphs introduced in 0.9.3 which would HTML escape manually inserted linebreaks.