Marcelo Fornet 6 år sedan
förälder
incheckning
17e92dd0bb
2 ändrade filer med 9 tillägg och 4 borttagningar
  1. 7 2
      CHANGELOG.md
  2. 2 2
      package.json

+ 7 - 2
CHANGELOG.md

@@ -1,6 +1,11 @@
 # Change Log
 
-All notable updates and fixes to the "acmX" extension will be documented in this file.
+Notable updates of **acmX**
+
+## 0.1.6
+
+* Fix bug in windows detecting problem path
+* Compile checker on user side to support multiple OS
 
 ## 0.1.5
 
@@ -32,4 +37,4 @@ All notable updates and fixes to the "acmX" extension will be documented in this
 * Stress solution using brute solution and generator.
 * Measure program time.
 * Add manual testcases.
-* Proccess test cases in sortede order (specially starting from open testcase).
+* Proccess test cases in sortede order (specially starting from open testcase).

+ 2 - 2
package.json

@@ -4,7 +4,7 @@
     "description": "Competitive Programming made simple",
     "icon": "images/logo.png",
     "publisher": "marx24",
-    "version": "0.1.5",
+    "version": "0.1.6",
     "license": "MIT",
     "engines": {
         "vscode": "^1.30.0"
@@ -158,4 +158,4 @@
         "sync-request": "^6.0.0",
         "unescape": "^1.0.1"
     }
-}
+}