Commit Graph

53 Commits

Author SHA1 Message Date
6a9d96c208
Remove spaces betweeen if and ( in root CMake file. 2019-10-30 04:58:59 +01:00
3a30cedfb6
Fix indentation of root CMake recipe. 2019-10-30 04:50:11 +01:00
6ff101370e
Require at least CMake 3.9. 2019-10-30 04:48:12 +01:00
7c2e33949b
Add more warnings to compiler flags. 2019-10-25 05:59:13 +02:00
d19dc71e3a
Version bump 0.8.5.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-15 16:01:18 +02:00
68d590c82d
Version bump 0.8.4.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-22 23:46:31 +02:00
5e4dc6edc1
Version bump 0.8.3.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-22 03:05:10 +02:00
649c074a18
Version bump 0.8.2.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-21 22:13:51 +02:00
75a4e60e0a
Version bump 0.8.1.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-20 18:40:00 +02:00
24ac4a4a25
Version bump 0.8.0. 2019-09-06 01:20:43 +02:00
3977ca3309
Version bump 0.7.3.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-16 18:01:29 +02:00
3b29caaa54
Changed error codes again.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-09 13:11:50 +02:00
450873ed22
Fixed MOZILLA_NMH_DIR setting again.
All checks were successful
continuous-integration/drone/push Build is passing
option() does only accept a boolean value, apparently. If unset, files are
installed to "${CMAKE_INSTALL_PREFIX}/OFF".
2019-08-09 12:45:02 +02:00
99869a6783
Fixed installation path for webextension-wrapper.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-08 22:03:38 +02:00
3bb1c658b6
Version bump 0.7.0. 2019-08-08 20:04:52 +02:00
786912133b
Moved packages recipe to cmake/.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 12:47:45 +02:00
b4e845a352
Updated CMake recipes and changed file structure.
Some checks failed
continuous-integration/drone/push Build is failing
2019-08-03 22:27:08 +02:00
083a08beb8
Re-ordered and reformatted cmake recipes.
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-30 07:52:37 +02:00
a66880c98d
Cosmetic changes. 2019-07-26 20:58:25 +02:00
7fb23ee207
Split code into library and cli. 2019-07-26 20:58:24 +02:00
aa16dad796
Sort exports by date, newest to oldest.
Some checks failed
continuous-integration/drone/push Build is failing
2019-07-26 03:11:44 +02:00
2ebd27b159
Fixed tag-searching with non-ASCII characters.
--search-tags with regular expressions didn't work because regex
didn't know how to properly convert case.
2019-07-26 01:12:12 +02:00
2fd761ee72
Fixed the fix in to_lowercase with ICU. Now it is really working!
Some checks failed
continuous-integration/drone/push Build is failing
Turns out I fixed the crash, but some unicode-characters were not
lower-cased. I'm using ICU now. It is very easy, makes sense and is
all-around pleasant.
2019-07-25 06:04:53 +02:00
f6e5dea65a
Version bump 0.6.0.
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-25 03:45:35 +02:00
e44abbe2d1
Version bump 0.5.0.
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-21 17:33:43 +02:00
a83a2548c3
Remove HTML-encoded newlines in descriptions.
All checks were successful
continuous-integration/drone/push Build is passing
We didn't catch newlines encoded as HTML entities before.
2019-07-13 18:20:37 +02:00
622ccb9a03
AsciiDoc export: Escape '[' and ']' in URIs.
Some checks failed
continuous-integration/drone/push Build is failing
2019-06-26 19:55:05 +02:00
bc1774e0a0
Version bump 0.4.1.
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-06 17:15:18 +02:00
747ba749e8
Added bookmark export. 2019-05-26 15:57:01 +02:00
636509fa2d
Version bump 0.3.2.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-25 11:06:51 +02:00
162ff88163
Made searches case insensitive. 2019-05-22 13:30:42 +02:00
7bfb3c7e07
Version bump 0.3.0.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-22 10:57:16 +02:00
3225fe35fe
Allow changing MOZILLA_NMH_DIR.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-21 22:40:30 +02:00
0b7b8f2fa5
Version bump 0.2.4.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-21 20:08:04 +02:00
74ebc774d8
Moved tests.CmakeLists.txt to tests/CmakeLists.txt. 2019-05-21 19:49:31 +02:00
721804ab33
Replace the path to the wrapper in remwharead.json.
Some checks reported errors
continuous-integration/drone/push Build was killed
2019-05-21 19:46:17 +02:00
c9cd020c54
Fixed cmake options. 2019-05-21 15:59:35 +02:00
de5d65d32a
Re-implemented wrapper in C**, added proper cmake recipe.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-21 13:05:17 +02:00
65c0bfc7ea
Improved webextension and wrapper script.
All checks were successful
continuous-integration/drone/push Build is passing
Got rid of the form, it was causing errors. Sending back a test
message worked.
2019-05-21 09:42:58 +02:00
344e77d8bf
Replace more characters for tag-anchors.
Asciidoctor doesn't like ₀-₉ and ⁰-⁹.
2019-05-20 10:49:15 +02:00
da4931ab2f
Made tag-sorting locale-aware.
Some checks failed
continuous-integration/drone/push Build is failing
2019-05-19 19:19:51 +02:00
6ad00c64d5
Bumped thev ersion to 0.2.0.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-19 10:57:13 +02:00
311e5b046e
Added package automatic generation.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-18 05:09:56 +02:00
f57f2bf578
Fixed AsciiDoc export.
All checks were successful
continuous-integration/drone/push Build is passing
It was not formatted correctly if descriptions were missing.
2019-05-18 03:03:37 +02:00
f9563cddcd
Replaced regular expressions in with find & replace, where possible.
Some checks failed
continuous-integration/drone/push Build is failing
2019-05-17 05:43:17 +02:00
54da86df9d
Version bump 0.1.1
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-17 03:04:00 +02:00
49c89a0340
Looked over the documentation. 2019-05-16 13:19:29 +02:00
a3259626ff
Added AsciiDoc support. 2019-05-16 09:41:20 +02:00
1c39c8ac86
Fetch page, extract title, description and full text. 2019-05-15 07:04:12 +02:00
a1e3c57da2
Storing URL & time & tags in the database works. 2019-05-14 22:57:51 +02:00