• 0.2.2 5fc28a6104

    0.2.2 Pre-Release

    tastytea released this 2019-05-20 13:16:01 +02:00 | 372 commits to main since this release

    Bugfixes

    • Replacing more characters for tag anchors.
      • ₀-₉, ⁰-⁹ §, $, %, &, /, =, ^, ! and ?

    Other changes

    • Replaced some regular expressions with search & replace.
    Downloads
  • 0.2.1 da4931ab2f

    0.2.1 Pre-Release

    tastytea released this 2019-05-19 19:04:18 +02:00 | 378 commits to main since this release

    Bugfixes

    Made tag-sorting locale-aware.

    Downloads
  • 0.2.0 3206334142

    0.2.0 Pre-Release

    tastytea released this 2019-05-19 13:46:47 +02:00 | 380 commits to main since this release

    Changes

    • Added more error messages and codes and documented them.
    • Sort tags by number of occurrences first, then alphabetically (They were only sorted by number before.).
    • Added options to search in tags.
    • Added option to search in tags, titles, descriptions and full texts.
    Downloads
  • 0.1.3 f01951b5b9

    0.1.3 Pre-Release

    tastytea released this 2019-05-18 07:54:55 +02:00 | 397 commits to main since this release

    Bugfixes

    • Fixed AsciiDoc export with empty descriptions.

    Other changes

    • Added sections PROTOCOL SUPPORT and ENVIRONMENT to man-page.
    Downloads
  • 0.1.2 751e6b2d12

    0.1.2 Pre-Release

    tastytea released this 2019-05-17 05:54:30 +02:00 | 411 commits to main since this release

    Bugfixes

    • Replaced regular expressions in strip_html() with find & replace where possible, thus reducing the chances for segmentation faults.
    Downloads
  • 0.1.1 54da86df9d

    0.1.1 Pre-Release

    tastytea released this 2019-05-17 03:04:00 +02:00 | 414 commits to main since this release

    Breaking changes

    • Changed short option for --span from -s to -S.

    Other changes

    • Added tests for:
      • AsciiDoc export.
      • CSV export.
      • The URI class.
    • Added continuous integration.

    Bugfixes

    • Fixed array initialisation for gcc-5.
    • Fixed time-matching in tests.
    • Fixed off-by-one bug in remove_html_tags().
    Downloads
  • 0.1.0 49c89a0340

    0.1.0 Pre-Release

    tastytea released this 2019-05-16 13:18:16 +02:00 | 430 commits to main since this release

    First release

    What works

    • Saving things in the database:
      • URI.
      • URI of archived page.
      • Date & time.
      • Tags.
      • Title.
      • Description.
      • Full text.
    • Exporting things:
      • To CSV.
      • To AsciiDoc.
    • Limiting the time-span of the export.
    • Saving to file.
    • Manpage
    Downloads