Skip to content

Commit

Permalink
Update notes (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 30, 2024
1 parent 80143cb commit 9d467b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
outputs:
hdf4-name: ${{ steps.gethdf4base.outputs.HDF4_NAME_BASE }}
hdf5-name: ${{ steps.gethdf5base.outputs.HDF5_NAME_BASE }}
hdfview-name: ${{ steps.gethdf5base.outputs.HDFVIEW_NAME_BASE }}
hdfview-name: ${{ steps.gethdfviewbase.outputs.HDFVIEW_NAME_BASE }}
run-ignore: ${{ steps.getinputs.outputs.INPUTS_IGNORE }}

steps:
Expand Down
10 changes: 5 additions & 5 deletions docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ This release was built and tested with HDF 4.3.x and HDF5 1.15.x.
JDK
=============================================================================
This release was built and tested with OpenJDK 21. It uses modules, the
newest jpackage for distribution and adds support for float16 datatypes.
newest jpackage for distribution and adds support for float16 datatypes.


Major Enhancements
==============================================================================
* Add User Option for editing the plugin path
* Add Support for operating with float16 datatypes
* GH #117 Add User Option for editing the plugin path and include plugins.
* GH #138 Add Support for operating with float16 datatypes.

***** Previous fixes *****
* GH #121 Updated all icons with transparency
* GH #121 Updated all icons with transparency.

Major Bug Fixes
==============================================================================
Expand Down Expand Up @@ -50,7 +50,7 @@ Major Bug Fixes

Minor Bug Fixes
==============================================================================
*
* GH #159 (Help menu dialogs have gigantic images) Implemented by changing the size from 1024 to 256.

***** Previous fixes *****
* Corrected how the program updates changes to the fonts made in the User Preferences
Expand Down

0 comments on commit 9d467b9

Please sign in to comment.