Releases

  • Pre-Release v0.3.1 575bf336f9

    v0.3.1 (semantic)

    likho vor 10 Monaten 0 Commits zu master seit diesem Release

    HTML template and default post formats updated to use semantic HTML elements for better compatibility with screen readers.

     
  • Pre-Release v0.3.0 2d302bfec9

    v0.3.0 (cfg-update)

    likho vor 11 Monaten 3 Commits zu master seit diesem Release

    • added argument --new-posts=n to generate pages based only on the last n entries
    • (minor optimization) script invokes list.reverse() less
    • added config key landing_page that controls the file name of the page of latest posts
    • removed config key line_separator which used to add <br /> after each line
    • revised config key post.buttons
    • moved location of scripts to /src
    • added new script src/check-settings.py to check for missing keys in a config. file

    Also URLs such as user.neocities.org/microblog/tags/tagname are now possible

     
  • Pre-Release v0.2.1 3607295b9e

    v0.2.1

    likho vor 1 Jahr 5 Commits zu master seit diesem Release

    • users may specify inline html tags, the presence of which will not stop the script from automatically marking up lines of text.

    This minor update adds a configuration option and changes default behavior.

     
  • Pre-Release v0.2.0 af589847e7

    v0.2.0 (webring and html detection)

    likho vor 1 Jahr 6 Commits zu master seit diesem Release

    features:

    • json-based webring
    • detects html

    Users can write <ul>, <table>, <blockquote>, and other html tags into their notes without triggering automatic markup.

    This release adds new configuration options; therefore, settings.toml should be updated.

     
  • Pre-Release v0.1.0 ae6650c775

    v0.1.0

    likho vor 2 Jahren 9 Commits zu master seit diesem Release

    features:

    • pagination
    • tags
    • mini-galleries for images
    • configuration file
    • chronological sorting of posts (for backdating)