|
6 | 6 | * Read and print lattice parameters to/from extxyz header (#39) |
7 | 7 | * Add `j` hotkey to jump to a frame inside and CLI option `frame:%d` to start with a specific frame (https://github.com/briling/v/pull/5) |
8 | 8 | * Add `bmax` CLI argument for max. bond length (920202b) |
9 | | -* Add `com` and `exitcom` CLI argument for `gui:0` and on-exit command sequences, respectively |
| 9 | +* Add `com`, `exitcom`, and `startcom` CLI argument for `gui:0`, on-exit, and on-startup command sequences, respectively |
10 | 10 | * Add `colors` CLI argument for colorscheme (#29) |
11 | 11 | * Python integration (#28, see https://github.com/aligfellow/xyzrender, #35) |
12 | 12 |
|
13 | 13 | ### Improvements |
14 | 14 | * New colors by @iribirii (#2, #13, #15, #29) |
| 15 | +* MacOS support by @aligfellow (#34) |
15 | 16 | * Remove case sensitivity of xyz file inputs (#9) |
16 | 17 | * Add CLI option to disable centering of molecules (#14) |
17 | 18 | * Disable default rotation wrt inertia axis for z-matrix input and add a CLI option to force it (#14) |
18 | | -* Read molecules from the standard input (#28) |
| 19 | +* Read xyz from the standard input (#28) |
19 | 20 | * Show infrared intensities and mode masses (#35) |
| 21 | +* Show cell/shell (#39) and point group (#42) with `vib:1` |
20 | 22 | * Improve the text-in-corner look (de242c7, #36) |
21 | 23 | * Add `u` to the headless mode (#37) |
| 24 | +* Take cell/shell into accound when scaling (#39) |
| 25 | +* Allow 1 argument for cell/shell (#39) |
| 26 | +* Enforce PBC upon reading (#42) |
22 | 27 | * Improve data structures and code readability |
23 | 28 |
|
24 | 29 | ### Fixes |
25 | | -* Exit correctly when window closed (#10) |
| 30 | +* Exit correctly when window is closed (#10) |
26 | 31 | * Fix chiral z-matrix input (#14) |
27 | | -* Fix NaNs when compute dihedrals (#14) |
| 32 | +* Fix NaNs when computing dihedrals (#14) |
28 | 33 | * Fix the "readagain" (`r`) and "readmore" (`tab`) bugs (#31) |
29 | 34 | * Fix z-matrix input with unit=bohr (8554864) |
30 | 35 | * Fix text blinking when playing animation (80cae88, #36) |
31 | 36 |
|
32 | 37 | ### Coming in the next version: |
33 | 38 | * high-symmetry determination bugs (#21) |
34 | | -* how to build on mac (#34) |
35 | 39 |
|
36 | | -**Full Changelog**: https://github.com/briling/v/compare/v2.0...v3.0rc5 |
| 40 | +**Full Changelog**: https://github.com/briling/v/compare/v2.0...v3.0rc6 |
37 | 41 |
|
0 commit comments