Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Nov 14, 2024
1 parent 58159a7 commit 6e3e920
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand All @@ -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!)
Expand All @@ -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.
Expand Down

0 comments on commit 6e3e920

Please sign in to comment.