Skip to content

Commit

Permalink
Release v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
binjr-bot committed Nov 10, 2024
1 parent 4156712 commit 08d3800
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 142 deletions.
28 changes: 18 additions & 10 deletions docs/download/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
# Change log

## [binjr v3.20.1](https://github.com/binjr/binjr/releases/tag/v3.20.1)
Released on Sun, 10 Nov 2024

* _[Dependencies]_ Rolled back embedded OpenJDK runtime to 21.0.5
* _[Fixed]_ Bad performances when using the CSV and Logs adapters caused by a regression in OpenJDK 23.0.1 when using Shenandoah GC.
* _[Fixed]_ An error is raised in the installer when clicking on the 'back' button on the install verification dialog.

## [binjr v3.20.0](https://github.com/binjr/binjr/releases/tag/v3.20.0)
Released on Wed, 23 Oct 2024

* _[New] [UI]_ The number of ticks between two graduations the Y axis now automatically adapts to best fit based on the available space and unit types.
* _[New] [UI]_ Added a keyboard shortcut (F9) to reset the time range of a worksheet to its default value.
* _[New] [UI]_ Added a keyboard shortcut (F9) to reset the time range of a worksheet to its default value.
* _[New] [CSV Adapter]_ Doing a hard refresh (Ctrl+F5) on a worksheet now forces all data read form CSV sources to be reloaded from the underlying files.
* _[New] [CSV Adapter]_ Added an option to ignore lines with unparsable time stamps.
* _[New] [CSV Adapter]_ Better error message when failing to parse a time stamp (provides column and line numbers).
* _[New] [Dependencies]_ Updated embedded OpenJDK and JavaFX runtimes to 23.0.1
* _[New] [Dependencies]_ Updated to Lucene 10.
* _[Fixed]_ "Unable to find valid certification path to requested target" error when trying to establish an HTTPS connection on macOS.
* _[Fixed]_ When dropping more than one node from the source tree view onto the legend pane of a worksheet, only the last node is added to the current chart.
* _[Fixed]_ User preference for "Treat undefined Y values as 0" is ignored.
* _[Fixed]_ The title bar for the binjr window is larger (or smaller) than it should be when using multiple monitors on Windows.
* _[Fixed]_ Closing and reopening the application causes the main window to slightly grow (or shrink) each time when using multiple monitors on Windows.
* _[New] [CSV Adapter]_ Added an option to ignore lines with unparsable time stamps.
* _[New] [CSV Adapter]_ Better error message when failing to parse a time stamp (provides column and line numbers).
* _[New] [Dependencies]_ Updated embedded OpenJDK and JavaFX runtimes to 23.0.1
* _[New] [Dependencies]_ Updated to Lucene 10.
* _[Fixed]_ "Unable to find valid certification path to requested target" error when trying to establish an HTTPS connection on macOS.
* _[Fixed]_ When dropping more than one node from the source tree view onto the legend pane of a worksheet, only the last node is added to the current chart.
* _[Fixed]_ User preference for "Treat undefined Y values as 0" is ignored.
* _[Fixed]_ The title bar for the binjr window is larger (or smaller) than it should be when using multiple monitors on Windows.
* _[Fixed]_ Closing and reopening the application causes the main window to slightly grow (or shrink) each time when using multiple monitors on Windows.


## [binjr v3.19.0](https://github.com/binjr/binjr/releases/tag/v3.19.0)
Released on Fri, 19 Jul 2024
Expand Down
26 changes: 13 additions & 13 deletions docs/download/latest_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These bundles contain all dependencies and runtime components needed to run binj
They also include support for the following data sources:
[JRDS](https://github.com/fbacchella/jrds), [Netdata](https://www.netdata.cloud), RRD Files and CSV files.

The latest available version is 3.20.0, released on Wed, 23 Oct 2024.
The latest available version is 3.20.1, released on Sun, 10 Nov 2024.

Complete release information can be found in the [change log](CHANGELOG.md).

Expand Down Expand Up @@ -34,10 +34,10 @@ binjr can be installed and updated using various package managers, depending on

| Version | Operating System | Architecture | Package manager |
|------------------|-----------------------------------------|--------------|--------------------------------------------------------------|
| binjr v3.20.0 | **Debian** (10,11), **Ubuntu** (22.04+) | x84 64-bit | [binjr APT Repository](https://repos.binjr.eu/apt) |
| binjr v3.20.0 | **RHEL** (8,9), **Fedora** (36+) | x84 64-bit | [binjr RPM Repository](https://repos.binjr.eu/rpm) |
| binjr v3.20.0 | **ArchLinux** | x84 64-bit | [Arch User Repository](https://repos.binjr.eu/aur) |
| binjr v3.20.0 | **Windows** (10[^2] or 11) | x84 64-bit | [Winget Community Repository](https://repos.binjr.eu/winget) |
| binjr v3.20.1 | **Debian** (10,11), **Ubuntu** (22.04+) | x84 64-bit | [binjr APT Repository](https://repos.binjr.eu/apt) |
| binjr v3.20.1 | **RHEL** (8,9), **Fedora** (36+) | x84 64-bit | [binjr RPM Repository](https://repos.binjr.eu/rpm) |
| binjr v3.20.1 | **ArchLinux** | x84 64-bit | [Arch User Repository](https://repos.binjr.eu/aur) |
| binjr v3.20.1 | **Windows** (10[^2] or 11) | x84 64-bit | [Winget Community Repository](https://repos.binjr.eu/winget) |


## Installable bundles
Expand All @@ -46,20 +46,20 @@ Installable bundles integrate with the host OS to provide menu shortcuts, file a

| Version | Operating System | Architecture | Download | Signature[^1] |
|------------------|-----------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| binjr v3.20.0 | **Debian** (10,11), **Ubuntu** (22.04+) | x84 64-bit | [<button ><img alt="" src="../../assets/images/download.svg"> .deb</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_linux-amd64.deb) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_linux-amd64.deb.asc) |
| binjr v3.20.0 | **RHEL** (8,9), **Fedora** (36+) | x84 64-bit | [<button><img alt="" src="../../assets/images/download.svg"> .rpm</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_linux-amd64.rpm) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_linux-amd64.deb.asc) |
| binjr v3.20.0 | **macOS** (13.x or later) | x84 64-bit | [<button ><img alt="" src="../../assets/images/download.svg"> .pkg</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_mac-x86_64.pkg) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_mac-x86_64.pkg.asc) |
| binjr v3.20.0 | **Windows** (7 or later) | x84 64-bit | [<button><img alt="" src="../../assets/images/download.svg"> .msi</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_windows-amd64.msi) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_windows-amd64.msi.asc) |
| binjr v3.20.1 | **Debian** (10,11), **Ubuntu** (22.04+) | x84 64-bit | [<button ><img alt="" src="../../assets/images/download.svg"> .deb</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_linux-amd64.deb) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_linux-amd64.deb.asc) |
| binjr v3.20.1 | **RHEL** (8,9), **Fedora** (36+) | x84 64-bit | [<button><img alt="" src="../../assets/images/download.svg"> .rpm</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_linux-amd64.rpm) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_linux-amd64.deb.asc) |
| binjr v3.20.1 | **macOS** (13.x or later) | x84 64-bit | [<button ><img alt="" src="../../assets/images/download.svg"> .pkg</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_mac-x86_64.pkg) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_mac-x86_64.pkg.asc) |
| binjr v3.20.1 | **Windows** (7 or later) | x84 64-bit | [<button><img alt="" src="../../assets/images/download.svg"> .msi</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_windows-amd64.msi) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_windows-amd64.msi.asc) |

## Portable bundles

Portable bundles can be unpacked to and used from a detachable drive or a file share.

| Version | Operating System | Architecture | Download | Signature[^1] |
|------------------|----------------------------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| binjr v3.20.0 | **Linux** (glibc v2.5 or higher) | x84 64-bit | [<button ><img alt="" src="../../assets/images/download.svg"> .tar.gz</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_linux-amd64.tar.gz) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_linux-amd64.tar.gz.asc) |
| binjr v3.20.0 | **macOS** (13.x or later) | x84 64-bit | [<button ><img alt="" src="../../assets/images/download.svg"> .tar.gz</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_mac-x86_64.tar.gz) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_mac-x86_64.tar.gz.asc) |
| binjr v3.20.0 | **Windows** (7 or later) | x84 64-bit | [<button><img alt="" src="../../assets/images/download.svg"> .zip</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_windows-amd64.zip) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.0/binjr-3.20.0_windows-amd64.zip.asc) |
| binjr v3.20.1 | **Linux** (glibc v2.5 or higher) | x84 64-bit | [<button ><img alt="" src="../../assets/images/download.svg"> .tar.gz</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_linux-amd64.tar.gz) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_linux-amd64.tar.gz.asc) |
| binjr v3.20.1 | **macOS** (13.x or later) | x84 64-bit | [<button ><img alt="" src="../../assets/images/download.svg"> .tar.gz</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_mac-x86_64.tar.gz) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_mac-x86_64.tar.gz.asc) |
| binjr v3.20.1 | **Windows** (7 or later) | x84 64-bit | [<button><img alt="" src="../../assets/images/download.svg"> .zip</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_windows-amd64.zip) | [<button ><img alt="" src="../../assets/images/download.svg"> .asc</button>](https://github.com/binjr/binjr/releases/download/v3.20.1/binjr-3.20.1_windows-amd64.zip.asc) |

!!! Warning "If you're having trouble launching binjr..."
=== "...on macOS"
Expand All @@ -74,7 +74,7 @@ Portable bundles can be unpacked to and used from a detachable drive or a file s
([see more](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-smartscreen/microsoft-defender-smartscreen-overview)).
To ensure that your download has not been tempered with,
[you should verify its OpenPGP signature](../documentation/verify-signature.md).
[you should verify its OpenPGP signature](/documentation/verify-signature).

[^1]: [How to verify the integrity of the downloaded file?](../documentation/verify-signature.md)
[^2]: The winget command line tool is only supported on Windows 10 1709 (build 16299) or later
Expand Down
Loading

0 comments on commit 08d3800

Please sign in to comment.