• 0.4.3 a83a2548c3

    0.4.3 Stable

    tastytea released this 2019-07-13 18:20:37 +02:00 | 301 commits to main since this release

    Bugfixes

    • AsciiDoc export:
      • Replace ', ", ´, `, ’ and # in tags.
      • Disable webfonts.
    • Remove HTML-encoded newlines (
) in descriptions, in addition to normal newlines (\n).
    • Remove carriage-returns (\r) in descriptions.
    Downloads
  • 0.4.2 622ccb9a03

    0.4.2 Stable

    tastytea released this 2019-06-26 19:55:05 +02:00 | 305 commits to main since this release

    Bugfixes

    • Made title and description extraction case-insensitive.
    • Remove HTML tags from description.
    • Escape [ and ] in URLs for AsciiDoc output.

    WebExtension

    • Added checkbox to enable/disable archiving to popup.
    Downloads
  • 0.4.1 bc1774e0a0

    0.4.1 Stable

    tastytea released this 2019-06-06 17:15:18 +02:00 | 313 commits to main since this release

    Bugfixes

    • Escaped ] in titles. (Fixes #1)

    Other changes

    • Put tags that are used only once under the heading “Less used tags”, if there are more than 20 tags.
    Downloads
  • 0.4.0 f47a51f70b

    0.4.0 Stable

    tastytea released this 2019-05-26 20:10:45 +02:00 | 322 commits to main since this release

    Changes

    • Added bookmark export. The generated HTML file can be imported by many browsers.
    Downloads
  • 0.3.2 636509fa2d

    0.3.2 Stable

    tastytea released this 2019-05-25 11:06:51 +02:00 | 330 commits to main since this release

    Changes

    • AsciiDoc Export:
      • Each thing is now a list item. It makes the output more semantically correct and improves readability in text browsers if converted to HTML.
      • Added date after title in tags section.
    • Replaced regex in URI::remove_newlines() with search & replace.
    Downloads
  • 0.3.1 c37d251394

    0.3.1 Pre-Release

    tastytea released this 2019-05-22 19:06:59 +02:00 | 339 commits to main since this release

    Changes

    • Made searches case insensitive.
    • Remove leading and trailing spaces from tags when they are entered.
    Downloads
  • 0.3.0 7bfb3c7e07

    0.3.0 Pre-Release

    tastytea released this 2019-05-22 10:57:16 +02:00 | 345 commits to main since this release

    Breaking changes

    • Changed -S and --span to -T and --time-span.
    • Added -S as short option for --search-all.

    Other changes

    • Added option to not archive URI.
    Downloads
  • 0.2.5 3225fe35fe

    0.2.5 Pre-Release

    tastytea released this 2019-05-21 22:39:50 +02:00 | 351 commits to main since this release

    Bugfixes

    • Fixed the path of the native-messaging-host in the Debian package.

    Changes

    • Allowed changing MOZILLA_NMH_DIR.
    Downloads
  • 0.2.4 0b7b8f2fa5

    0.2.4 Pre-Release

    tastytea released this 2019-05-21 20:08:04 +02:00 | 353 commits to main since this release

    Bugfixes

    • Write the correct path into the wrapper in remwharead.json.

    WebExtension

    • Added status message in popup to indicate that remwharead is being launched.
    • Display error message in popup if launch fails.
    Downloads
  • 0.2.3 c102066d3a

    0.2.3 Pre-Release

    tastytea released this 2019-05-21 16:13:38 +02:00 | 358 commits to main since this release

    Bugfixes

    • Fixed tag list in AsciiDoc-export if entry has no title.

    Changes

    • Added WebExtension.

    To use the extension in Firefox, you have to install the extension and configure cmake with -DWITH_MOZILLA=YES before compiling. The .deb-package is compiled with support for it.

    Downloads