|
@@ -1,7 +1,26 @@
|
|
|
# Change Log
|
|
|
-All notable changes to the "acmX" extension will be documented in this file.
|
|
|
|
|
|
-Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
|
|
+All notable updates and fixes to the "acmX" extension will be documented in this file.
|
|
|
|
|
|
-## [Unreleased]
|
|
|
-- Initial release
|
|
|
+## 0.1.4
|
|
|
+
|
|
|
+* Fix problem in Codeforces parser
|
|
|
+
|
|
|
+## 0.1.3
|
|
|
+
|
|
|
+* Create settings that allow easy customization of tempate path, compilation line and max running time.
|
|
|
+* How to use in README.md (enumerate all commands)
|
|
|
+
|
|
|
+## 0.1.2
|
|
|
+
|
|
|
+* Codeforces: Contest and Problem parsing.
|
|
|
+* Command to compile code.
|
|
|
+* Better placeholder text to provide contest-id problem-id.
|
|
|
+
|
|
|
+## 0.1.1
|
|
|
+
|
|
|
+* Running solution against testcases automatically.
|
|
|
+* Stress solution using brute solution and generator.
|
|
|
+* Measure program time.
|
|
|
+* Add manual testcases.
|
|
|
+* Proccess test cases in sortede order (specially starting from open testcase).
|