• 0.8.0 76ed9e9222

    0.8.0 Stable

    tastytea released this 2019-09-06 02:10:08 +02:00 | 171 commits to main since this release

    Changes

    • Added JSON export.
    • Added RSS export.

    Bugfixes

    • Don't return empty entry if no data is matched.
    Downloads
  • 0.7.3 3977ca3309

    0.7.3 Stable

    tastytea released this 2019-08-16 18:01:29 +02:00 | 185 commits to main since this release

    Bugfixes

    • Fixed error code table in manpage.
    Downloads
  • 0.7.2 3b29caaa54

    0.7.2 Stable

    tastytea released this 2019-08-09 13:01:54 +02:00 | 191 commits to main since this release

    Bugfixes

    • If MOZILLA_NMH_DIR was unset, files were installed to ${CMAKE_INSTALL_PREFIX}/OFF.

    Changes

    • Moved threading into library.
    • Changed error codes again to old values.
    Downloads
  • 0.7.1 99869a6783

    0.7.1 Stable

    tastytea released this 2019-08-08 22:03:38 +02:00 | 195 commits to main since this release

    Bugfixes

    • Fixed installation path for webextension-wrapper.

    This error surfaced only if you set MOZILLA_NMH_DIR to a custom value. Since the Debian package required that, version 0.7.0 installed the wrapper into the wrong location.

    Downloads
  • 0.7.0 3639113f91

    0.7.0 Stable

    tastytea released this 2019-08-08 21:31:33 +02:00 | 196 commits to main since this release

    Changes

    • Split the code into a library and a command-line application.
    • Less dependencies: Replaced curlpp, vsqlite++, ICU and popl with POCO.
      • This means only HTTP and HTTPS are supported for now, no Gopher.
    • Better error handling.
    • --search-all now uses threads to be faster.
    • Error codes have changed. See manpage.
    Downloads
  • 0.6.3 b1eb8ffb58

    0.6.3 Stable

    tastytea released this 2019-07-26 03:21:25 +02:00 | 279 commits to main since this release

    Bugfixes

    • Sort exports (search results) by date, newest to oldest.
    Downloads
  • 0.6.2 1d802d5b67

    0.6.2 Stable

    tastytea released this 2019-07-26 01:24:12 +02:00 | 281 commits to main since this release

    Bugfixes

    • Fixed tag-searching with non-ASCII characters.

    Changes

    • Added tests for searching.
    • Added tests for Unicode handling in to_lowercase().
    Downloads
  • 0.6.1 9ff4a9e76b

    0.6.1 Stable

    tastytea released this 2019-07-25 06:08:51 +02:00 | 284 commits to main since this release

    Bugfixes

    • Converting text to lowercase didn't work properly for some unicode characters, switched to ICU.
    Downloads
  • 0.6.0 f6e5dea65a

    0.6.0 Stable

    tastytea released this 2019-07-25 03:45:35 +02:00 | 287 commits to main since this release

    Bugfixes

    • Sometimes --search-all would crash with a std::range_error. This should be fixed now.

    Changes

    • Added support for regular expressions in searches (--regex or -r).
    Downloads
  • 0.5.0 e44abbe2d1

    0.5.0 Stable

    tastytea released this 2019-07-21 17:33:43 +02:00 | 293 commits to main since this release

    Changes

    • Added “simple” export.
    • Unescape HTML in titles.
    Downloads