• v1.7.0 853a58b78b

    bss released this 2022-03-24 23:06:40 -05:00 | 58 commits to master since this release

    v1.7.0

    Miscellaneous

    • Removed mdx_linkify dependency, pretty superfluous in the end, just use the <url> syntax.
    • Removed tzlocal dependency, my current id says I want to display things in UTC, though maybe I'll make this a configuration option eventually.
    • "plain" styling made slightly less plain, the <img> floats are now rendered, and the header breadcrumbs and style menu is now spaced in one line as in the other styles.
    • Requirements bumps.
    Downloads
  • v1.6.0 410f96ffb4

    bss released this 2022-01-17 16:55:24 -06:00 | 62 commits to master since this release

    v1.6.0

    Miscellaneous

    • License changed to GNU AGPLv3+. Prior versions, under GPLv2, are still available in the archives.
    • Python 3.10 supported, which caused...
    • Python 3.7 support to be dropped, hence the minor version bump.
    • coverage message about differing options addressed.
    • Some minor organizational tweaks to CONTRIBUTING.md.
    Downloads
  • v1.5.4 9d87aab61b

    bss released this 2022-01-03 12:42:40 -06:00 | 66 commits to master since this release

    v1.5.4

    Miscellaneous

    • Undo the change to the red font in the dark style, as it didn't contrast well on many displays.
    Downloads
  • v1.5.3 35ea94185b

    bss released this 2022-01-02 22:59:14 -06:00 | 67 commits to master since this release

    v1.5.3

    Miscellaneous

    • Provide a 75% max-width class for images I want biggish.
    • Slightly reduce the font size for the stylish styles.
    • Color tweaks to the stylish styles.
    Downloads
  • v1.5.2 be6d96273c

    bss released this 2021-11-03 15:55:51 -05:00 | 70 commits to master since this release

    v1.5.2

    Improvements

    • Some defaults and static files specific to my site have been replaced/removed (#15).
    • Above settings are mentioned in the README so that one knows to override the defaults (#15).

    Miscellaneous

    • Eliminated some warnings about how the pydot markdown renderer initialized itself.
    Downloads
  • v1.5.1 1de69dfc70

    bss released this 2021-10-08 07:30:46 -05:00 | 75 commits to master since this release

    v1.5.1

    Miscellaneous

    • Font sizes removed from the main content and headers, deferring to browser default, since what we had was only slightly different anyway.
    • Requirements bumps.
    • The extra for pydot rendering is now called 'dot' rather than 'graphviz'.
    Downloads
  • v1.5.0 509072ab78

    bss released this 2021-06-24 11:46:43 -05:00 | 78 commits to master since this release

    v1.5.0

    Features

    • Graphs can now be written inline in Markdown with pydot fenced code blocks, by starting a code fence with ~~~pydot:filename.png and entering dot. These are rendered at request-time by pydot and served as an inline image.

    Miscellaneous

    • Markdown errors are caught in a better way in the code.
    • The license declaration in setup.py now matches the README and LICENSE.
    • tox is also testing with Python 3.9.
    • tox is also using Safety for package checks.
    Downloads
  • v1.4.0 f0d4e7d3d9

    bss released this 2021-06-06 22:28:43 -05:00 | 84 commits to master since this release

    v1.4.0

    Improvements

    • Markdown files can supply a "Redirect" meta tag to skip rendering and instead send a 301 to the browser.
    • Reimplement base-wide.html to extend base.html.
    • The footer has clear: both applied to it.

    Bugfixes

    • base-wide.html is actually styled properly.

    Miscellaneous

    • Project relicensed under GPLv2 or newer.
    • CONTRIBUTING written up, README has installation and usage information now.
    Downloads
  • v1.3.0 e8377adcf5

    bss released this 2021-04-30 19:32:06 -05:00 | 91 commits to master since this release

    v1.3.0

    Features

    • Pages can supply the 'Template' meta tag in order to specify an alternative template than the default base.html.
    • Provide the first alternative template, the same layout but at full (well 95%) page width.
    Downloads
  • v1.2.1 f4beb15a3b

    bss released this 2021-04-17 15:06:39 -05:00 | 92 commits to master since this release

    v1.2.1

    Bugfixes

    • Directory redirects now use absolute paths in the Location header.

    Miscellaneous

    • Tweak to the wording in the 404 page.
    Downloads