Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-archer committed Mar 2, 2024
1 parent 5018620 commit 41863fc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Paradox Highlight Changelog

## Version 1.2.1, 2024-03-02

## Enhancements

- Make scopes prior than parameters

### Bug Fixes

- Fix `save_temporary_value_as`
- Fix highlight inside string
- Fix folding

## Version 1.2.0, 2024-02-23

### New Features
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
- Reduce file size
- Support Paradox flavored yaml files
- Make some workable but illegal code legal
- Add more pre-defined constant support
- Improve namespace support
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paradox-highlight",
"displayName": "Paradox Highlight",
"description": "Syntax highlight for Paradox Script Languages",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "dragon-archer",
"icon": "icons/paradox.png",
"readme": "README.md",
Expand Down

0 comments on commit 41863fc

Please sign in to comment.