diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..0bcc2f06a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,60 @@ +# Change Log + +## [Unreleased](https://github.com/UnchartedBull/OctoDash/tree/HEAD) + +[Full Changelog](https://github.com/UnchartedBull/OctoDash/compare/v1.0.0...HEAD) + +**Implemented enhancements:** + +- Interface for Octoprint API [\#31](https://github.com/UnchartedBull/OctoDash/issues/31) +- Initial Setup with Electron [\#23](https://github.com/UnchartedBull/OctoDash/issues/23) +- Electron Build [\#7](https://github.com/UnchartedBull/OctoDash/issues/7) +- Add DHT-22 sensor [\#2](https://github.com/UnchartedBull/OctoDash/issues/2) + +**Fixed bugs:** + +- If temperature is over 200°C the interface breaks [\#34](https://github.com/UnchartedBull/OctoDash/issues/34) +- Fan Speed show 2 % characters [\#26](https://github.com/UnchartedBull/OctoDash/issues/26) + +**Merged pull requests:** + +- Temperature sensor [\#47](https://github.com/UnchartedBull/OctoDash/pull/47) ([UnchartedBull](https://github.com/UnchartedBull)) +- Fix/nozzle over200 [\#46](https://github.com/UnchartedBull/OctoDash/pull/46) ([UnchartedBull](https://github.com/UnchartedBull)) +- Bump rxjs from 6.4.0 to 6.5.2 [\#45](https://github.com/UnchartedBull/OctoDash/pull/45) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Bump ajv from 6.10.1 to 6.10.2 [\#44](https://github.com/UnchartedBull/OctoDash/pull/44) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Bump electron-reload from 1.4.0 to 1.4.1 [\#43](https://github.com/UnchartedBull/OctoDash/pull/43) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Bump ts-node from 7.0.1 to 8.3.0 [\#42](https://github.com/UnchartedBull/OctoDash/pull/42) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Bump @angular/language-service from 8.0.3 to 8.1.1 [\#41](https://github.com/UnchartedBull/OctoDash/pull/41) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Bump @types/node from 8.9.5 to 12.6.6 [\#40](https://github.com/UnchartedBull/OctoDash/pull/40) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Bump electron from 5.0.6 to 5.0.7 [\#39](https://github.com/UnchartedBull/OctoDash/pull/39) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Bump @angular/cli from 8.0.6 to 8.1.1 [\#38](https://github.com/UnchartedBull/OctoDash/pull/38) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Bump tslint from 5.15.0 to 5.18.0 [\#37](https://github.com/UnchartedBull/OctoDash/pull/37) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Bump wait-on from 3.2.0 to 3.3.0 [\#36](https://github.com/UnchartedBull/OctoDash/pull/36) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) +- Dependabot [\#35](https://github.com/UnchartedBull/OctoDash/pull/35) ([UnchartedBull](https://github.com/UnchartedBull)) +- Integrate Travis [\#33](https://github.com/UnchartedBull/OctoDash/pull/33) ([UnchartedBull](https://github.com/UnchartedBull)) +- Introduce interfaces for Octorprint API [\#32](https://github.com/UnchartedBull/OctoDash/pull/32) ([UnchartedBull](https://github.com/UnchartedBull)) +- Fix double percentage character [\#30](https://github.com/UnchartedBull/OctoDash/pull/30) ([UnchartedBull](https://github.com/UnchartedBull)) + +## [v1.0.0](https://github.com/UnchartedBull/OctoDash/tree/v1.0.0) (2019-07-15) +**Implemented enhancements:** + +- Implement DisplayLayerProgress API [\#20](https://github.com/UnchartedBull/OctoDash/issues/20) +- Refactor Code [\#5](https://github.com/UnchartedBull/OctoDash/issues/5) +- Fix the filament amount [\#4](https://github.com/UnchartedBull/OctoDash/issues/4) + +**Closed issues:** + +- API for DisplayLayerProgress [\#3](https://github.com/UnchartedBull/OctoDash/issues/3) + +**Merged pull requests:** + +- Electron [\#24](https://github.com/UnchartedBull/OctoDash/pull/24) ([UnchartedBull](https://github.com/UnchartedBull)) +- Display layer progress api [\#22](https://github.com/UnchartedBull/OctoDash/pull/22) ([UnchartedBull](https://github.com/UnchartedBull)) +- Fix/filament amount [\#21](https://github.com/UnchartedBull/OctoDash/pull/21) ([UnchartedBull](https://github.com/UnchartedBull)) +- Bump lodash from 4.17.11 to 4.17.14 [\#19](https://github.com/UnchartedBull/OctoDash/pull/19) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Refactor [\#6](https://github.com/UnchartedBull/OctoDash/pull/6) ([UnchartedBull](https://github.com/UnchartedBull)) +- Create LICENSE.md [\#1](https://github.com/UnchartedBull/OctoDash/pull/1) ([UnchartedBull](https://github.com/UnchartedBull)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/README.md b/README.md index d5505ec7b..91580af48 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OctoDash ![build status](https://travis-ci.org/UnchartedBull/OctoDash.svg?branch=master) -OctoDash is a simple, but beautiful dashboard for Octoprint. Please read the instructions carefully! +OctoDash is a simple, but beautiful dashboard for OctoPrint. Please read the instructions carefully! ## Table of Contents @@ -29,7 +29,7 @@ You need to install the DisplayLayerProgress Plugin by OllisGit to enable the fu *Note: This tutorial is for the Raspberry Pi only (2 and higher). If you have running OctoPrint on something different please adjust the links* - Download the latest release *Check for newer version (Releases)* -`wget -O curl https://github.com/UnchartedBull/OctoDash/releases/download/v1.0.0/octodash_1.0.0_armv7l.deb octodash.deb ` +`wget -O https://github.com/UnchartedBull/OctoDash/releases/download/v1.0.0/octodash_1.0.0_armv7l.deb octodash.deb ` - Install the app `sudo dpkg -i octodash.deb` - If you get an error while installing you may need to install the missing dependencies. diff --git a/package-lock.json b/package-lock.json index 4ad132c19..30c45c776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "octodash", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4cdb59ff2..51ee72337 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "octodash", "description": "OctoDash is a simple, but beautiful dashboard for Octoprint.", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache 2.0", "homepage": "https://github.com/UnchartedBull/OctoDash", "author": {