Release day classic! Fixed two bugs not noticed until just after release. One was a crash in the markdown parser which ironically broke the 0.2 release announcement.

Pushed an emergency fix, will resolve with a better fix in time.

Also trying out committing release numbers to the in tree version string.

  • horia@azorius.vedetta.com
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    The about release version works now, thanks!

    In version 0.1.0 an 0.2.0 I had the HTML help in “docs/” which worked. Here’s the layout I use:

    drwxr-x---  2 _azorius  _azorius      512 Aug 29 14:29 attachments
    -rw-------  1 _azorius  _azorius   176128 Jul 26 10:54 azorius.db
    -rw-------  1 _azorius  _azorius    32768 Aug 29 14:42 azorius.db-shm
    -rw-------  1 _azorius  _azorius  3230112 Aug 29 14:47 azorius.db-wal
    srwxr-xr-x  1 _azorius  _azorius        0 Aug 29 14:42 backend.sock
    -rw-------  1 _azorius  _azorius   176128 Aug 29 13:17 backup.db
    drwxr-x---  2 _azorius  _azorius      512 Aug 29 14:29 docs
    -rw-r--r--  1 root      _azorius     3882 Aug 29 14:29 schema.sql
    drwx------  5 _azorius  _azorius      512 Aug 29 11:29 tempstore
    drwxr-x---  2 _azorius  _azorius     1536 Aug 29 14:30 views
    
    • tedu@azorius.netOP
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      The way the help files are displayed has changed slightly, better integration with the site, but the html files have always been in viewdir/docs.

      The datadir is for user data, of course, but specifically anything expected to be preserved between releases, like datadir/views/local.css. The viewdir is expected to be tied to the release and be replaced, which includes help files.