Releases: toshinagata/Molby
Releases · toshinagata/Molby
Version 1.2beta1
Change Log from 1.1.0
- Win: Handling of DPI change is improved.
- In the table view, bond/angle/dihedral/improper values are shown next to the names.
- MM/MD section of the document is updated.
- Optional 'Use present bond lengths and angles' is implemented in UFF dialog.
- Menu command 'Clear MD Parameters' is implemented.
- Mouse-down behavior of MyListCtrl is improved.
- Link wxWidgets 3.2.5 instead of 3.2.0
- Project website is updated, so that the download links can be directly accessed.
- Fix license and copyright descriptions.
- Project is moved to GitHub.
- README is updated for latest status.
- Documents are updated for GPL v3.
- Support load/save of NBO info.
- MO surface display is improved.
- JANPA is integrated (experimental).
- F/F7/G/G9 orbitals are implemented (experimental).
- Ruby: call_subprocess now accepts an array of arguments, so that arguments containing spaces can be used without quotation.
- Win: closing console->molecule was causing crash. Hopefully fixed.
- Fix the horizontal scale of Show Energy window.
- Ruby: hartree_to_kcal() and similar methods are implemented.
- Psi4 import/export is implemented (experimental).
- Rotation by slider shows the rotation angle (and snap to the multiples of 15 deg).
- Handling of script menu items are improved (hopefully).
- Xcode project is updated for making release build of MolbyMacLegacy
Change Log from 1.1.0 (日本語)
- Win: 画面解像度の扱いを改善した。
- リスト表示で、結合長、結合角、二面角、improper torsion の値を名前の次に表示するようにした。
- ドキュメントの MM/MD 章を改訂した。
- UFF ダイアログで "Use present bond lengths and angles" オプションを実装した。
- "Clear MD Parameters" コマンドを実装した。
- リスト表示のマウス操作を改善した。
- wxWidgets のバージョンを 3.2.0 から 3.2.5 にした。
- プロジェクト Web ページをアップデートして、ダウンロードリンクが直接アクセスできるようにした。
- ライセンスと著作権表示を改訂した。
- プロジェクトを GitHub 管理に移行した。
- README を改訂した。
- ドキュメントを GPL v3 に改訂した。
- NBO 情報をロード/セーブできるようにした。
- MO Surface 表示を改善。
- JANPA を同梱した(テスト中)
- F/F7/G/G9 軌道の表示を実装した(テスト中)
- Ruby: call_subprocess メソッドに引数の配列を渡せるようにした。
- Win: コンソールを閉じてから分子ウィンドウを閉じるとクラッシュしていたのを改善。
- Show Energy Window の横軸を修正した。
- Ruby: hartree_to_kcal() および類似メソッドを実装した。
- Psi4 インポート/エキスポートを実装した(テスト中)
- スライダーによる回転で回転角を表示するようにした。15度の倍数でスナップするようにした。
- Script メニューの扱いを改善した。
- Xcode プロジェクトを改訂して MolbyMacLegacy をビルドできるようにした。
Release 702 (version 1.1.0)
v1.1.0-r702 Support load/save of NBO info
Version 1.1.0
Change Log (English)
- Batch mode is implemented, and Molby_command is no longer provided
- Document is now included in the application, which can be opened from 'Molby Help' menu command
- Windows: random crash on double-clicking the document file is fixed (hopefully)
- Windows: incomprehensible errors caused by the encoding mismatch are fixed
- CIF import is improved; newer CIFs can now be read
- ORTEP dies with non positive-definite B. Draw isotropic atoms instead.
- Concatenate Frames command is implemented.
- GAMESS dialog: SADPOINT and IRC runtypes are now implemented
- Copy section from GAMESS output is implemented
- Application is now based on wxWidgets 3.2
- Mac: OS 10.11 or later is now required. For OS 10.6 to 10.10 users, MolbyMacLegacy.zip is provided.
- Behavior of the list windows (atoms, bonds, etc.) is improved.
- Ruby: API of open_auxiliary_window is changed, and it cannot have 'default' buttons any longer
- Source codes are cleaned up so that most compiler warnings are removed
Change Log (日本語)
- バッチモードを実装した。Molby_command は提供しない。
- ドキュメントをアプリケーションに同梱した。Molby Help メニューコマンドから開ける。
- Windows: ドキュメントをダブルクリックした時のクラッシュを改善。
- Windows: エンコーティング違いによる意味不明なエラーを改善。
- CIF インポートを改善。新しい CIF ファイルが読めるようになった。
- ORTEP で温度因子が非正定値の場合に等方性温度因子で書くようにした。
- Concatenate Frames コマンドを実装した。
- GAMESS dialog: SADPOINT, IRC ランタイプを実装した。
- GAMESS ログからセクションをコピーする機能を実装した。
- wxWidgets 3.2 ベースに移行した。
- Mac: OS 10.11 以降が必要。OS 10.6〜10.10 のユーザーは MolbyMacLegacy.zip を使ってください。
- Windows and Mac: 高解像度ディスプレイをサポートした。
- リストウィンドウ(原子、結合など)の挙動を改善した。
- Ruby: open_auxiliary_window の API を変更した。デフォルトボタンを持たせるのはやめた。
- ソースコードを整理して、コンパイラ警告を大部分除去した。
Version 1.0.2
Change Log (English)
- UFF bond length and angle parameters are now automatically set. (octahedral and square planar geometries are also taken account.)
- Editing UFF parameters sometimes caused crash. Fixed.
Windows
- Screen update is improved.
Developers
- Version info is updated on every build on Mac platform.
- Handling of progress dialog is improved.
- Calling subprocess is reworked.
Change Log (日本語)
- UFF の設定ダイアログで、結合長・結合角パラメータが自動的に入るようになった。八面体・平面正方形構造の cis/trans も自動的に処理する。
- UFF のパラメータ編集時にクラッシュしていたのを修正。
Windows
- 画面のアップデートを改善。
開発者向け
- バージョン情報とドキュメントの更新処理を Mac 版のビルドの際に行うようにした。
- ProgressDialog の扱いを改善。
- サブプロセスの呼び出しを改善。
Version 1.0
First public release.