Skip to content
Snippets Groups Projects
Commit 69a4fb72 authored by michael.minelli's avatar michael.minelli
Browse files

CHANGELOG => Update v4

parent eab6e562
No related branches found
No related tags found
No related merge requests found
...@@ -15,22 +15,31 @@ ...@@ -15,22 +15,31 @@
--> -->
## 3.6.0 (Upcoming) ## 4.0.0 (Upcoming)
### ✨ Feature ### ✨ Feature
- Add features related to corrige (commentary, commit specific link / update, delete link) - Add features related to corrige (commentary, commit specific link / update, delete link)
- **CLI**: Add some commands to generate files that will be used for terminal completion (bash, fish and zsh) - **CLI**: Add some commands to generate files that will be used for terminal completion (bash, fish and zsh)
- **CLI**: Add "dojo upgrade" command to open the browser on the latest release page - **CLI**: Add `dojo upgrade` command that automatic upgrade the CLI to the latest version (or the latest dev version)
### 🎨 Interface ### 🎨 Interface
- **CLI**: Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden) - **CLI**: Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden)
### 🤏 Minor change
- **CLI**: Do not add spaces in directory name of repository's clone
### 🔨 Internal / Developers ### 🔨 Internal / Developers
- Move all gitlab API calls to GitBreaker library - Move all gitlab API calls to GitBreaker library
- SonarQube integration - SonarQube integration
- Dependencies update - **CLI and Checkers**: Migrate to native ESM (ECMAScript Modules)
- Dependencies update (huge update for CLI and Checkers because of some dependencies that was locked on older versions
because newer ones require native ESM)
- **API**: Multi-process start is disabled when it is not executed in a production environment - **API**: Multi-process start is disabled when it is not executed in a production environment
### 🐛 Bugfix
- **API**: Fix no response when Authorization header is missing
- **API**: Fix get assignment by url with assignment containing spaces
### 📚 Documentation ### 📚 Documentation
- Migration from Wiki to static web site - Migration from Wiki to static web site
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment