Skip to content

Commit

Permalink
Getting ready to release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gdombiak committed Aug 19, 2018
1 parent 6b756b7 commit 426e0bb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [1.5](https://github.com/gdombiak/OctoPod/tree/1.5) (2018-08-19)
[Full Changelog](https://github.com/gdombiak/OctoPod/compare/1.4...1.5)

**Implemented enhancements:**

- Add visual indication which printer is active in list of printers [\#50](https://github.com/gdombiak/OctoPod/issues/50)
- Support TPLink Smartplug to power printer on/off [\#49](https://github.com/gdombiak/OctoPod/issues/49)
- Add graph that shows temp history [\#48](https://github.com/gdombiak/OctoPod/issues/48)
- Add support for multiple cameras [\#47](https://github.com/gdombiak/OctoPod/issues/47)
- Make it explicit that webcam image supports full screen and zoom in/out [\#46](https://github.com/gdombiak/OctoPod/issues/46)
- Feature request: PSU Control plugin support. [\#36](https://github.com/gdombiak/OctoPod/issues/36)

**Fixed bugs:**

- Webcam full screen has white borders on iPhone X [\#52](https://github.com/gdombiak/OctoPod/issues/52)

**Closed issues:**

- Not very clear that wrench icons indicate that temps can be set [\#18](https://github.com/gdombiak/OctoPod/issues/18)

## [1.4](https://github.com/gdombiak/OctoPod/tree/1.4) (2018-08-05)
[Full Changelog](https://github.com/gdombiak/OctoPod/compare/1.3...1.4)

Expand Down Expand Up @@ -85,4 +105,4 @@
## [1.0](https://github.com/gdombiak/OctoPod/tree/1.0) (2018-07-15)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
4 changes: 2 additions & 2 deletions OctoPod/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4</string>
<string>1.5</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 426e0bb

Please sign in to comment.