Skip to content

Releases: andrew-hossack/dash-tools

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!

Version 1.10.1

23 Oct 18:08
9b0c1f6
Compare
Choose a tag to compare

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.

Version 1.10.0

23 Oct 18:01
Compare
Choose a tag to compare

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.

Version 1.9.2

20 Oct 19:22
Compare
Choose a tag to compare

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

Version 1.9.1

17 Oct 22:28
Compare
Choose a tag to compare

Changelog

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

[1.9.1] - 2022-10-17

Fixed

  • Added missing dependency

Version 1.9.0

17 Oct 22:21
9b64e3a
Compare
Choose a tag to compare

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

Version 1.8.4

09 Sep 23:08
04912b3
Compare
Choose a tag to compare

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

30 Aug 02:09
9eb6ee4
Compare
Choose a tag to compare

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!

Version 1.8.2

12 Aug 22:05
1c97de0
Compare
Choose a tag to compare

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.