Releases: hanjinliu/Chimerax-clix
v0.1.9
v0.1.8
This is a bug-fix release.
What's Changed
- Fix preference file creation by @hanjinliu in #37
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Highlight
This release includes the customization of the color theme. In the preference dialog, you can set any colors you like for the command highlighting.
What's Changed
- Better history management by @hanjinliu in #35
- Color theme by @hanjinliu in #36
Full Changelog: v0.1.6...v0.1.7
v0.1.6
This is a release for minor bug fixes and some QoL improvement.
A new syntax ?
is introduced for quick search of the command usage. For example, volume?
will open the documentation for the volume
command.
What's Changed
- Fix command duplicate by @hanjinliu in #28
- Do not paste HTML text by @hanjinliu in #29
- Fix bugs regarding to window activation by @hanjinliu in #30
- Open help viewer from CliX by @hanjinliu in #31
- Do not show completion list before a character by @hanjinliu in #33
- completion of ListOf[EnumOf] by @hanjinliu in #34
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Highlights
- Completion is more intelligent now.
- Preference dialog.
- Tooltips and completion list now adjust their geometry based on the screen edges.
What's Changed
- Enum completion by @hanjinliu in #17
- More customizable preferences by @hanjinliu in #19
- More intelligent specifier completion by @hanjinliu in #21
- Send key press from the main window to CliX by @hanjinliu in #20
- Preference dialog by @hanjinliu in #22
- Completion for more built-in atom classification by @hanjinliu in #24
- Consider screen size to determine tooltip position by @hanjinliu in #25
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Highlights
Import history from the built-in CLI
Run command: clix import history
Setting preference
Currently, only area
is supported, which defines the initial position of CliX widget.
For example, command clix preference area bottom
will change the default position to the bottom (same as the built-in CLI).
What's Changed
- Fix amino acid tooltip by @hanjinliu in #9
- Import history from built-in CLI by @hanjinliu in #11
- Fix tooltip not matching the content by @hanjinliu in #12
- Add preference command by @hanjinliu in #13
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Now available as a toolshed bundle!
What's Changed
- Completion of residues and atoms by @hanjinliu in #8
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Highlight
This release added several important features for better user experience.
1. Chain ID completion
2. File path completion
3. History search (Ctrl+H)
What's Changed
- Improve history management by @hanjinliu in #4
- path completion worked by @hanjinliu in #5
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Refactor by @hanjinliu in #1
- fix duplicated arguments by @hanjinliu in #2
- Fix completion by @hanjinliu in #3
Full Changelog: v0.1.0...v0.1.1