Releases: espressif/idf-im-ui
Releases · espressif/idf-im-ui
v0.2.7
What's Changed
- EIM-230 added the dl page source code by @Hahihula in #144
- [EIM-126] [Test] Improve instalaltion verification test. by @Fabricio-ESP in #129
- documentation docker usage updated by @Hahihula in #145
- EIM-243 removed double quotation marks by @Hahihula in #148
- EIM-251 initializing eim_idf.json config file on start of the application by @Hahihula in #150
- EIM-240 when list command does not find any version, it ends with 0 exit code by @Hahihula in #146
- EIM-254 enabled usage of existing IDF directory trough folder selector by @Hahihula in #151
- Eim 239 fix path handling by @Hahihula in #147
- Eim 238 add tools directory to path before tools check by @Hahihula in #153
- EIM-260 removed ninja and cmake from prerequisities by @Hahihula in #157
- EIM-242 show installation dir in the log by @Hahihula in #156
- [Test] Fix error detection during post-install tests by @Fabricio-ESP in #154
- Added QEMU dependencies to the list of mandatory dependencies by @Hahihula in #159
- EIM-226 introduce versioning to eim_idf.json file by @Hahihula in #152
- Fixed esl-rom installation by @Hahihula in #160
- Eim 237 add name param by @Hahihula in #158
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- EIM-225 fixed gui activation script naming by @Hahihula in #135
- added python bin path to the PATH by @Hahihula in #136
- Eim 222 prerequisities on fedora by @Hahihula in #134
- EIM-227 stoped using python for platform identification by @Hahihula in #137
- EIM-229 fixed the list of distribution specific linux prerequisities in GUI by @Hahihula in #141
- fix for venv path troubles on fedora by @Hahihula in #139
- EIM-228 only notarize release builds by @Hahihula in #138
- EIM-231 enable import with missing eim json by @Hahihula in #142
- EIM-184 fix ninja permissions by @Hahihula in #140
Full Changelog: v0.2.5...v0.2.6
v0.2.5
v0.2.4
What's Changed
- EIM-210 install recommended tools by default by @Hahihula in #119
- reading idf version for constraint file identification from the IDF repository by @Hahihula in #118
- EIM-207 the install command on windows OS now by default installs the prerequisities by @Hahihula in #120
- EIM-203 recheck python button added for cases the python sanity check fails by @Hahihula in #121
- EIM-169 added information for the user that this GUI will not run on Windows with single cpu core by @Hahihula in #122
- EIM-212 fix-python-version-path by @Hahihula in #123
- EIM-208 quoted the strings when creating venv, so they can now contain whitespace characters by @Hahihula in #125
- added the venv to the python path in eim_idf.json by @Hahihula in #124
- EIM-193 tools download refactoring by @Hahihula in #126
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- EIM-204 fixed panic on wizard when tools download fails by @Hahihula in #112
- EIM-205 Sorting of the exported PATHs by @Hahihula in #113
- EIM-182 submodules are now installed as default by @Hahihula in #114
- EIM-206 Ensuring unziping path exists before extraction of zipfile by @Hahihula in #116
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Fixed failing library tests and Simple setup spinner by @Hahihula in #88
- EIM-160 return the system path to activation script by @Hahihula in #89
- clippi cleanup by @Hahihula in #90
- EIM-185 dependency detection on fedora fixed by @Hahihula in #91
- Switched to new icon by @Hahihula in #93
- EIM-187 fix git detection on linux by @Hahihula in #92
- Fixed icon color profile by @Hahihula in #94
- Idf download upgrade by @Hahihula in #95
- Update submodules visibility by @Hahihula in #96
- Eim 84 tools deduplication by @Hahihula in #99
- [EIM- 186] enable extended mirror testing by @Fabricio-ESP in #97
- GUI rs refator by @Hahihula in #98
- added installers to the build ci by @Hahihula in #100
- EIM-194 add eim path to eim_ide.json by @Hahihula in #101
- [Test] Refactor test workflow by @Fabricio-ESP in #103
- EIM-199 fix error on installation progress screen for multiple versio… by @Hahihula in #105
- EIM-201 fix duplication record in eim_idf.json on version reinstall by @Hahihula in #108
- EIM-196 Added path verification befor windows simple installation is … by @Hahihula in #106
- removed obsolete call for idf_tool.py install by @Hahihula in #107
- reimplement idf_tools.py install-python-env by @Hahihula in #109
- EIM-117 added copying of openocd rules on linux by @Hahihula in #110
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- normalized line endings by @Hahihula in #69
- EIM-164 added path validation before simple setup start by @Hahihula in #72
- EIM-173 fix hanging installation end on posix system by @Hahihula in #76
- EIM-168 fixed missing button for checking prerequisities by @Hahihula in #80
- EIM-166 hide fake progress bar on POSIX systems by @Hahihula in #78
- EIM-163 error fix by @Hahihula in #73
- EIM-165 Added copyright information to the app bundle by @Hahihula in #74
- Fixed the issue with wrong paths in the activation script by @Hahihula in #77
- Running in Windows Sandbox by @Hahihula in #75
- [EIM-162] Integrate CLI and GUI test infrastructure by @Fabricio-ESP in #70
- Eim 170 tools count fix by @Hahihula in #79
- Eim 172 broaden linux support by @Hahihula in #83
- supprot older ubuntu by @Hahihula in #84
- Spinner is never shown allongside bnuttons in simple installation by @Hahihula in #86
- fix the double zipping of artifacts by @Hahihula in #85
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- EIM-144 fixed hover effect of load config button by @Hahihula in #60
- EIM-147 the installation now fails properly if download breaks by @Hahihula in #62
- [EIM-125] [Test] refactor automated tests by @Fabricio-ESP in #55
- Eim 149 unify cli and gui repository by @Hahihula in #66
- improved version management added by @Hahihula in #67
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Installer now logs to file on debug level by @Hahihula in #49
- EIM-129 The footer is now anchored to bottom of the page even in the… by @Hahihula in #50
- default icon changed by @Hahihula in #53
- fix: correct typo errors by @kolipakakondal in #52
- Improved tools checksums (EIM-109) by @Hahihula in #48
- [EIM-121] [test] Adjust the tests to the new UX by @Fabricio-ESP in #47
- update docs after gui revamp by @Hahihula in #54
- added proper error message with back button to the failed expert install by @Hahihula in #56
New Contributors
- @kolipakakondal made their first contribution in #52
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- bumped lib version by @Hahihula in #34
- Fixed release windows extension by @Hahihula in #35
- Eim 116 signing macos app by @Hahihula in #37
- UX-revamp by @Hahihula in #33
- EIM-95 added link to product selector to target select of erpert inst… by @Hahihula in #39
- Eim 113 logs button by @Hahihula in #41
- EIM-119 fixed button on load config screen alignment by @Hahihula in #42
- EIM-100 save config now have defined name by @Hahihula in #43
- EIM-111 path validation added by @Hahihula in #40
- EIM-94 added possibility to return to the main page of the installer by @Hahihula in #44
Full Changelog: v0.1.1...v0.1.2