Skip to content

Commit

Permalink
Release Printrun 2.0.0rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Aug 2, 2020
1 parent fa27d74 commit cc30bbc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions NEWS.md
@@ -1,3 +1,35 @@
Printrun - 2.0.0rc6
====================

Pre-release for testing purposes.

### New Features

- Change the default background color to the theme one (#931)
- Add setting for graph background color (#791)
- Hide second extruder from graph if not present (#791)
- Support for disabling Mate screensaver service (#979)
- Armenian translation (#1042)
- Don't print the M117 status msg to the console (#1081)
- Packages installable by pip are available on PyPI (#921)

### Fixed Bugs

- Don't ask for exit confirmation on the console when asking in GUI (b48fe7b)
- Preset for temperatures does not affect Selection on the main screen (#676)
- Several Python 3 related followups, mostly in run_gcode_script
- Issue connecting to a remote port (#1027)
- Run "Final command" from settings when print is finished (#1014)
- Fix a crash in wx at startup due to locale settings (#1015)
- Only apply PARITY_ODD workaround where it's actually needed (#1017)
- Do not attempt to read extra device name patterns on windows (#1040)
- Several Linux packaging fixes
- Removed error-causing wxPython horizontal alignment flags (#1052)
- Rewrite deprecated Serial functions (#1017), pySerial >= 3 is now needed
- 3D Viewer color options don't update (#1054)
- Settings change callbacks not called (#1063 and others)


Printrun - 2.0.0rc5
====================

Expand Down
2 changes: 1 addition & 1 deletion printrun/printcore.py
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.0.0rc5"
__version__ = "2.0.0rc6"

import sys
if sys.version_info.major < 3:
Expand Down

0 comments on commit cc30bbc

Please sign in to comment.