From df34abb99538ff7030e157038539bba008079d8a Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 15 Oct 2024 18:40:12 -0700 Subject: [PATCH] Added themes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53df5b2..2e27aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - New: The app log box is resizable again [issue-158](https://github.com/caprover/caprover-frontend/pull/158) - New: Added automatic IP fallback on installation [ca196e5](https://github.com/caprover/caprover/commit/ca196e51be2df80836ff027a99bb92dde83c4f7f) - New: Added translations in multiple languages [issue-159](https://github.com/caprover/caprover-frontend/pull/159) +- New: Added themes! Now you can pick your favorite theme or build a new one! - Fixed: Disallow passphrase protected SSH keys [issue-2153](https://github.com/caprover/caprover/issues/2153) - Fixed: Deploy time now uses the proper locale [issue-157](https://github.com/caprover/caprover-frontend/issues/157) - Fixed: The app log box is resizable again [issue-2112](https://github.com/caprover/caprover/issues/2112)