Marcelo Fornet 5 years ago
parent
commit
aa7cb0899a
2 changed files with 9 additions and 1 deletions
  1. 8 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 8 - 0
CHANGELOG.md

@@ -2,6 +2,14 @@
 
 Notable updates of **acmX**
 
+## 0.2.6
+
+* Add official logo (thanks @Salil03)
+* Allow default launch.json and tasks.json
+* Allow select testcase to debug (only compatible with launch.json for CodeLLDB)
+* New contest will be named with letters from A to Z
+* Command to copy code to clipboard (integration with caide)
+
 ## 0.2.5
 
 * Build executable in windows properly.

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
     "description": "Competitive Programming made simple",
     "icon": "images/logo.png",
     "publisher": "marx24",
-    "version": "0.2.5",
+    "version": "0.2.6",
     "license": "MIT",
     "engines": {
         "vscode": "^1.30.0"