-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24a0800
commit c3bd9fa
Showing
4 changed files
with
64 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters