|
a416857313
|
chore: bump changelog
|
2025-03-04 09:50:07 +11:00 |
|
|
0957263ad8
|
chore: update submodule
|
2025-03-04 09:48:40 +11:00 |
|
|
1b43717a31
|
perf: remove unused enum member
|
2025-03-04 09:46:29 +11:00 |
|
|
794a2f8f7e
|
chore: bump changelog for 1.1.1
|
2024-11-08 23:01:44 +11:00 |
|
|
4047c5ddb7
|
style: struct URL -> Url
|
2024-11-06 17:01:18 +11:00 |
|
|
2d6df9f737
|
refactor: various clippy-suggested improvements
most notably, change a lot fo match in main.rs to if-let
|
2024-11-06 17:00:54 +11:00 |
|
|
8676e8fd61
|
build: forbid unsafe code
|
2024-11-05 21:13:33 +11:00 |
|
|
da33147f5f
|
style: run rustfmt
|
2024-11-05 21:10:42 +11:00 |
|
|
dfb4ae66e6
|
perf: remove unused part of URL
|
2024-11-05 21:09:38 +11:00 |
|
|
f49dcbc2af
|
chore: update changelog
|
2024-11-04 22:58:20 +11:00 |
|
|
48eb9f8e3c
|
fix: skip empty query keys
|
2024-11-04 22:24:42 +11:00 |
|
|
8bc33130a9
|
test: add basic tests for URL
|
2024-11-04 22:23:13 +11:00 |
|
|
61ab4ba38d
|
perf: extract error fn to a macro
|
2024-11-04 22:13:26 +11:00 |
|
|
a3383084fb
|
fix: do not cache non-Bytes
so docs & errors don't get cached
|
2024-11-04 22:07:57 +11:00 |
|
|
9b20403cef
|
feat: stroke alias for stroke_colour
|
2024-11-04 22:02:58 +11:00 |
|
|
2f0104ed0b
|
chore: bump ver for new feat
|
2024-11-04 22:00:48 +11:00 |
|
|
37ef12f5c7
|
feat: backward compat with 80x80 icons
Added backwards compatibility with older versions expecting 80x80 icons with 8px padding
|
2024-11-04 22:00:41 +11:00 |
|
|
8e4e5dcf63
|
chore: update readme
|
2024-11-04 17:34:32 +11:00 |
|
|
543cedc273
|
chore: bump ver
|
2024-11-04 11:18:28 +11:00 |
|
|
785e313c2a
|
build: remove musl-dev in dockerfile
|
2024-11-04 11:18:06 +11:00 |
|
|
1912f0baf6
|
enhance: remove indoc, just use consts
|
2024-11-04 11:14:39 +11:00 |
|
|
bf02adeb33
|
feat: remove unupdated version from headers
|
2024-11-04 11:09:35 +11:00 |
|
|
d8f5302c08
|
chore: containerise
|
2024-11-03 22:16:22 +11:00 |
|
|
d554e688e2
|
style: run rustfmt
|
2024-11-03 21:34:07 +11:00 |
|
|
244463ee29
|
chore: bump ver
|
2024-11-03 21:32:36 +11:00 |
|
|
486d662e4e
|
chore: bump date
|
2024-11-03 16:52:30 +11:00 |
|
|
76657fce4a
|
style: remove unused use
|
2024-11-03 16:52:25 +11:00 |
|
|
2b934876e0
|
refactor+deps: cleanup code, remove unused dep
|
2024-11-02 21:21:08 +11:00 |
|
|
da219bd9f9
|
fix: spelling of header
|
2024-11-02 21:09:35 +11:00 |
|
|
e58123f496
|
feat: multithreading!
|
2024-11-02 21:05:03 +11:00 |
|
|
ea57e2842d
|
chore: editor config file
|
2024-11-02 21:04:52 +11:00 |
|
|
4151dac001
|
chore: bump ver
|
2024-11-02 18:35:32 +11:00 |
|
|
45e257e101
|
deps: i didn't need regex
|
2024-11-02 18:30:25 +11:00 |
|
|
4bdaf266bf
|
chore: AGPL-3.0
|
2024-11-02 18:29:58 +11:00 |
|
|
9c78d4d94e
|
chore: add readme
|
2024-11-02 18:25:01 +11:00 |
|
|
8eb50483b2
|
enhance: docs!
|
2024-11-02 18:24:57 +11:00 |
|
|
3300b65b79
|
lint: remove unused file
|
2024-11-02 18:22:57 +11:00 |
|
|
55b0985cf9
|
feat: accept commonwealth spelling
|
2024-11-02 18:17:02 +11:00 |
|
|
8c7d34b5dd
|
feat: limited CORS headers
|
2024-11-02 18:14:34 +11:00 |
|
|
4d82105da8
|
lint: dead code no one uses
|
2024-11-02 18:09:31 +11:00 |
|
|
4968a907dd
|
feat: stroke_color options
|
2024-11-02 18:04:33 +11:00 |
|
|
aeed04688b
|
feat: get icon as String not Vec<u8>
|
2024-11-02 18:04:22 +11:00 |
|
|
5f2109787f
|
feat: handle subset of urlendcoded
|
2024-11-02 18:04:07 +11:00 |
|
|
d7421324dc
|
feat: add cache header
|
2024-11-02 17:39:23 +11:00 |
|
|
b297785dd5
|
feat: /info endpoint
|
2024-11-02 17:33:44 +11:00 |
|
|
cd56355603
|
fix: properly set charset
|
2024-11-02 17:33:36 +11:00 |
|
|
98394d2885
|
enhance: improve logging
|
2024-11-02 17:15:42 +11:00 |
|
|
c5fa5fb07b
|
feat: bg colour option
|
2024-11-02 12:34:16 +11:00 |
|
|
dd53cce7f6
|
feat: render to png + edits
|
2024-11-02 11:56:25 +11:00 |
|
|
947687345f
|
chore: add lib names to dict
|
2024-11-02 11:15:41 +11:00 |
|