Compare commits

...

2 Commits

Author SHA1 Message Date
30c9e09039
prepare 0.3.1
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Has been cancelled
2024-06-27 10:58:39 +02:00
4273017c62
add a simple favicon 2024-06-27 10:58:06 +02:00
5 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View File

@ -938,7 +938,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "little-hesinde"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"calibre-db",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "little-hesinde"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = { workspace = true }
authors = { workspace = true }

View File

@ -77,7 +77,7 @@ pub mod opds {
pub mod templates;
pub const APP_NAME: &str = "little-hesinde";
pub const VERSION: &str = "0.3.0";
pub const VERSION: &str = "0.3.1";
/// Internal marker data in lieu of a proper `Accept` header.
#[derive(Debug, Clone, Copy)]

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

View File

@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<link rel="icon" href="/static/favicon.ico" />
<link rel="stylesheet" href="/static/pico.min.css" />
<link rel="stylesheet" href="/static/style.css" />
<title>Little Hesinde</title>