Dash Tools Versions Save

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

v1.10.1

1 year ago

Changelog

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

[1.10.1] - 2022-10-23

Changed

  • Turn off logging and debug mode for gui server
  • Address bug where server opens twice
  • Open web url in browser when server starts
  • Updated packaging structure to exclude 'docs' module which should not have been there
  • Temporarily disabled tests for this release. Test suite needs to be overhauled for current changes.

v1.10.0

1 year ago

Changelog

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

[1.10.0] - 2022-10-23

Changed

  • Turn off logging and debug mode for gui server
  • Address bug where server opens twice
  • Open web url in browser when server starts
  • Updated packaging structure to exclude 'docs' module which should not have been there
  • Temporarily disabled tests for this release. Test suite needs to be overhauled for current changes.

v1.9.2

1 year ago

Changelog

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

[1.9.2] - 2022-10-18

Fixed

  • Made published to github a project requirement instead of an error

v1.9.1

1 year ago

Changelog

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

[1.9.1] - 2022-10-17

Fixed

  • Added missing dependency

v1.9.0

1 year ago

Changelog

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

[1.9.0] - 2022-10-17

Added

  • Added dashtools gui render deploy dashboard

v1.8.4

1 year ago

Changelog

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

[1.8.4] - 2022-9-09

Fixed

  • Updated heroku default runtime to 3.10.7

v1.8.3

1 year ago

Changelog

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

[1.8.3] - 2022-08-29

Fixed

  • Changed heroku app name verification again. Heroku sends back a 404 if no app name is in use. Thanks @lanchuhuong!

v1.8.2

1 year ago

Changelog

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

[1.8.2] - 2022-08-12

Fixed

  • Pipreqs generating requirements.txt does not work on some systems. Fixed with calling pipreqs.init(args) directly.

v1.8.1

1 year ago

Temp release to fix requirements bug

v1.8.0

1 year ago

Change Log

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

[1.8.0] - 2022-08-10

Added

  • Added pypi version check to prompt user if their current version is out of date