Releases: markfinal/cruiz
Releases · markfinal/cruiz
Release v1.4.1
What's Changed
- Fixes #189 Manage hook enable toggling properly in a local cache by @markfinal in #190
Full Changelog: v1.4.0...v1.4.1
Release v1.4.0
What's Changed
- Whitespace only change to satisfy black by @markfinal in #51
- Upgrade to PySide 6.5, drop PySide2, support Python 3.11 by @markfinal in #54
- Fixes #48. Update to 2023 by @markfinal in #55
- Fixes #44. Using flake-simplify and fixing warnings raised by @markfinal in #56
- Fixes #47. Allow UI to start up without Git installed by @markfinal in #57
- Fixes #49. Remote browser. Avoid Conan types in return data for packa… by @markfinal in #58
- Fixes #46. Submenu parentage should be to the parent menu by @markfinal in #59
- Fixes #45. Prefer the use of pathlib for paths by @markfinal in #60
- CI: Publishing separately from various Python test builds by @markfinal in #61
- README: Clarify minimum macOS version by @markfinal in #65
- Fixes #67. Local cache. Enabling/disabling remotes work again by @markfinal in #68
- Fixes #66. Local cache. Moving now updates the meta invocation by @markfinal in #69
- Fixes #70. Local cache. Adding button to create the default profile by @markfinal in #71
- Fixes #70. Local cache: Refresh the profile list once the default pro… by @markfinal in #72
- Fixes #52. Removed more PySide predication by @markfinal in #73
- Add support for Conan 2 by @markfinal in #74
- Fixes #76. Python 3.7 is end-of-life by @markfinal in #77
- Fixes #81. Custom submenus no longer overwriting parent menu by @markfinal in #82
- Fixes #62. Simple way to specify dependency options by @foundry-markf in #85
- Can specify package version if not available by other means by @markfinal in #87
- Fixes #84. During recipe load, display the failure when an invalid pa… by @markfinal in #88
- Fixes #80. Conan2. Implement getting the Conan environment variables by @markfinal in #89
- Fixes #78. Conan 2. Replaced conan_run implementation with a streamin… by @markfinal in #90
- Linting cleanup by @markfinal in #99
- Fixes #98. Linting. Fixing regression in logic for evaluating possibl… by @markfinal in #100
- PySide6 enums can no longer be compared against ints by @markfinal in #101
- With PySide 6.5, OS theme changes can now be detected by @markfinal in #94
- Fixes #102. Adding package exploration to the new workers subdirector… by @markfinal in #103
- Fixes #96. Remote browser. Update to highlightjs 1.8.0 by @markfinal in #104
- Fixes #95. Conan 2.0.7 changed the signature of the internal method c… by @markfinal in #105
- Implement Conan 2 profile meta command by @markfinal in #107
- Fixes #109. Local cache. Don't assume widget visibility is a good way… by @markfinal in #111
- Fixes #110. Command history logging no longer duplicates the most rec… by @markfinal in #112
- Fixes #113. Readme. Indicate a limitation on pip installing from non-… by @markfinal in #114
- Fixes #86. Remove obsolete code for ConanContexts that used to record… by @markfinal in #115
- Fixes #116. Manage Local caches. Don't allow duplicate new caches to … by @markfinal in #117
- Fixes #118. VSCode linting and formatting details updated and setting… by @markfinal in #119
- Fixes #120. Configuring package references can contain underscores by @markfinal in #121
- Fixes #79. Subprocess calls are abstracted by @markfinal in #131
- Fixes #132 Moved package source tree to a 'src' top-level folder by @markfinal in #134
- Support for PySide 6.6 and Python 3.12 by @markfinal in #135
- Fixes #79. Removed obsolete decode calls after subprocess abstractions by @markfinal in #137
- Fixes #79. iter() sentinals needed to change to non-bytes since the d… by @markfinal in #138
- Fixes #136 Update Conan API usage that were breaking changes in 2.0.14 by @markfinal in #140
- Additional Conan 2 incompatibility changes needed by @markfinal in #141
- Fixes #139 use QtPy in the 2.4.x family, 2.4.1 being the current latest by @markfinal in #142
- Fixes #143 Main window status bar simplified by @markfinal in #144
- Fixes #149 Black update formatting changes by @markfinal in #150
- Run CI on more OS' by @markfinal in #152
- Fixes #147 Remote browser disallows disabled remotes by @markfinal in #153
- pyside6 stubs improvement by @markfinal in #155
- Fixes #146 Determine Conan location via import mechanisms rather than… by @markfinal in #156
- Fixes #129 Do not let an inaccessible Git repo from blocking opening … by @foundry-markf in #157
- Fixes #128 Load toolbar icons even in failing to load recipe scenarios by @markfinal in #159
- Fixes #163. Handle other Git errors by @markfinal in #166
- Ambiguous option values by @markfinal in #171
- Fixes #168. Fixes #169. Cope with ConanHooks URL encoded with Pathlib class type information by @markfinal in #172
- Fixes #175 Update to Qt 6.8 LTS by @markfinal in #176
- Issue #173. Issue #174. Documentation for ARM platforms by @markfinal in #177
- Fixes #162 Ensure newer Conan 2 versions are supported by @markfinal in #178
- Fixes #180 Update copyright to 2024 by @markfinal in #181
Full Changelog: v1.3.2...v1.4.0
Release v1.4.0 beta 1
What's Changed
- Fixes #109. Local cache. Don't assume widget visibility is a good way… by @markfinal in #111
- Fixes #110. Command history logging no longer duplicates the most rec… by @markfinal in #112
- Fixes #113. Readme. Indicate a limitation on pip installing from non-… by @markfinal in #114
- Fixes #86. Remove obsolete code for ConanContexts that used to record… by @markfinal in #115
- Fixes #116. Manage Local caches. Don't allow duplicate new caches to … by @markfinal in #117
- Fixes #118. VSCode linting and formatting details updated and setting… by @markfinal in #119
- Fixes #120. Configuring package references can contain underscores by @markfinal in #121
- Fixes #79. Subprocess calls are abstracted by @markfinal in #131
- Fixes #132 Moved package source tree to a 'src' top-level folder by @markfinal in #134
- Support for PySide 6.6 and Python 3.12 by @markfinal in #135
- Fixes #79. Removed obsolete decode calls after subprocess abstractions by @markfinal in #137
- Fixes #79. iter() sentinals needed to change to non-bytes since the d… by @markfinal in #138
- Fixes #136 Update Conan API usage that were breaking changes in 2.0.14 by @markfinal in #140
- Additional Conan 2 incompatibility changes needed by @markfinal in #141
- Fixes #139 use QtPy in the 2.4.x family, 2.4.1 being the current latest by @markfinal in #142
- Fixes #143 Main window status bar simplified by @markfinal in #144
- Fixes #149 Black update formatting changes by @markfinal in #150
- Run CI on more OS' by @markfinal in #152
- Fixes #147 Remote browser disallows disabled remotes by @markfinal in #153
- pyside6 stubs improvement by @markfinal in #155
- Fixes #146 Determine Conan location via import mechanisms rather than… by @markfinal in #156
- Fixes #129 Do not let an inaccessible Git repo from blocking opening … by @foundry-markf in #157
- Fixes #128 Load toolbar icons even in failing to load recipe scenarios by @markfinal in #159
- Fixes #163. Handle other Git errors by @markfinal in #166
- Ambiguous option values by @markfinal in #171
- Fixes #168. Fixes #169. Cope with ConanHooks URL encoded with Pathlib class type information by @markfinal in #172
- Fixes #175 Update to Qt 6.8 LTS by @markfinal in #176
- Issue #173. Issue #174. Documentation for ARM platforms by @markfinal in #177
- Fixes #162 Ensure newer Conan 2 versions are supported by @markfinal in #178
Full Changelog: v1.4.0a4...v1.4.0b1
Release v1.4.0 alpha 4
What's Changed
- Linting cleanup by @markfinal in #99
- Fixes #98. Linting. Fixing regression in logic for evaluating possibl… by @markfinal in #100
- PySide6 enums can no longer be compared against ints by @markfinal in #101
- With PySide 6.5, OS theme changes can now be detected by @markfinal in #94
- Fixes #102. Adding package exploration to the new workers subdirector… by @markfinal in #103
- Fixes #96. Remote browser. Update to highlightjs 1.8.0 by @markfinal in #104
- Fixes #95. Conan 2.0.7 changed the signature of the internal method c… by @markfinal in #105
- Implement Conan 2 profile meta command by @markfinal in #107
Full Changelog: v1.4.0a3...v1.4.0a4
Release v1.4.0 alpha 3
What's Changed
- Fixes #76. Python 3.7 is end-of-life by @markfinal in #77
- Fixes #81. Custom submenus no longer overwriting parent menu by @markfinal in #82
- Fixes #62. Simple way to specify dependency options by @foundry-markf in #85
- Can specify package version if not available by other means by @markfinal in #87
- Fixes #84. During recipe load, display the failure when an invalid pa… by @markfinal in #88
- Fixes #80. Conan2. Implement getting the Conan environment variables by @markfinal in #89
- Fixes #78. Conan 2. Replaced conan_run implementation with a streamin… by @markfinal in #90
Full Changelog: v1.4.0a2...v1.4.0a3
Release v1.4.0 alpha 2 - initial Conan 2 support
What's Changed
- README: Clarify minimum macOS version by @markfinal in #65
- Fixes #67. Local cache. Enabling/disabling remotes work again by @markfinal in #68
- Fixes #66. Local cache. Moving now updates the meta invocation by @markfinal in #69
- Fixes #70. Local cache. Adding button to create the default profile by @markfinal in #71
- Fixes #70. Local cache: Refresh the profile list once the default pro… by @markfinal in #72
- Fixes #52. Removed more PySide predication by @markfinal in #73
- Add support for Conan 2 by @markfinal in #74
Full Changelog: v1.4.0a1...v1.4.0a2
Release v1.4.0 alpha 1
What's Changed
- Whitespace only change to satisfy black by @markfinal in #51
- Upgrade to PySide 6.5, drop PySide2, support Python 3.11 by @markfinal in #54
- Fixes #48. Update to 2023 by @markfinal in #55
- Fixes #44. Using flake-simplify and fixing warnings raised by @markfinal in #56
- Fixes #47. Allow UI to start up without Git installed by @markfinal in #57
- Fixes #49. Remote browser. Avoid Conan types in return data for packa… by @markfinal in #58
- Fixes #46. Submenu parentage should be to the parent menu by @markfinal in #59
- Fixes #45. Prefer the use of pathlib for paths by @markfinal in #60
- CI: Publishing separately from various Python test builds by @markfinal in #61
Full Changelog: v1.3.2...v1.4.0a1
Release v1.3.2
What's Changed
- Fixes #13. Actions. Prefer twine skipping uploads to existing version… by @markfinal in #14
- Fixes #11. CI: Update setup-python to v4 by @markfinal in #15
- Fixes #12 Parse recipe default_options written as a tuple or list by @markfinal in #16
- Fixes #12. Don't try to match options with an ANY possible value by @markfinal in #18
- Fixes #17. Options with ANY values can also be encoded as a list by @markfinal in #20
- Fixes #19. Options values with None default not displaying initially by @markfinal in #21
- More option handling by @markfinal in #24
- Fixes #25. Reverting Python 3.11 claimed support, that was too soon by @markfinal in #26
- Fixes #29. Actions. Cancel running jobs when a new push is made to th… by @markfinal in #30
- Fixes #27. Dependencies list can no longer be edited by @markfinal in #28
- Fixes #31. Code cleanup: Simplified ways to log from commands executed by @markfinal in #32
- Fixes #33. Command history widget. Don't show disabled context menu by @markfinal in #34
- Fixes #35. CMake commands didn't know the CMakeCache.txt location for… by @markfinal in #36
- Fixes #40. Actions. Pull requests now also cause workflows to run by @markfinal in #41
- Fixes for extra profile directories by @foundry-markf in #39
New Contributors
- @foundry-markf made their first contribution in #39
Full Changelog: v1.3.1...v1.3.2
Release v1.3.2 beta 1
What's Changed
- Fixes #13. Actions. Prefer twine skipping uploads to existing version… by @markfinal in #14
- Fixes #11. CI: Update setup-python to v4 by @markfinal in #15
- Fixes #12 Parse recipe default_options written as a tuple or list by @markfinal in #16
- Fixes #12. Don't try to match options with an ANY possible value by @markfinal in #18
- Fixes #17. Options with ANY values can also be encoded as a list by @markfinal in #20
- Fixes #19. Options values with None default not displaying initially by @markfinal in #21
- More option handling by @markfinal in #24
- Fixes #25. Reverting Python 3.11 claimed support, that was too soon by @markfinal in #26
- Fixes #29. Actions. Cancel running jobs when a new push is made to th… by @markfinal in #30
- Fixes #27. Dependencies list can no longer be edited by @markfinal in #28
- Fixes #31. Code cleanup: Simplified ways to log from commands executed by @markfinal in #32
- Fixes #33. Command history widget. Don't show disabled context menu by @markfinal in #34
- Fixes #35. CMake commands didn't know the CMakeCache.txt location for… by @markfinal in #36
- Fixes #40. Actions. Pull requests now also cause workflows to run by @markfinal in #41
- Fixes for extra profile directories by @foundry-markf in #39
New Contributors
- @foundry-markf made their first contribution in #39
Full Changelog: v1.3.1...v1.3.2b1
Release v1.3.1
What's Changed
- Fixes #8 Skip over invalid processes while looking for an ssh-agent by @markfinal in #9
Full Changelog: v1.3.0...v1.3.1