ploum pushed to master at ploum/offpunk 2022-01-27 10:24:23 +00:00
06b2e178fb history is now a list
41f0900373 implementing the archive list
Compare 2 commits »
ploum pushed to master at ploum/offpunk 2022-01-26 09:47:44 +00:00
bd09d7cc61 localhost:// is now the widely used file://
a961596f69 solved 2 nasty crashes and one infinite loop
Compare 2 commits »
ploum pushed to master at ploum/offpunk 2022-01-25 09:40:56 +00:00
70cc059528 get_filename would crash while accessing local ressources
bd5ba00991 improving README
9fa216c11e search is now find (because it’s on current page only)
682631c4cd https_everywhere enabled by default
2e7d213c26 improving subscribtions
Compare 8 commits »
ploum pushed to master at ploum/offpunk 2022-01-24 10:11:51 +00:00
daece10ce5 fixing bugs in the new sync code
3c8db67844 multiple lists are now implemented
1b4e1bf6bf added support for mailto links
ffc939094f tour is now a list
c8c32e4640 bookmarks are now a list
Compare 5 commits »
ploum pushed to master at ploum/offpunk 2022-01-23 09:44:30 +00:00
ac4d6547d2 debug of automatic choice
9131c5621f new --assume-yes option for answering question when sync. Without it, no is assumed
0894be5167 new method to manage lists: move
Compare 3 commits »
ploum pushed to master at ploum/offpunk 2022-01-22 09:43:08 +00:00
5db7a47e72 you can create lists and add pages to them
ploum pushed to master at ploum/offpunk 2022-01-19 17:44:48 +00:00
57c69df5b6 support query in the URL
ploum pushed to master at ploum/offpunk 2022-01-19 17:07:40 +00:00
5505443132 I wrote offmini instead of offpunk in the README
7ff4065493 added the --fetch-later command line
7a17f04343 remove offline_web option (not used anymore)
d688a5d8ba better handling of paths
Compare 4 commits »
ploum pushed to master at ploum/offpunk 2022-01-19 08:41:11 +00:00
9047dbd718 another stupid refactoring bug
ploum pushed to master at ploum/offpunk 2022-01-19 08:35:35 +00:00
14e5fbcc83 refactoring and cleanup: now accessing links directly from gi instead of hiding a go_to
bdd006c896 offpunk now respects XDG
9b8c06efce getting rid of from_map_line, never liked that odd method
103610b077 t . was recognized as url, not a tour command
7e9c535c1d stupid bug which break rendering with preformtted content
Compare 5 commits »
ploum commented on issue ploum/offpunk#3 2022-01-18 11:57:55 +00:00
alternative download for python readability

Thanks, fixed the README

ploum closed issue ploum/offpunk#3 2022-01-18 11:57:55 +00:00
alternative download for python readability
ploum pushed to master at ploum/offpunk 2022-01-18 11:38:17 +00:00
00a8cf7580 stupid refactoring bug about localhost
ab645a82a6 solving bug #3
Compare 2 commits »
ploum pushed to master at ploum/offpunk 2022-01-18 09:54:03 +00:00
94bed58364 fixing bugs after refactorisation
e40c0439b2 this is a huge refactorisation so gemtext/html renderers are now handled by each GeminiItem and not by the GeminiClient. Expect bugs
76c2d9a491 consider that all .gmi files are text/gemini mimetype, even if they are not recognized as such
e3147d61d0 cosmetic change
Compare 4 commits »
ploum pushed to master at ploum/offpunk 2022-01-14 17:16:35 +00:00
c6a45ba819 cosmetic changes
2158b78e77 improved README
b02b2603f0 fixed gemini:// not being added by default
456095bd07 improve handling of nested <pre>
Compare 4 commits »
ploum pushed to master at ploum/offpunk 2022-01-13 12:07:13 +00:00
5ad8dd61e7 html rendering starts to become really acceptable
3bc6022348 fixed a bug while caching binary files
b1318e0289 solving that rendering bug where some spaces were removed
2d26bc255c wrapping long links
bf6527d8e6 implemented blockquote
Compare 8 commits »
ploum pushed to master at ploum/offpunk 2022-01-12 08:23:34 +00:00
e2d69df398 handle html page without body
ploum pushed to master at ploum/offpunk 2022-01-12 08:19:15 +00:00
63e8c0e678 another crash with badly parsed url
fa9678895d vastly improved html rendering
Compare 2 commits »
ploum pushed to master at ploum/offpunk 2022-01-11 13:04:27 +00:00
37918995d6 fix bad url crash
ploum pushed to master at ploum/offpunk 2022-01-11 12:44:38 +00:00
4153a12f2b make to_fetch list more resilient to crashes