makeworld
|
180d108827
|
🔥 Removed favicon support - fixes #199
|
2021-02-22 17:41:48 -05:00 |
|
makeworld
|
53f6828379
|
📝 Remove Known Bugs section
|
2021-02-17 17:49:09 -05:00 |
|
makeworld
|
1b08f76bd8
|
📝 Cosmetic fixes
|
2021-02-17 15:37:36 -05:00 |
|
makeworld
|
0025742ff5
|
📝 Docs ready for v1.8.0
|
2021-02-17 15:31:06 -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 |
|
Peter Steinberg
|
3111ac0bb0
|
Add install instructions for Void (#188)
|
2021-02-07 17:41:42 -05:00 |
|
git-bruh
|
7db8a8a819
|
Fix KISS url (#170)
|
2021-01-07 08:42:22 -05:00 |
|
makeworld
|
e42b24c6f2
|
Update doc for merge
|
2020-12-25 16:26:03 -05:00 |
|
makeworld
|
9ed1c638a4
|
Cleanup config and README
|
2020-12-24 16:52:04 -05:00 |
|
makeworld
|
7c2f59fcdc
|
Merge branch 'master' into mediatype-handlers
|
2020-12-24 16:40:10 -05:00 |
|
Elijah Gregg
|
36d4f817c7
|
📝 Add AUR installation instructions (#158)
|
2020-12-24 16:28:28 -05:00 |
|
Jonathan Dahan
|
767239fb84
|
📝 add kiss linux instructions (#152)
Co-authored-by: makeworld
|
2020-12-21 13:01:41 -05:00 |
|
makeworld
|
1b92bc9bc4
|
🔖 Ready for v1.7.0
|
2020-12-20 17:26:39 -05:00 |
|
makeworld
|
0caf5011bc
|
📝 Update README
|
2020-12-15 14:35:43 -05:00 |
|
Stephen Robinson
|
0df5effdcf
|
Mediatypes support (#134)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.com>
|
2020-12-14 14:28:07 -05:00 |
|
makeworld
|
1cdcd1dbc0
|
Update docs to prep for merge
|
2020-12-07 15:18:47 -05:00 |
|
makeworld
|
d0c8184cc0
|
Merge branch 'master' into feeds
|
2020-12-06 22:11:05 -05:00 |
|
makeworld
|
dd7550dffb
|
Add pagination
|
2020-12-06 20:57:57 -05:00 |
|
makeworld
|
1a2fba92c2
|
Add subscription manager, fix corrupt read/write & short URI panic
More info on corrupt reads and writes:
https://github.com/makeworld-the-better-one/amfora/issues/61#issuecomment-735042805
The panic was occuring due to lines like:
if u[:6] == "about:"
These would cause panics for URIs that were shorter than 6, like "docs/".
strings.HasPrefix was used instead to fix this.
|
2020-12-05 20:35:15 -05:00 |
|
makeworld
|
e5891a52e7
|
📝 Reference wiki on readme
|
2020-12-01 10:52:06 -05:00 |
|
makeworld
|
f6e89fdaa1
|
Switch subscription-based naming
|
2020-11-27 17:01:29 -05:00 |
|
makeworld
|
7cd8abcf7e
|
📝 Remove travis shield
|
2020-11-25 10:11:12 -05:00 |
|
makeworld
|
ba28b2b5f9
|
Merge branch 'master' into feeds
|
2020-11-23 21:11:51 -05:00 |
|
makeworld
|
8ffc0ca29c
|
Refine post prefix logic
Improved for hosted users and feeds with titles and authors.
|
2020-11-19 12:50:49 -05:00 |
|
makeworld
|
780cf41137
|
📝 Document user themes
|
2020-11-19 00:34:02 -05:00 |
|
makeworld
|
bc4c72bba9
|
Merge branch 'master' into feeds
|
2020-11-17 10:45:28 -05:00 |
|
makeworld
|
99c117589b
|
📝 Add 5 year expiry to openssl demo cmd
|
2020-11-05 11:09:37 -05:00 |
|
makeworld
|
adf03b9aed
|
📝 Add client cert gen command
|
2020-11-04 22:18:43 -05:00 |
|
makeworld
|
445be96e46
|
🔖 Ready for v1.6.0
|
2020-11-04 21:31:08 -05:00 |
|
makeworld
|
424ce099dd
|
📝 Update changelog and config for #112
|
2020-11-04 16:45:34 -05:00 |
|
makeworld
|
d917ed8179
|
📝 Install amfora from Arch pkgs
|
2020-10-30 10:47:24 -04:00 |
|
makeworld
|
9292d86c45
|
📝 Show build status for master branch only
|
2020-10-24 12:22:41 -04:00 |
|
makeworld
|
e6a081000b
|
🔀 Merge branch 'master' into feeds
|
2020-10-10 20:11:00 -04:00 |
|
makeworld
|
80b8228683
|
📝 Add brew HEAD install to readme
|
2020-09-20 17:33:45 -04:00 |
|
makeworld
|
e9204022c6
|
Merge branch 'master' into feeds
|
2020-09-16 10:57:10 -04:00 |
|
makeworld
|
fe0fd784bb
|
📝 Use official tap
|
2020-09-15 13:54:32 -04:00 |
|
makeworld
|
b2b8e3082d
|
🔨 Stop using go env
go env changes env vars globally for users, altering their existing setups
|
2020-09-12 19:35:12 -04:00 |
|
makeworld
|
32e3015b27
|
📝 Remove now-false Makefile info
|
2020-09-12 17:41:16 -04:00 |
|
makeworld
|
0eea591ff6
|
📝 Remove make desktop command
|
2020-09-12 17:40:27 -04:00 |
|
makeworld
|
d312efcf1b
|
📝 Windows Term UTF-8 link, watching releases, +
|
2020-09-04 21:03:07 -04:00 |
|
makeworld
|
0156769591
|
🔀 Merge branch 'master' into feeds
|
2020-09-04 20:45:07 -04:00 |
|
makeworld
|
84efeb5d9c
|
📝 Fix readme
|
2020-09-02 14:06:38 -04:00 |
|
makeworld
|
d9c6c92d98
|
📝 Add lang to make example
|
2020-09-02 13:02:40 -04:00 |
|
makeworld
|
7a1b9e2364
|
📝 Docu. that Makefile needs git
|
2020-09-02 12:55:33 -04:00 |
|
makeworld
|
038df04648
|
✨ Makefile
|
2020-09-02 11:05:14 -04:00 |
|
makeworld
|
0f5458c730
|
🔀 Merge branch 'master' into feeds
|
2020-09-01 22:26:34 -04:00 |
|
makeworld
|
ac46c68e17
|
📝 Mention emoji favicons are disabled by default
|
2020-09-01 20:07:46 -04:00 |
|
makeworld
|
922e7981a9
|
🔖 Ready for v1.5.0 release
|
2020-09-01 19:55:06 -04:00 |
|
makeworld
|
30873e1b0b
|
🐛 Fix empty proxy bug, start on #80
|
2020-09-01 14:55:52 -04:00 |
|
makeworld
|
b37af27b80
|
📝 Add ANSI bug
|
2020-08-31 12:09:54 -04:00 |
|