Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
micoloth committed Mar 3, 2024
1 parent 43b2e9b commit 4480a4f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 6 additions & 6 deletions commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"color": "#ffffff",
"theme": "light"
},
"version": "0.1.7",
"version": "0.2.0",
"engines": {
"vscode": "^1.85.0"
},
Expand Down

0 comments on commit 4480a4f

Please sign in to comment.