• 0.10.0 6802c7563d

    0.10.0 穩定

    tastytea 發布了此版本 2020-01-31 05:57:47 +01:00 | 20 次提交 在此版本發布後被加入到 main

    Bugfixes

    • Prevent interpretation of AsciiDoc syntax in descriptions.
    • Percent-encode URIs in AsciiDoc export.
    • Add support for more robust message parsing to native-wrapper1.

    Changes

    • Do not attempt to convert encoding if it is already utf-8.

    1. This fixes issue #7 once version 5.0 of the WebExtension is released. In the meantime, you can use remwharead.xpi from this release, but it not signed. ↩︎

    下載附件
  • 0.9.2 dc29da15ac

    0.9.2 穩定

    tastytea 發布了此版本 2019-12-11 14:33:36 +01:00 | 45 次提交 在此版本發布後被加入到 main

    Bugfixes

    • Detect file encoding of web page and convert to UTF-8 (Fixes #6).
    下載附件
  • 0.9.1 0431b4a8ca

    0.9.1 穩定

    tastytea 發布了此版本 2019-12-04 07:20:37 +01:00 | 51 次提交 在此版本發布後被加入到 main

    Bugfixes

    • Extract title if it has attributes (Example: <title data-rh="true">), fixes issues with nytimes.com and medium.com.
    下載附件
  • 0.9.0 d264ead7f9

    0.9.0 穩定

    tastytea 發布了此版本 2019-11-30 03:51:22 +01:00 | 54 次提交 在此版本發布後被加入到 main

    Changes

    • Allow export of plain hyperlinks (with -e link).
    • Add --delete switch to delete entries from the database.
    • Allow export to a format suitable to pass to rofi (with -e rofi).
    • Add script that uses rofi to display and search the database.
    下載附件
  • 0.8.6 e544ccb031

    0.8.6 穩定

    tastytea 發布了此版本 2019-11-27 09:29:39 +01:00 | 70 次提交 在此版本發布後被加入到 main

    Bugfixes

    Changes

    • The archiving is done in parallel to the fetching, resulting in a slight speedup.
    • Switched to C++17 (but support g++-6 / clang++-6).
    • Added support for the Hunter package manager.
    下載附件
  • 0.8.5 d19dc71e3a

    0.8.5 穩定

    tastytea 發布了此版本 2019-10-15 16:01:18 +02:00 | 105 次提交 在此版本發布後被加入到 main

    Bugfixes

    • Added tests for JSON-export and RSS-export.
    • Cut descriptions at 500 characters.

    Changes

    • Provide help for specific options (--help=option).
    • Refactored code for better readability.
    下載附件
  • 0.8.4 68d590c82d

    0.8.4 穩定

    tastytea 發布了此版本 2019-09-22 23:46:31 +02:00 | 136 次提交 在此版本發布後被加入到 main

    Bugfixes

    • Made reading input in wrapper more robust.¹
    • Retain archive-flag on HTTP redirects.²

    ¹ We read the size of the message now instead of getting everything between quotes. ² If the request to the archive service returned a redirect, archive_uri was set to the source of the archived page, not the URL.

    Changes

    • Removed obsolete code from wrapper.
    下載附件
  • 0.8.3 5e4dc6edc1

    0.8.3 穩定

    tastytea 發布了此版本 2019-09-22 03:05:10 +02:00 | 144 次提交 在此版本發布後被加入到 main

    Bugfixes

    • Fix header installation path. They were installed into ${prefix}/include/remwharead/include/. Now: ${prefix}/include/remwharead/.

    Changes

    • Added contributing guidelines, a code of conduct and an EditorConfig configuration file.
    下載附件
  • 0.8.2 649c074a18

    0.8.2 穩定

    tastytea 發布了此版本 2019-09-21 22:13:51 +02:00 | 155 次提交 在此版本發布後被加入到 main

    Bugfixes

    • RSS export:
      • Use the first 100 characters of the description as title if title is empty.
      • Make description more readable using HTML.

    Changes

    • Support username and password for proxy servers.
    下載附件
  • 0.8.1 75a4e60e0a

    0.8.1 穩定

    tastytea 發布了此版本 2019-09-20 18:40:00 +02:00 | 163 次提交 在此版本發布後被加入到 main

    Bugfixes

    • Fix segmentation faults by replacing std::regex with Poco::RegularExpression.
    • Remove duplicates in search results.

    Changes

    • Include WebExtension in every release from now on.
    下載附件