-
0.10.0 Stable
released this
2020-01-31 05:57:47 +01:00 | 20 commits to main since this releaseBugfixes
- 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)
-
remwharead.xpi
3.7 KiB
-
remwharead_0.10.0-0_amd64.deb
270 KiB
-
sha512sum.txt
305 B
-
sha512sum.txt.sig
119 B
-
0.9.2 Stable
released this
2019-12-11 14:33:36 +01:00 | 45 commits to main since this releaseBugfixes
- Detect file encoding of web page and convert to UTF-8 (Fixes #6).
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
remwharead.xpi
3.7 KiB
-
remwharead_0.9.2-0_amd64.deb
268 KiB
-
sha512sum.txt
304 B
-
0.9.1 Stable
released this
2019-12-04 07:20:37 +01:00 | 51 commits to main since this releaseBugfixes
- 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)
-
remwharead.xpi
3.7 KiB
-
remwharead_0.9.1-0_amd64.deb
267 KiB
-
sha512sum.txt
304 B
- Extract title if it has attributes (Example:
-
0.9.0 Stable
released this
2019-11-30 03:51:22 +01:00 | 54 commits to main since this releaseChanges
- 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)
-
remwharead.xpi
3.7 KiB
-
remwharead_0.9.0-0_amd64.deb
267 KiB
-
sha512sum.txt
304 B
- Allow export of plain hyperlinks (with
-
0.8.6 Stable
released this
2019-11-27 09:29:39 +01:00 | 70 commits to main since this releaseBugfixes
- 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)
-
remwharead.xpi
3.7 KiB
-
remwharead_0.8.6-0_amd64.deb
264 KiB
-
sha512sum.txt
304 B
- Stopped using
-
0.8.5 Stable
released this
2019-10-15 16:01:18 +02:00 | 105 commits to main since this releaseBugfixes
- 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)
-
remwharead.xpi
3.7 KiB
-
remwharead_0.8.5-0_amd64.deb
252 KiB
-
sha512sum.txt
304 B
-
0.8.4 Stable
released this
2019-09-22 23:46:31 +02:00 | 136 commits to main since this releaseBugfixes
- 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
2019-09-22 03:05:10 +02:00 | 144 commits to main since this releaseBugfixes
- 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
2019-09-21 22:13:51 +02:00 | 155 commits to main since this releaseBugfixes
- 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
2019-09-20 18:40:00 +02:00 | 163 commits to main since this releaseBugfixes
- 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