From 6e3e92086b3b59739c969a032354e3de7e55ab75 Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Thu, 14 Nov 2024 13:28:58 +0200 Subject: [PATCH] update --- release-notes.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/release-notes.md b/release-notes.md index f3e7a5c..44f32e8 100644 --- a/release-notes.md +++ b/release-notes.md @@ -5,6 +5,9 @@ Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus. ## Version 2024.11.2 +This release adds the ability to disable dark mode on Tailwind, upgrades front end libraries, +bumps the API client version, and has a handful of other small changes and fixes. + ## Added - **Added a new build option to disable dark mode for Tailwind builds.** (Thanks Arno for suggesting!) @@ -16,15 +19,14 @@ Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus. - **Updated the API client to use the latest version 7.9.0, and updated the standalone front end to work with the latest changes.** - Moved active tab highlighting to the base view in the example object demo. -- Made a few very edits to comments and whitespace in a few places. - +- Made a few very minor edits to comments and whitespace in a few places. ## Fixed -- The `docker_startup.sh` file is no longer included if you are not using a docker-based deploy platform. - Fixed a bug where your migrations and tests would fail if your project name was > 50 characters (thanks Bernard for reporting!). - Fixed a bug in the group chat demo where submitting an empty room name would take you to a 404 page. +- The `docker_startup.sh` file is no longer included if you are not using a docker-based deploy platform. - Updated the `config/README` file which had outdated information that predated the migration to Kamal 2. (Thanks Arno for reporting!) - Improved comments in the kamal `secrets` file and `.env` files. (Thanks Arno for suggesting!) @@ -38,7 +40,6 @@ Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus. *Nov 14 2024* - ## Version 2024.11.1 This is a minor hotfix release.