Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kilo52 committed Dec 18, 2022
1 parent b1b0054 commit cfba6a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.1.1
* Fixed usage of sub() awk function in replace_var() causing unreplaced substitution variables when using the same key multiple times on the same line of a source template. Changed to use gsub() awk function instead to always match all keys globally.
* Improved project source templates.
* See [full changelog](https://github.com/raven-computing/project-init/compare/v1.1.0...v1.1.1)

#### 1.1.0
* Added desktop success notifications with programming language icons when a new project is initialized.
* Added *sys.notification.success.show* system property.
Expand Down

0 comments on commit cfba6a6

Please sign in to comment.