Dash Tools Versions Save

DashTools - Plotly Dash Command Line Tools - Create, Run and Deploy Templated Python Apps from Terminal

v1.12.0

7 months ago

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

v1.11.1

1 year ago

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

v1.11.0

1 year ago

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

v1.10.8

1 year ago

Changelog

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

[1.10.8] - 2023-1-29

Added

  • Added github star link

v1.10.7

1 year ago

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

v1.10.6

1 year ago

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.

v1.10.5

1 year ago

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

v1.10.4

1 year ago

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

v1.10.3

1 year ago

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!

v1.10.2

1 year ago

Changelog

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

[1.10.2] - 2022-10-26

Fixed