Skip to content

Commit

Permalink
#1068: fixed devon.bat -v (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Mar 13, 2023
1 parent 7d35594 commit d130f03
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

This file documents all notable changes to https://github.com/devonfw/ide[devonfw-ide].

== 2023.03.001
== 2023.03.002

Release with new features and bugfixes:

* TODO

The full list of changes for this release can be found in https://github.com/devonfw/ide/milestone/41?closed=1[milestone 2023.03.002].

== 2023.03.001

Release with new features and bugfixes:

* https://github.com/devonfw/ide/issues/1068[#1068]: setup or devon ide create hangs
* https://github.com/devonfw/ide/issues/999[#999]: Ability to require minimum devonfw-ide version

The full list of changes for this release can be found in https://github.com/devonfw/ide/milestone/40?closed=1[milestone 2023.03.001].

== 2023.02.001
Expand Down
10 changes: 5 additions & 5 deletions scripts/src/main/resources/scripts/devon.bat
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ cd ..
goto :iterate_backwards
goto :eof

rem subroutine to print version
:print_version
echo $[devon_ide_version]

rem subroutine to set user path - fix for https://github.com/devonfw/ide/issues/1066
:set_userpath
if "%USER_PATH:~-1,1%" == ";" (
Expand All @@ -156,4 +152,8 @@ if "%PATH:~-1,1%" == ";" (
echo %_fBGreen%The devon CLI script has been installed to your windows system.%_RESET%
echo %_fBGreen%Now in any new command shell, you can call devon to setup your IDE enviromennt variables.%_RESET%
echo %_fBGreen%You can also provide arguments to devon for advanced usage, e.g. try calling 'devon help'%_RESET%
goto :eof
goto :eof

rem subroutine to print version
:print_version
echo $[devon_ide_version]

0 comments on commit d130f03

Please sign in to comment.