This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Releases: Projektanker/code-butler
Releases · Projektanker/code-butler
Version 2.3.1
Version 2.3.0
- Mark as deprecated
Version 2.2.1
- Fixes README typo 😅
Version 2.2.0
2.2.0 (April 26, 2023)
- Adds support for
required
keyword (#17)
Version 2.1.0
2.1.0 (September 28, 2022)
- Adds support for
global using
(14)
Version 2.0.0
- Adds support for C# 10 record struct (#13)
⚠️ Breaking change: Required runtime changed from .NET 5 to .NET 6 (LTS)
Version 1.4.0
- New features by pmahend1
- Added same keybinding as Code Maid
- Ctrl+M Ctrl+Space 🪟 Windows and 📺 Linux
- Cmd+M Cmd+Space 🍎 Mac
- Added editor context menu for right click ➔ choose Clean up command
- Added same keybinding as Code Maid
- Available on open-vsx.org
Version 1.3.0
Improvements by loreggia
- Added the ability to run code cleanup on save
- Added a configuration switch for the automatic cleanup (disabled by default)
Version 1.2.1
Fixes README typo 😅
Version 1.2.0
- Bug fixes:
- Removes buggy member padding fix feature. It is replaced by a simpler approach due to lack of time:
- Removes trailing whitespace.
- Removes consecutive blank lines. between the members. Adds a blank line between members if there is none.
- Removes buggy member padding fix feature. It is replaced by a simpler approach due to lack of time: