Skip to content

Latest commit

 

History

History
132 lines (70 loc) · 4.63 KB

CHANGELOG.md

File metadata and controls

132 lines (70 loc) · 4.63 KB

3.2.0 (2024-09-12)

Added

  • Add an option to show the cell outputs per second #116

Fixed

  • Fix extension not showing up in the Settings Editor #120

3.1.2 (2024-02-14)

Fixed

  • Fix fluctuation of execute time when re-executing a cell #112

3.1.1 (2024-01-29)

Fixed

  • Fix execute time not showing up after moving a cell #109

3.1.0 (2023-11-06)

Added

  • Make display of last execution date optional #94
  • Enable defining custom date format #93
  • Support execution failure timing information (in JupyterLab 4.1+) #100

Fixed

  • Font size of the execute time indicator #103
  • Fix node attachment issue with windowed notebook #102

Maintenance

  • Added UI/visual regression tests #105

3.0.1 (2023-08-02)

Changed

  • Ensure this only installs with Jupyterlab@4

3.0.0 (2023-05-19)

Changed

  • Breaking: Ported to JupyterLab 4.x.

2.3.1 (2022-12-28)

Fixed

  • Enable to use jupyter-server2.x.

2.3.0 (2022-11-03)

Added

  • Live execution time relative to last runtime. #72
  • Recent history of cell run timing via tooltip. #72
  • Auto opt-in to recoding cell timing for all notebooks. #73

2.2.0 (2022-03-04)

Added

  • Add a Text Contrast setting that allows users to select text color contrast.

2.1.0 (2021-10-01)

Added

  • Ability to keep only cell execution time for cells that took longer than a threshold (still defaults to always show)

Fixed

  • Click on a execute time output also selects the cell
  • Coloring when used with certain themes

2.0.5 (2021-7-12)

Fixed

  • Issues with build

2.0.4 (2021-6-12)

Fixed

  • Duplicates with collapsed cell

2.0.3 (2021-5-21)

Fixed

  • Build system update

2.0.2 (2021-2-17)

Fixed

2.0.1 (2021-01-19)

Added

  • Fix broken README in release

2.0.0 (2021-01-19)

Changed

1.1.0 (2021-01-18)

Added

  • The ability to specify the position of the execute time (left, right or hover) (#16, #17)

1.0.0 (2020-04-07)

Added

  • Public release

The project adheres to Semantic Versioning and this CHANGELOG follows the Keep a Changelog standard.