Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@toshinagata toshinagata released this 06 Aug 01:46
· 61 commits to main since this release

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 を変更した。デフォルトボタンを持たせるのはやめた。
  • ソースコードを整理して、コンパイラ警告を大部分除去した。