Releases Tags
-
0.10.0 Stable
released this 3 years ago | 0 commits to since this release
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.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 3.7 KiB remwharead.xpi
- 270 KiB remwharead_0.10.0-0_amd64.deb
- 305 B sha512sum.txt
- 119 B sha512sum.txt.sig
-
0.9.2 Stable
released this 4 years ago | 25 commits to since this release
Bugfixes
- Detect file encoding of web page and convert to UTF-8 (Fixes #6).
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 3.7 KiB remwharead.xpi
- 268 KiB remwharead_0.9.2-0_amd64.deb
- 304 B sha512sum.txt
-
0.9.1 Stable
released this 4 years ago | 31 commits to since this release
Bugfixes
- Extract title if it has attributes (Example:
<title data-rh="true">
), fixes issues with nytimes.com and medium.com.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 3.7 KiB remwharead.xpi
- 267 KiB remwharead_0.9.1-0_amd64.deb
- 304 B sha512sum.txt
- Extract title if it has attributes (Example:
-
0.9.0 Stable
released this 4 years ago | 34 commits to since this release
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.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 3.7 KiB remwharead.xpi
- 267 KiB remwharead_0.9.0-0_amd64.deb
- 304 B sha512sum.txt
- Allow export of plain hyperlinks (with
-
0.8.6 Stable
released this 4 years ago | 50 commits to since this release
Bugfixes
- Stopped using
Poco::Path::dataHome()
because it doesn't read XDG_* environment variables. - Replaced deprecated
timelocal()
withmktime()
to support building with musl.
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.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 3.7 KiB remwharead.xpi
- 264 KiB remwharead_0.8.6-0_amd64.deb
- 304 B sha512sum.txt
- Stopped using
-
0.8.5 Stable
released this 4 years ago | 85 commits to since this release
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.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 3.7 KiB remwharead.xpi
- 252 KiB remwharead_0.8.5-0_amd64.deb
- 304 B sha512sum.txt
-
0.8.4 Stable
released this 4 years ago | 116 commits to since this release
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.
Downloads
-
0.8.3 Stable
released this 4 years ago | 124 commits to since this release
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.
Downloads
- Fix header installation path. They were installed into
-
0.8.2 Stable
released this 4 years ago | 135 commits to since this release
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.
Downloads
- RSS export:
-
0.8.1 Stable
released this 4 years ago | 143 commits to since this release
Bugfixes
- Fix segmentation faults by replacing
std::regex
withPoco::RegularExpression
. - Remove duplicates in search results.
Changes
- Include WebExtension in every release from now on.
Downloads
- Fix segmentation faults by replacing