mossfet pushed to main at mossfet/metaballs-vk 2024-03-26 00:35:58 +00:00
754776687c Removed binary, made program more hardware-independent, and created gitignore
mossfet pushed to main at mossfet/game-of-life 2023-09-22 13:51:11 +00:00
ed61deb94a Bumped version
mossfet pushed to main at mossfet/game-of-life 2023-09-22 13:47:28 +00:00
fbbb59a1c1 Removed benchmarks
mossfet pushed to essay at mossfet/site 2023-08-01 21:57:06 +00:00
d69d9331fb Various site changes, hardware freedom essay
mossfet created branch essay in mossfet/site 2023-08-01 21:57:06 +00:00
mossfet merged pull request Solarpunk/meowy-webring#8 2023-07-13 13:09:35 +00:00
seperate the hyperlegible font face out into a template and organize the crate structure
mossfet pushed to main at Solarpunk/meowy-webring 2023-07-13 13:09:35 +00:00
075dd95c03 Merge pull request 'seperate the hyperlegible font face out into a template and organize the crate structure' (#8) from font-style into main
10caf581ad remove the sus println
60c2ac15e7 move asset stuff to its own crate
f4e9ef6af9 seperate the hyperlegible font-face to a template
0e3ffc0991 move crates out to a folder
Compare 5 commits »
mossfet pushed to main at Solarpunk/meowy-webring 2023-07-11 11:08:09 +00:00
50d92e998a Merge pull request 'add an index page and add name functions to the API and cache busting' (#7) from index-page into main
70bb0691d3 implement a CachedResponse Responder struct
53193d84b8 add cache busting filenames and split off assets
1654821763 bump version number to 0.2.0
4e17ef7dff update stylesheet and clean up asset code
Compare 8 commits »
mossfet merged pull request Solarpunk/meowy-webring#7 2023-07-11 11:08:08 +00:00
add an index page and add name functions to the API and cache busting
mossfet pushed to main at Solarpunk/guix-punk 2023-07-09 23:08:00 +00:00
2a21ad5f19 First commit
mossfet pushed tag 0.1.0 to Solarpunk/meowy-webring 2023-07-09 20:57:18 +00:00
mossfet released "v0.1.0" at Solarpunk/meowy-webring 2023-07-09 20:57:18 +00:00
mossfet deleted branch hot-reloading from Solarpunk/meowy-webring 2023-07-04 14:35:23 +00:00
mossfet pushed to main at Solarpunk/meowy-webring 2023-07-04 14:26:43 +00:00
ec9d5cd874 Merge pull request 'hot reloading support' (#6) from hot-reloading into main
33f0b6a5e9 don't panic on parsing error with running watcher
93bd3540e8 use async mutex
a672135793 add cursed hot reloading support
Compare 4 commits »
mossfet merged pull request Solarpunk/meowy-webring#6 2023-07-04 14:26:42 +00:00
hot reloading support
mossfet merged pull request Solarpunk/meowy-webring#4 2023-07-02 10:39:30 +00:00
make stuff more portable and improve the cli
mossfet pushed to main at Solarpunk/meowy-webring 2023-07-02 10:39:30 +00:00
df86523df2 Merge pull request 'make stuff more portable and improve the cli' (#4) from portability into main
0c5fce59ca add an error if you try to add a url that exists.
a08502cc73 add a filter argument to the print command
f37034b8d8 add json string support to the cli's print command
e93b201d77 move command group printing logic into function
Compare 8 commits »
mossfet pushed to main at Solarpunk/meowy-webring 2023-07-01 18:35:54 +00:00
16c5c771bb Merge pull request 'json file support and a cli' (#3) from json into main
3fa6a24a5d Merge pull request 'fix json bugs and add a cli' (#2) from cli into json
9411e4a097 add a remove command and error handling to the cli
c729d2115b add a add command to the cli
c481999c55 add a work in progress cli and fix bugs
Compare 7 commits »
mossfet merged pull request Solarpunk/meowy-webring#3 2023-07-01 18:35:53 +00:00
json file support and a cli