Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodM4ven authored and github-actions[bot] committed Sep 18, 2023
1 parent 4e01a9a commit 5fe18df
Showing 1 changed file with 40 additions and 12 deletions.
52 changes: 40 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@

All notable changes to `lara-stacker` will be documented in this file.

## v2.1.0 - 2023-09-18

- Made Tailwind colors available in AlpineJS
- Converted darkMode Alpine data into colorsManager
- Exposed defaultColors and customColors in JS

- Conditioned the proxy changes to using Expose only
- Added a localized fader view where it waits for fonts to be ready
- Refactored the home view a bit
- Added a administrator release workflow
- Some minor fixes

## v2.0.0 - 2023-09-11

- Rewritten everything with better and consistant prompts

- Four-space indentations
- Hiding setup option when already done
- Hiding update option when it's finished
Expand All @@ -15,31 +28,46 @@ All notable changes to `lara-stacker` will be documented in this file.
- Ran migrations regularily

- Organized validations in place before each script

- Ensured scripts aren't being ran directly
- Validated against environment variables difference

- Controlled message logging during the scripts

- Added a LOGGING_LEVEL env variable
- Set up 3 different modes for logging
- Hid warnings, to only show in level 2
- Hid regular output, to only show in level 3

- Fixed dangling Apache sites upon deletion
- Replaced curl with wget for the update checking process
- Dropped mkcert installation command to be ran manually
- Fixed Minio's service in setup script
- Fixed NVM commands in setup script
- Fixed Code folder permissions for the opinionated setup
- Fixed the removal of non-existing VSC workspaces
- Fixed Laravel Telescope migrations pubishing
- Installing Expose only when its token is provided in .env
- Considered [auth.json] in git-ignore
- Added a JS closure in x-init
- Fixed dangling Apache sites upon deletion

- Replaced curl with wget for the update checking process

- Dropped mkcert installation command to be ran manually

- Fixed Minio's service in setup script

- Fixed NVM commands in setup script

- Fixed Code folder permissions for the opinionated setup

- Fixed the removal of non-existing VSC workspaces

- Fixed Laravel Telescope migrations pubishing

- Installing Expose only when its token is provided in .env

- Considered [auth.json] in git-ignore

- Added a JS closure in x-init

- Some opinionated changes

- Updated personal settings
- Added a VSC extension: shellscript

- Updated [README.md]
- Updated [README.md]


## v1.3.3 - 2023-08-30

Expand Down

0 comments on commit 5fe18df

Please sign in to comment.