Releases: drizzy/code-make
Releases · drizzy/code-make
v3.3.2
v3.3.1
V3.3.0
5 May 2025
Features
- Updated extension icon for a more modern look.
- Added new commands: Create Project, Run Project, and Stop Execution.
- Default keyboard shortcuts added:
Ctrl+Alt+Cto create a project.Ctrl+Alt+Rto run the project.Ctrl+Alt+Sto stop execution.
v3.2.0
v3.1.0
03 March 2025
Features
- Added a new function to stop the program when required.
- Improved Status Bar Updates: The extension now ensures that the status bar shows the correct button based on the program's current state (compile, run, stop) without unnecessary delays.
- Optimized Start/Stop Button Logic: The "Run" button is now only visible when there is a valid project and the program is not currently running, while the "Stop" button appears when the program is actively running.
- Optimized Process Check: The extension now checks the process state every few seconds, ensuring the buttons reflect the actual status without introducing unnecessary performance overhead.
v3.0.0
15 February 2025
Features
- Now supports C, C++, Golang, and Java.
- The Makefile for each programming language is configured to work with all operating systems.
- The project structure adapts dynamically based on the selected language.
- Status bar improvements: Icons have been updated for better visual representation and usability. The build button now uses ⚙️ Compile and the run button has a more intuitive icon. ▶ Run
v2.2.1
v2.1.0
04 November 2024
Features
- Icons now display directly without requiring an active workspace.
- Workspace warning only appears when attempting to create a project.
- Optimized folder and file checks to avoid unnecessary errors when opening Visual Studio Code.
- The project creation icon remains a heart, and the play icon now compiles and runs the project.
- Improved status bar update logic, ensuring icons are always visible.
v2.0.0
25 December 2023
Features
- Project migrated to TypeScript.
- A more complete structure for the development of your programs.
- Icons are now located in the bottom right corner.
- The icon for creating a C++ project is now a heart.
- The Play icon compiles and runs the program.
- Faster when creating and compiling your projects.