Skip to content

Releases: andrew-hossack/dash-tools

Version 1.8.1

12 Aug 16:51
Compare
Choose a tag to compare

Temp release to fix requirements bug

Version 1.8.0

10 Aug 17:20
b20649e
Compare
Choose a tag to compare

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

Version 1.7.3

09 Aug 15:10
758534e
Compare
Choose a tag to compare

[1.7.3] - 2022-08-09

Fixed

Fixed bug with Heroku HTTP request. When validating heroku name availability, a request is sent to heroku. Their server changed from a 404 response to an “This site can’t be reached” response. Fixed method for validating heroku app name.

[1.7.2] - 2022-07-28

Changed

Renamed run --set-py-cmd command

Version 1.7.1

22 Jul 02:11
33c0a8b
Compare
Choose a tag to compare

[1.7.1] - 2022-07/21

Added

  • Add dashtools --report-issue which directs users to report issue to github

Changed

  • Fixed advanced template issues where it will not run.

Version 1.7.0

04 Jul 21:40
e56c420
Compare
Choose a tag to compare

[1.7.0] - 2022-06-27

Added

  • Added docker --init command; creates a docker image in the current directory. Adds requirements.txt file and Dockerfile in the current directory if one isn't found.

Version 1.6.2

14 Jun 18:55
85f0e39
Compare
Choose a tag to compare

Change Log

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

[1.6.2] - 2022-06-14

Added / Changed

  • Updated to dash 2.5.1 in requirements
  • Updated multipage template

What's Changed

Full Changelog: v1.6.1...v1.6.2

Version 1.6.1

12 Jun 16:19
076a8e3
Compare
Choose a tag to compare

Change Log

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

[1.6.1] - 2022-06-12

Added / Changed

  • Verify generated heroku app name on deploy. This fixes bug where generated name is too long or invalid.

Version 1.6.0

08 Jun 23:45
d594566
Compare
Choose a tag to compare

Change Log

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

[1.6.0] - 2022-06-05

Added / Changed

  • Generate Procfile programatically based on location of app,py file. This allows users to upload any app to Heroku without needing a Procfile, requirements or runtime file.
  • Added retry for random heroku name generation
  • Added verify pip command workds on user system after init
  • Updated README
  • Added email cicd on release

Version 1.5.1

30 May 01:22
Compare
Choose a tag to compare

Change Log

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

[1.5.1] - 2022-05-29

Changed

  • Added utf8 encoding to verify_procfile method

Version 1.5

29 May 15:49
7813b57
Compare
Choose a tag to compare

Change Log

All notable changes to this project will be documented here.

[1.5] - 2022-05-29

Added / Changed

  • Added packages.txt file to template root directory. Specify required packages on each new line, like a requirements.txt file, and user will be prompted to install if it is not found when they do dashtools init <template>
  • Cleaned up Docs directory and README (huge thanks to https://github.com/Coding-with-Adam)
  • Fixed run command to try different python shell commands
  • Added config file to store python shell settings
  • Added run --set-python-shell-cmd to set the python shell command in config
  • General prompting hint fixes and updates

Templates