-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0b5911
commit c40087a
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
## Version 1.99.3 | ||
|
||
- Fix: Instrument naming when retrieving from the ISIS Archive. | ||
- Fix: Crashes in some network callbacks caused by naughty C++ lambdas. | ||
- Fix: Better handling of zero-padding inconsistencies in filenames across instruments. | ||
- Fix: H5 files now opened read-only because that's all we need. | ||
- Fix: Correctly set error states etc. when cancelling journal generation. | ||
- Fix: Odd behaviour after editing journal sources. | ||
- Fix: Better re-application of stored settings for last viewed journal. | ||
- Build: Upgraded Github Actions. | ||
|
||
## Version 1.99.2 | ||
|
||
- New: Add hide/show flag to all sources, and allow control of visibility via CLI | ||
- New: User-defined sources can be removed. | ||
- Revert: Allow tweaking of built-in sources. | ||
- New: Timeout option for backend. | ||
- New: Paths scanned during journal generation can be limited with a regexp. | ||
- New: Basic update scan for generated journals. | ||
- Fix: [Windows] Hang on exit. | ||
- Fix: [Windows] Desktop shortcut had no icon. | ||
- Fix: [Windows] Better initial settings for sources. | ||
- Fix: ISIS Archive Directory CLI option refused its argument. | ||
- Fix: Journal generation finalisation. | ||
- Fix: Access permissions are checked for files found during journal generator scans. | ||
- Fix: Wrong initial screen on startup. | ||
|
||
## Version 1.99.1 | ||
|
||
- New: Export of run data as text file. | ||
- New: Add option to regenerate journals for current source. | ||
- New: Add file selector button to run data location. | ||
- Fix: Search across journals would run even if the dialog was cancelled. | ||
- Fix: Run data was not shown after acquiring all journals. | ||
- Fix: Finalisation of generated journal data. | ||
- Fix: Labels, messages, and debug output in various places. | ||
- Remove: Menu option to acquire all journals for current source. | ||
- Fix: Don't allow built-in sources to be edited. | ||
|
||
## Version 1.99.0 | ||
|
||
Release 1.99.0 is a _beta_ release of the forthcoming Release 2.0 of JournalViewer (ergo "JournalViewer 2"), and intended to replace the old JournalViewer code ("JournalViewer 1"). | ||
|
||
There is much functionality still to introduce into this version - most work to date has been focussed on creating a code flexible enough to handle the broad changes underway on IDAaaS. There will be bugs, there will be absent features that you dearly miss, and there will be stuff that probably doesn't work at all / as expected. | ||
|
||
Constructive feedback via the [JV2 Issues page](https://github.com/disorderedmaterials/jv2/issues) on GitHub is welcomed. | ||
|