1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
makeworld
6666ef2584 Text and element colors of default theme change to be black on white terminals
Ref #181
2021-12-03 17:58:16 -05:00
makeworld
2e1049b8ab Default to using the user's terminal theme colors
Issue #181
2021-12-03 14:58:02 -05:00
makeworld
9a2c2ec1f8 Drop support for Go 1.14, update CI software 2021-12-01 11:09:36 -05:00
makeworld
d0998128f9 Update cview (bug fix) to simplify ANSI rendering
https://code.rocketnine.space/tslocum/cview/issues/47
2021-05-29 16:02:16 -04:00
lostleonardo
40e9d2106a
Adding bindings to yank the current URL and the selected URL (#225) 2021-04-20 17:00:34 -04:00
makeworld
6fa3600e95 ⬆️ Switch off gofeed fork now that PR is merged 2021-04-19 10:01:48 -04:00
makeworld
9dd60e612b ⬆️ Switch off of progressbar fork now that PR is merged 2021-04-18 13:15:41 -04:00
makeworld
7267bd13a4 ⬆️ Update progressbar fork 2021-04-18 12:31:35 -04:00
makeworld
e42516b670 ⬆️ Update gofeed fork 2021-04-18 12:20:43 -04:00
makeworld
7dba1b257d ⬆️ Update cview location 2021-04-07 12:52:22 -04:00
makeworld
3316b68ade ⬆️ Update cview to latest 2021-04-02 11:36:33 -04:00
makeworld
0685127b72 ⬆️ Switch back to original cview
My PR was merged: https://gitlab.com/tslocum/cview/-/merge_requests/14
2021-03-31 10:37:32 -04:00
makeworld
703e853834 ⬆️ Update cview fork
Only one commit update, just read (un)locks the mutex for TextDimensions instead of write
2021-03-10 19:11:10 -05:00
makeworld
a655ce0eac Works now! 2021-02-27 21:18:03 -05:00
makeworld
8e7300726d 🚧 Initial work 2021-02-27 18:17:49 -05:00
makeworld
180d108827 🔥 Removed favicon support - fixes #199 2021-02-22 17:41:48 -05:00
makeworld
9198572f34
cview update (#107)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.net>
Co-authored-by: Trevor Slocum <trevor@rocketnine.space>
Co-authored-by: Stephen Robinson <sudobash1@users.noreply.github.com>
2021-02-17 14:17:13 -05:00
makeworld
ae9bfa5e2b 📌 Use replace for progressbar dep 2020-12-19 20:09:25 -05:00
makeworld
8aec339283 Fix invalid URLs, NFC norm., support IDNs
Fixes #138
2020-12-19 19:41:25 -05:00
makeworld
90089cba0a 🐛 Downloading re-uses request
Fixes #140
2020-12-17 11:29:03 -05:00
makeworld
ba28b2b5f9 Merge branch 'master' into feeds 2020-11-23 21:11:51 -05:00
makeworld
c53c36a4d0 ⬆️ go-gemini v0.9.3
Timeout when header takes too long, downloading uses proxies if appropriate
2020-11-23 21:09:48 -05:00
makeworld
ef8295b0a4 Handle multiple links per post, prefer item author over feed author 2020-11-22 20:04:09 -05:00
makeworld
0a963a0d8d 🚧 Support JSON feeds 2020-11-17 11:26:49 -05:00
makeworld
bc4c72bba9 Merge branch 'master' into feeds 2020-11-17 10:45:28 -05:00
makeworld
1839b7be9e ⬆️ go-gemini v0.9.1
Adds support for CN-only wildcard certs
2020-11-10 14:53:54 -05:00
Trevor Slocum
4e26a51741
Allow specifying a client certificate (#112) 2020-11-04 16:37:00 -05:00
makeworld
e6a081000b 🔀 Merge branch 'master' into feeds 2020-10-10 20:11:00 -04:00
Patryk Niedźwiedziński
270dddfbc2
XDG config (#100)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
2020-10-08 20:54:07 -04:00
makeworld
e84cebc88c ⬆️ Update to go-isemoji v1.1.0 2020-09-30 18:04:59 -04:00
makeworld
3a63b73300 🔀 Merge branch 'master' into feeds 2020-08-28 12:07:08 -04:00
makeworld
13163352b3 🚨 More linting fixes
Source: https://github.com/makeworld-the-better-one/amfora/actions/runs/224468383
2020-08-25 21:03:21 -04:00
makeworld
f3af61c9d1 ⬆️ go-gemini v0.8.4 2020-08-21 14:59:51 -04:00
makeworld
621a2908cd ⬆️ go-gemini v0.8.3 2020-08-13 14:28:23 -04:00
makeworld
e01b8668ea ⬆️ go-gemini v0.8.2 for Go 1.15 2020-08-12 10:25:43 -04:00
makeworld
4e91ad87bd 🚧 Adding feeds & pages, and JSON enc/dec 2020-08-10 18:50:40 -04:00
makeworld
0bc5939600 Emoji favicon support - fixes #62 2020-08-05 13:31:59 -04:00
makeworld
ede504caaf 🐛 Fix not being able to interact with page after modal
This was a regression, the bug was not present in v1.3.0. This could be due to the cview update?
2020-07-28 18:09:36 -04:00
makeworld
28b2235ddb Permanent redirects are cached - fixes #22 2020-07-25 20:26:40 -04:00
makeworld
9b8985905f Add cert expiry info to TOFU warning - fixes #34 2020-07-10 18:59:51 -04:00
makeworld
d5a3f63b45 ⬆️ go-gemini v0.7.0 2020-07-10 17:29:52 -04:00
makeworld
eae118faac 🚧 Downloading all content seems to work 2020-07-10 14:37:18 -04:00
makeworld
f00fbce7f9 🐛 Fixed link highlighting when wrapped 2020-07-09 15:21:09 -04:00
makeworld
c594155c1a ⬆️ go-gemini v0.6.0 2020-06-29 14:35:09 -04:00
makeworld
7ab1a2bda9 ⬆️ Status 21 is invalid now 2020-06-21 23:39:33 -04:00
makeworld
e719346bc4 ⬆️ Update go-gemini, which increases the default timeout 2020-06-19 20:49:58 -04:00
makeworld
0d5c38e060 🚧 Initial work on supporting many charsets 2020-06-19 13:26:10 -04:00
makeworld
4951ffa9fe 🎉 Initial commit, full featured 2020-06-18 16:54:48 -04:00