Merge release Beta 1 into stable #21

Merged
Felisp merged 35 commits from dev into stable 2024-08-13 17:48:09 +02:00
Showing only changes of commit 02ceccb973 - Show all commits

View file

@ -37,8 +37,12 @@
:default-chod 94 :default-chod 94
:target "https://api.4chan.org" :target "https://api.4chan.org"
:lazy-load true} :lazy-load true}
:boards-enabled {"/mlp/" {} :boards-enabled {"/mlp/" {:lazy-load false}
"/g/" {}}}) "/g/" {:starting-page 7}
"/po/" {:starting-page 8
:refresh-rate 86400}
"/p/" {:starting-page 8
:refresh-rate 1800}}})
(def cli-options (def cli-options
"Configuration defining program arguments for cli.tools" "Configuration defining program arguments for cli.tools"