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

512 Commits

Author SHA1 Message Date
Serge Tymoshenko
0b3f874ef1
Add Ayu Light theme (#321) 2022-11-26 13:40:47 -05:00
makeworld
82a1e08fe0 Doc for #324 2022-10-12 20:00:24 -04:00
Autumn!
dba8cbf61b
URL no longer escaped and unescaped during normalization (#324) 2022-10-12 19:58:31 -04:00
makeworld
1d257f908a Doc for #302 2022-04-25 21:03:04 -04:00
Emily
00541a435d
add confirmation prompts for url schemes (#302)
* add confirmation prompts for url schemes

This commit adds a confirmation prompt before following urls with
with certain schemes.
Wether or not a scheme requires confirmation can be configured in the
new `[url-promps]` section.

* Use other instead of default

* Use other instead of default

Co-authored-by: makeworld <makeworld@protonmail.com>
2022-04-25 21:01:08 -04:00
makeworld
32b2182267 Lint 2022-04-25 20:41:03 -04:00
makeworld
bc81281c84 Possibly improve resize logic perf 2022-04-25 20:34:04 -04:00
makeworld
946b3f5bc0 CI: test on Go 1.18 2022-04-25 20:17:17 -04:00
makeworld
99fbd021a6 Escape file/folder name in tab for #202 2022-04-25 20:14:32 -04:00
makeworld
3917402e2d Support ~ in 'include' theme key for #308 2022-04-25 19:54:17 -04:00
makeworld
bfb3893774 Fix golangci-lint by using Go 1.17
Copied from: https://github.com/mercari/spanner-autoscaler/pull/83
2022-04-15 11:39:14 -04:00
makeworld
a71a38926b Opening a relative link in a new tab on an about: page doesn't break
Fixes #306
2022-04-15 11:33:32 -04:00
makeworld
00d90cbd7a Paging up or down scrolls by 50% instead of 75%, to match less (#303) 2022-04-12 20:18:38 -04:00
not
ebf5e521d6
add rosé pine variants (#298)
Co-authored-by: fvrests <fvrests@icloud.com>
2022-04-08 16:14:52 -04:00
makeworld
ea9c7f214a Replace quitting with q to shift-q
Fixes #243
2022-02-04 16:05:16 -05:00
makeworld
a2c6ca42c7 Changelog for #293 2022-01-28 12:20:01 -05:00
Anas Mohamed
50044ddce5
Add top level 1 heading as bookmark title suggestion (#293) 2022-01-28 12:18:28 -05:00
makeworld
e6ac6d8ebf Use tagged version for rr 2022-01-18 09:49:58 -05:00
makeworld
dc84332124 Move rr pkg to its own repo 2022-01-18 09:47:59 -05:00
makeworld
a373aecfb7 Bump Chroma 2022-01-13 17:27:05 -05:00
makeworld
22d44e76b9 Doc for #290 2022-01-02 13:32:12 -05:00
Maxime Bouillot
4a95df8036
Fixed error when including theme. (#290) 2022-01-02 13:30:46 -05:00
makeworld
e3e1fc27cd Support SOCKS5 proxying
Fixes #155
2021-12-30 12:07:55 -05:00
makeworld
1f1774a18a Catch possible errors when setting theme colors 2021-12-29 12:06:40 -05:00
makeworld
cabc0660fd New theme key: include
Fixes #154
2021-12-28 19:43:24 -05:00
makeworld
33bf9603b5 Keybinding to open URL with URL handler instead of proxy
Fixes #143
2021-12-28 17:35:08 -05:00
makeworld
1aa13f2408 Tabs have labels of the URL domain instead of numbers
Fixes #202
2021-12-28 16:39:42 -05:00
makeworld
03c4d3e286 Selected link and scroll position stays for non-cached pages
Fixes #122
2021-12-26 16:22:29 -05:00
makeworld
004851f651 Lint fixes 2021-12-23 14:20:50 -05:00
makeworld
7318283aef Add subscriptions.header config option
Fixes #191
2021-12-23 14:18:18 -05:00
makeworld
eab0a6a626 Support restricting client certs to subpaths
Fixes #115
2021-12-23 00:23:06 -05:00
makeworld
d312a801e3 Lint fix 2021-12-22 20:39:17 -05:00
makeworld
034b4c019d Center text, fixes #233 2021-12-22 20:36:12 -05:00
makeworld
3823a46152 Prevent link lines (and other types) from being wider than the max_width setting
Fixes #280
2021-12-22 19:35:07 -05:00
makeworld
40865f977e Don't leave zombie processes
Fixes #219
2021-12-22 17:49:07 -05:00
makeworld
2ae6f6f3a1 Doc for #284 2021-12-22 17:18:36 -05:00
mooff
baebc86c09
Modal fixes (#281) (#284) 2021-12-22 17:09:47 -05:00
makeworld
0deee6d573 Put code highlighting roadmap item in italics bc it's in master only 2021-12-13 12:41:18 -05:00
makeworld
7edb6c5381 Doc for #263 2021-12-10 23:12:40 -05:00
mntn
77e3dbed87
Add Chroma support for syntax highlighting (#263) 2021-12-10 23:09:31 -05:00
makeworld
e62da93e57 Don't build Windows ARM binaries 2021-12-10 11:58:34 -05:00
makeworld
61d8645401 Fix color appearing in no color mode
Fixes #278
2021-12-10 11:52:15 -05:00
makeworld
48d83d13d2 Update changelog for v1.9.1 2021-12-08 18:05:57 -05:00
makeworld
149b0d1ce2 Ready for v1.9.1 2021-12-08 18:03:43 -05:00
makeworld
e021d790ac Fix crash when rendering from stdin 2021-12-08 18:02:43 -05:00
makeworld
9fa31f38d6 Doc for #277 2021-12-08 17:58:16 -05:00
mooff
b7f916f1f9
🐛 Fix deadlock when an about: URL can't be loaded (#277) 2021-12-08 17:57:28 -05:00
makeworld
18062d6a01 Fix homebrew release workflow
https://github.com/mislav/bump-homebrew-formula-action/issues/22
2021-12-08 10:47:50 -05:00
aabacchus
be2fe883cb
Makefile: support DESTDIR (#275) 2021-12-08 09:52:39 -05:00
makeworld
b58a520ac1 Add ref to changelog 2021-12-07 22:08:52 -05:00