Skip to content

Commit

Permalink
Updated version v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VDovidaytis-HORIS committed Oct 25, 2024
1 parent 03243ec commit 55105aa
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.5.1] - 2024-10-25

### Changed

- Interact refinement:
* Dragging the plot or Livemap disables the pinned tooltip mode.
* Double-clicking the plot or Livemap disables the pinned tooltip mode.
* Ctrl + double-clicking the Livemap zooms in without the blinking fade-in effect.

### Fixed

- Buttons alignment in the toolbar.
- Wheel zooming-out a plot with log positional scales crashes fast.

## [4.5.0] - 2024-10-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val letsPlotTaskGroup by extra { "lets-plot" }

allprojects {
group = "org.jetbrains.lets-plot"
version = "4.5.1-SNAPSHOT" // see also: python-package/lets_plot/_version.py
version = "4.5.1" // see also: python-package/lets_plot/_version.py
// version = "0.0.0-SNAPSHOT" // for local publishing only

// Generate JVM 1.8 bytecode
Expand Down
11 changes: 2 additions & 9 deletions future_changes.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
## [4.5.1] - 2024-10-dd
## [4.5.2] - 2024-mm-dd

### Added

### Changed

- Interact refinement:
* Dragging the plot or Livemap disables the pinned tooltip mode.
* Double-clicking the plot or Livemap disables the pinned tooltip mode.
* Ctrl + double-clicking the Livemap zooms in without the blinking fade-in effect.

### Fixed
- Buttons alignment in the toolbar.
- Wheel zooming-out a plot with log positional scales crashes fast.
2 changes: 1 addition & 1 deletion js-package/distr/lets-plot.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python-package/lets_plot/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
__version__ = '4.5.1.dev1'
__version__ = '4.5.1'

0 comments on commit 55105aa

Please sign in to comment.