Skip to content

Commit 46a5bb0

Browse files
author
Drizzy
committed
Merge branch 'feature/migration_ts' into master
1 parent b906516 commit 46a5bb0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
### [v2.0.0](https://github.com/drizzy/code-make/releases/tag/v2.0.0)
4+
5+
> 25 December 2023
6+
7+
# Features
8+
9+
- Project migrated to TypeScript.
10+
- A more complete structure for the development of your programs.
11+
- Icons are now located in the bottom right corner.
12+
- The icon for creating a C++ project is now a heart.
13+
- The Play icon compiles and runs the program.
14+
- Faster when creating and compiling your projects.
15+
316
### [v1.2.0](https://github.com/drizzy/code-make/releases/tag/v1.2.0)
417

518
> 02 December 2023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-make",
33
"displayName": "Code Make",
44
"description": "Code Make is designed to make it easy to create and compile C++ projects using the Make tool.",
5-
"version": "1.2.0",
5+
"version": "2.0.0",
66
"publisher": "drizzy",
77
"license": "MIT",
88
"icon": "icons/logo.png",

0 commit comments

Comments
 (0)