You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
#### 1.7.1
2
+
* Fixed a wrong working directory with the USER_CWD variable when in test mode. [[Issue#57]](https://github.com/raven-computing/project-init/issues/57)
3
+
* Fixed failing tests for Java Spring Boot applications when using a database.
4
+
* See [full changelog](https://github.com/raven-computing/project-init/compare/v1.7.0...v1.7.1)
5
+
1
6
#### 1.7.0
2
7
* Added the USER_INPUT_DEFAULT_TEXT variable to set a default text value when using the read_user_input_text() API function. [[Issue#53]](https://github.com/raven-computing/project-init/issues/53)
3
8
* Added the USER_INPUT_DEFAULT_INDEX variable to specify a default item index when using the read_user_input_selection() API function. [[Issue#51]](https://github.com/raven-computing/project-init/issues/51)
0 commit comments