File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # [ v1.2.1] - 2025-08-31
2+
3+ ## 🚀 Release Notes
4+
5+ ### 🐞 Bug Fixes
6+ - 🛠 Fixed issue #8 where after adding GUI, DependencySolver does not work anymore without tkinter installed even without --ui option.
7+
8+ ### 🔄 Commit Changes Since Last Version (v1.2.0):
9+ - bugfix: Missing tkinter import on Linux (#8 ) (#9 ) (Joonas Kuisma)
10+
111# [ v1.2.0] - 2025-06-03
212
313## 🚀 Release Notes
Original file line number Diff line number Diff line change 11## 🚀 Release Notes
22
3- ### 🔥 What's New?
4- - ✨ Feature 1: --randomize option: Enables randomized test order. (#5 )
5- - 🎉 Feature 2: --ui option: Launches a simple GUI (#6 )
3+ ### 🐞 Bug Fixes
4+ - 🛠 Fixed issue #8 where after adding GUI, DependencySolver does not work anymore without tkinter installed even without --ui option.
Original file line number Diff line number Diff line change 1- __version__ = "1.2.0 "
1+ __version__ = "1.2.1 "
You can’t perform that action at this time.
0 commit comments