-
-
Notifications
You must be signed in to change notification settings - Fork 8
Update release pages #378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update release pages #378
Changes from 4 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
33d14ec
Update release pages
bmribler 5a55a8b
Discarded 3.4.0 in place of 3.4.1.
bmribler 17204a8
Updated the release date
bmribler 09d8e43
Updated the index
bmribler df9d94f
Added known problems
bmribler 24de875
Reworded an instruction
bmribler bb9bfab
Replaced release version and date for automation and updated Newslett…
bmribler c4ec9e1
Tried using the dynamic date
bmribler fd5eed1
Improved format
bmribler ad63f21
Fixed typo
bmribler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,36 @@ | ||
| --- | ||
| title: HDFView 3.4.1 | ||
| --- | ||
|
|
||
| <img alt="HDFView Logo" align=right width=300 src="/assets/img/hdfview.png"> | ||
|
|
||
| # HDFView 3.4.1 | ||
|
|
||
| ## Release Information | ||
|
|
||
| | Version | HDFView 3.4.1 | | ||
| | Release Date | 1/27/2026 | | ||
| | Additional Release Information | [CHANGELOG](https://github.com/HDFGroup/hdfview/blob/release/hdfview-3.4.1/docs/UsersGuide/CHANGELOG.md) | | ||
| | | [Release Announcement](https://www.hdfgroup.org/) | | ||
| | | [Known Problems](https://github.com/HDFGroup/hdfview/blob/release/hdfview-3.4.1/docs/UsersGuide/CHANGELOG.md#-known-problems) | | ||
|
|
||
| ## Documentation | ||
|
|
||
| | File | Type | | ||
| | ---- | ---- | | ||
| | [UsersGuide.tar.gz](https://github.com/HDFGroup/hdfview/releases/download/v3.4.1/UsersGuide.tar.gz) | Documentation (HTML, Unix) | | ||
| | [UsersGuide.zip](https://github.com/HDFGroup/hdfview/releases/download/v3.4.1/UsersGuide.zip) | Documentation (HTML, Windows) | | ||
|
|
||
| ## Download | ||
|
|
||
| HDFView 3.4.1 source and binaries are available [here](https://github.com/HDFGroup/hdfview/releases/tag/v3.4.1) | ||
|
|
||
| HDFView 3.4.1 was built and tested with HDF5-2.0.0, HDF 4.3.1, and openjdk 21. | ||
|
|
||
| This release provides two ways to install the HDFView pre-built binary distribution for a platform: | ||
| * Using an application image. This method simply requires running the provided executable to obtain the software. | ||
| * Running an installer. This method runs an installer (eg .exe) that sets up file associations and menu items. | ||
|
|
||
| Once you have uncompressed the downloaded pre-built binary file, refer to the provided README file for details. | ||
|
|
||
| See [Known Problems](https://github.com/HDFGroup/hdfview/blob/release/hdfview-3.4.1/docs/UsersGuide/CHANGELOG.md#-known-problems) if you encounter any issues. | ||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless I'm wrong (and I tried it) the process to install an HDFView application image such as HDFView-3.4.1App-Windows.zip is to extract the binary file where desired. Maybe line 31 would be more accurate if it were something like this? "Using an application image. This method simply requires extracting the downloaded HDFView-3.4.1App*.tar.gz or .zip file in the chosen install location."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done