diff --git a/CHANGELOG.md b/CHANGELOG.md index de91d06..4a7ddeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ +## 0.2.0 - 2024-03-01 +* Disable Codelenses setting +* Sligthly lighter colors +* Bugfixes + ## 0.0.5 - 2024-02-25 * Marketplace integration diff --git a/commands.txt b/commands.txt index d6d2973..5fa813c 100644 --- a/commands.txt +++ b/commands.txt @@ -79,10 +79,10 @@ chmod +x ./scriptt.sh #######################TODO: - - Check why SyntaxErrors Range dont ALWAYS rebuild (ongoing) + - DONE Check why SyntaxErrors Range dont ALWAYS rebuild (ongoing) - DONE Fix bug: when you close terminal on execution_explicit (or implicit), it gets stuck - - Fix bug: "with f: open" syntax propagates weirdly (it should NOT count the f as Output ...) - - Feature: Setting to remove Codelenses - - Feature: Less bright colors - - Feature: Color less often while writing (this is complicated...) - - Small typo in Readme \ No newline at end of file + - DONE Fix "bug": "with f: open" syntax propagates weirdly (it should NOT count the f as Output ...) + - DONE Feature: Color less often while writing (this is complicated...) + - DONE Small typo in Readme + - DONE Feature: Less bright colors + - DONE Feature: Setting to remove Codelenses \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f299072..5894045 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reactive-jupyter", - "version": "0.1.7", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reactive-jupyter", - "version": "0.1.7", + "version": "0.2.0", "license": "MIT", "dependencies": { "@c4312/evt": "^0.1.1", diff --git a/package.json b/package.json index b914d9a..5f43605 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "color": "#ffffff", "theme": "light" }, - "version": "0.1.7", + "version": "0.2.0", "engines": { "vscode": "^1.85.0" },