Skip to content

Releases: drizzy/code-make

v2.2.1

08 Nov 05:46
Compare
Choose a tag to compare

08 November 2024

Note

This release corrects an unintentional versioning error from v2.2.0 to maintain continuity. This release does not introduce any new features or functionality changes.

v2.1.0

05 Nov 03:50
Compare
Choose a tag to compare

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 Dec 15:27
Compare
Choose a tag to compare

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.

v1.2.0

02 Dec 21:53
Compare
Choose a tag to compare

02 December 2023

Features

  • Improved performance by avoiding frequent status bar

  • Commands and key assignments removed

  • Flags for compiling programs with SDL2 added to Makefile

v1.1.0

22 Nov 20:21
Compare
Choose a tag to compare

22 November 2023

Features

  • Makefile change to support libraries like gkmm.h

v1.0.2

02 Feb 02:10
Compare
Choose a tag to compare

01 February 2023

  • Add flags in makefile

v1.0.1

09 Oct 04:06
Compare
Choose a tag to compare

08 October 2022

  • Problems creating projects on windows fixed

  • Brief documentation to be able to install make

  • Brief documentation to be able to install the C++ compiler

  • Modification of the Makefile for better compilation

v1.0.0

04 Oct 22:43
Compare
Choose a tag to compare
initial commit