|
59 | 59 | * Modified by: PW April 2025: version 3.5.27 |
60 | 60 | * Modified by: PW June 2025: version 3.5.32 |
61 | 61 | * Modified by: PW December 2025: version 3.6.1 |
| 62 | +* Modified by: PW January 2026: version 3.6.5 |
62 | 63 | * |
63 | | -* This file is part of McStas 3.6.1, released December 12th 2025. |
| 64 | +* This file is part of McStas 3.6.5, released December 7th 2026. |
64 | 65 | * It gives a 'changes' list from the beginning of the project |
65 | 66 | * |
66 | 67 | *******************************************************************************/ |
| 68 | +Changes in McStas/McXtrace 3.6.5, January 7th, 2026 |
| 69 | +## What's Changed - Main Changes: |
| 70 | + |
| 71 | +### Bugfixes, new features, all common to McStas and McXtrace: |
| 72 | +* macOS bundles in 3.6.1 did not actually install that version but something earlier. Fixed by pinning in yml file, @willend in https://github.com/mccode-dev/McCode/pull/2285 |
| 73 | +* PDF manuals had wrong version numbers, @willend in https://github.com/mccode-dev/McCode/pull/2285 |
| 74 | +* Allow mcrun / mcdisplay to run / visualize without access to .c/.instr by @willend in https://github.com/mccode-dev/McCode/pull/2281 |
| 75 | +* mcgui/mxgui editable font colors, handle long filenames without extreme window resizing by @willend in https://github.com/mccode-dev/McCode/pull/2275 |
| 76 | +* Fix cross-platform sort-order issue in PowderN by @willend in https://github.com/mccode-dev/McCode/pull/2272 |
| 77 | +* Platform-independent reflection list sort in Single_crystal by @willend in https://github.com/mccode-dev/McCode/pull/2273 |
| 78 | +* mcrun/mxrun: feature addition - scan by seed by @willend in https://github.com/mccode-dev/McCode/pull/2276 |
| 79 | +* Add mcplot toggle to "plot 1D-curves from 0-value" in linear mode by @willend in https://github.com/mccode-dev/McCode/pull/2278 |
| 80 | +* Add commentstring to vim editor by @Lomholy in https://github.com/mccode-dev/McCode/pull/2284 |
| 81 | + |
| 82 | +### Other stuff |
| 83 | +* %Example adjustments, McXtrace by @willend in https://github.com/mccode-dev/McCode/pull/2269 |
| 84 | +* Test_SANS/Test_SAXS, supplement stats by x10 SPLIT by @willend in https://github.com/mccode-dev/McCode/pull/2270 |
| 85 | +* Use ${{ matrix.mpi }} to ensure different output dirs by @willend in https://github.com/mccode-dev/McCode/pull/2271 |
| 86 | +* Fix indentation bug - issue #2279 by @willend in https://github.com/mccode-dev/McCode/pull/2280 |
| 87 | +* Temporarily disable this instr from McXtrace tests by @willend in https://github.com/mccode-dev/McCode/pull/2283 |
| 88 | + |
| 89 | +**Full Changelog**: https://github.com/mccode-dev/McCode/compare/v3.6.1...v3.6.5 |
| 90 | + |
| 91 | + |
| 92 | +Changes in McStas/McXtrace 3.6.1, December 12th, 2025 |
67 | 93 | ## What's Changed - Main Highlights: |
68 | 94 |
|
69 | 95 | ### Overall release focus: |
|
0 commit comments