From cbc3e49923cbca61243bfc1face6f6a48bb62632 Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Wed, 19 Mar 2025 23:05:28 -0400 Subject: [PATCH 1/2] v0.36.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d03edad..6722b4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1356,7 +1356,7 @@ dependencies = [ [[package]] name = "redlib" -version = "0.35.1" +version = "0.36.0" dependencies = [ "arc-swap", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index c7b6d4a..bb76d0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "redlib" description = " Alternative private front-end to Reddit" license = "AGPL-3.0-only" repository = "https://github.com/redlib-org/redlib" -version = "0.35.1" +version = "0.36.0" authors = [ "Matthew Esposito ", "spikecodes <19519553+spikecodes@users.noreply.github.com>", From dbdc4fc2a3c8e0d288ee5b16f21a457a5eaa54bd Mon Sep 17 00:00:00 2001 From: ryanshanz <92600751+ryanshanz@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:33:39 -0400 Subject: [PATCH 2/2] fix: Copy and Import button layouts (#402) --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 545567e..608ae17 100644 --- a/static/style.css +++ b/static/style.css @@ -561,6 +561,10 @@ aside { cursor: pointer; } +.copy, +.import { + margin: 5px; +} .subscribe, .filter, .copy,