Skip to content

Releases: andrew-hossack/dash-tools

Version 1.12.0

17 Oct 06:14
18eed4a
Compare
Choose a tag to compare

Changelog

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

[1.12.0] - 2023-10-16

Fixed

  • Updated to use latest dash mantine components
  • Updated version check

Version 1.11.1

02 Feb 02:11
7c94cf4
Compare
Choose a tag to compare

Changelog

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

[1.11.1] - 2023-2-01

Fixed

  • _get_cwd() for Create Location input field loses app attribute. Use the os.getcwd() method instead

Version 1.11.0

02 Feb 01:42
c10c645
Compare
Choose a tag to compare

Changelog

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

[1.11.0] - 2023-2-01

Added & Changed

  • Added create page, and the ability to explore between different template previews
  • Create templated apps using the dashtools gui
  • Lots of style changes
  • Added links to bottom of screen
  • Added github star link
  • Fixed some issues with os path not being normalized
  • Added --no-update-check flag to dashtools init to skip PyPi version checking
  • Silenced output for gui
  • Removed gui threading, seems like this is no longer needed since the start script is fixed (does not run twice)
  • Confetti and success notifications

Version 1.10.8

29 Jan 06:36
c6013ee
Compare
Choose a tag to compare

Changelog

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

[1.10.8] - 2023-1-29

Added

  • Added github star link

Version 1.10.7

24 Dec 18:11
11355d7
Compare
Choose a tag to compare

Changelog

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

[1.10.7] - 2022-12-24

Modified

  • Upgraded PYTHON_VERSION to 3.10.0 for Render blueprint
  • Snyk upgrade for setuptools vulnerability

Version 1.10.6

17 Dec 07:01
f934f7d
Compare
Choose a tag to compare

Changelog

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

[1.10.6] - 2022-12-16

Modified

  • Updated naming on github workflows
  • Added a create tag and release action on push to main. Takes current version and latest stuff from the changelog in the release notes.

Version 1.10.5

17 Dec 02:22
ec38957
Compare
Choose a tag to compare

Changelog

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

[1.10.5] - 2022-12-16

Fixed

  • Fixed background callbacks printing warnings on new version of plotly dash
  • Update pypa publish to use v1 release
  • Fixed issue with deploypage callbacks not working in some cases
  • Update gitlab runner to python version 3.10.9

Version 1.10.4

11 Nov 18:04
67c754d
Compare
Choose a tag to compare

Changelog

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

[1.10.4] - 2022-11-8

Fixed

  • Fixed bug with background callback requiring cellery worker or diskcache, due to Dash 2.7.0 upgrade
  • Fixed read the docs templates list accordions not displaying
  • Changed dockerfile to use non root user; credit @jasonwashburn
  • Fixed CI/CD build process to install dashtools tar file; credit @jasonwashburn

Version 1.10.3

30 Oct 20:11
99b14a8
Compare
Choose a tag to compare

Changelog

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

[1.10.3] - 2022-10-30

Fixed

  • Fixed bug with running os commands on windows; thanks @Coding-with-Adam for support!

Version 1.10.2

28 Oct 03:56
60a4f3a
Compare
Choose a tag to compare

Changelog

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

[1.10.2] - 2022-10-26

Fixed

  • Fixed bug #65 where using http for git remote url doesn't work; thanks @mtzirkel for support!