Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull committed Jul 18, 2019
1 parent 24a0800 commit c3bd9fa
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 4 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c3bd9fa

Please sign in to comment.