Skip to content

Latest commit

 

History

History
192 lines (116 loc) · 7.54 KB

CHANGELOG.md

File metadata and controls

192 lines (116 loc) · 7.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.4.0] - 2024-11-12

Changed

[1.3.4] - 2024-10-01

Changed

  • Upgraded JSROOT to v7.7.4. The relevant changes of this update can be seen here: v7.7.4 changes.

[1.3.3] - 2024-09-20

Changed

  • Upgraded JSROOT to v7.7.3. The relevant changes of this update can be seen here: v7.7.3 changes.

[1.3.2] - 2024-08-22

Changed

  • Upgraded JSROOT to v7.7.2. The relevant changes of this update can be seen here: v7.7.2 changes.

[1.3.1] - 2024-06-02

Changed

  • Upgraded JSROOT to v7.7.1. The relevant changes of this update can be seen here: v7.7.1 changes.

[1.3.0] - 2024-05-26

Changed

[1.2.4] - 2024-02-09

Changed

  • Upgraded JSROOT to v7.5.4. The relevant changes of this update can be seen here: v7.5.4 changes.

Fixed

  • The JSROOT upgrade fixed issue #29.

[1.2.3] - 2023-12-28

Changed

  • Upgraded JSROOT to v7.5.3. The relevant changes of this update can be seen here: v7.5.3 changes.

[1.2.2] - 2023-11-08

Changed

  • Upgraded JSROOT to v7.5.2. The relevant changes of this update can be seen here: v7.5.2 changes.

[1.2.1] - 2023-10-18

Changed

  • Upgraded JSROOT to v7.5.1. This fixes issue #27. The rest of changes of this update can be seen here: v7.5.1 changes.

[1.2.0] - 2023-10-05

Changed

  • Upgraded JSROOT to v7.5.0. The relevant changes of this update can be seen here: v7.5.0 changes.

[1.1.1] - 2023-08-22

Changed

  • Upgraded JSROOT to v7.4.2. This addresses some drawing issues (#25 and #26).

[1.1.0] - 2023-07-06

Changed

Fixed

[1.0.0] - 2022-08-11

Added

  • Upgraded JSROOT to v7.2.0. This made the following changes possible:
    • The tabs layout is back! (#17)
    • Added support for the Create PNG functionality (#13)
  • Re-organized the code, making it more clean and easier to maintain

[0.8.0] - 2022-07-01

Added

  • The extension is now also a web extension!
  • All available layouts are now supported

[0.7.0] - 2022-06-28

Added

[0.6.0] - 2022-06-23

Added

  • Display the ROOT File icon for .root files

[0.5.0] - 2022-02-15

Added

[0.4.0] - 2021-04-26

Added

  • Allow the browser and drawing areas to be resized (#7)

[0.3.0] - 2021-04-15

Added

  • Upgraded JSROOT to v6.1.0. Among all changes, there are some worth noting:
    • Rebinning TH1 histograms is supported now (#2)
    • Modals are now displayed (#6)

[0.2.0] - 2021-03-13

Added

  • Allow the customization of the Layout and the Palette

[0.1.0] - 2021-03-09

Added

  • Allow any local ROOT File to be opened instead of only the ones in the user's current workspace

[0.0.1] - 2021-03-07

Added

  • Basic proof of concept that uses JavaScript ROOT and its built in HierarchyPainter to view ROOT Files