Skip to content

Commit

Permalink
more release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Nov 14, 2024
1 parent 28ba545 commit 58159a7
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,26 @@ Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus.

## Version 2024.11.2

## Added

- **Added a new build option to disable dark mode for Tailwind builds.** (Thanks Arno for suggesting!)
- Added basic user-facing error messages to the standalone front end sign up and login workflows.

## Changed

- **Upgraded all JavaScript dependencies.**
- **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.


## Fixed

- Removed `docker_startup.sh` if not using a docker-based deploy platform.
- 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.
- 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 @@ -18,6 +33,10 @@ Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus.

- The `.env` file is no longer included in zip downloads. This file was already removed from Github
builds so this just makes the two consistent. Projects should create `.env` file from the `.env.example` file.
- Removed the `migrate_customers_to_teams` management command. This was added for an upgrade two years ago,
and is assumed to be no longer needed.

*Nov 14 2024*


## Version 2024.11.1
Expand Down

0 comments on commit 58159a7

Please sign in to comment.