Skip to content

Commit

Permalink
Release Printrun 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstorm101 committed May 25, 2024
1 parent fef3945 commit f8a1341
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
Printrun - 2.1.0
================

Minor release with plenty of GUI enhancements.

### New Features

* Support print cancellation on Prusa/Marlin based printers (#1414)
* Build procedure reworked to use a `pyproject.toml` file (#1407)
* Dropped support for Python 3.7 and added Python 3.11 (#1400, #1406)
- Removed 'PythonGTK3' submodule
- Removed dependencies on 'cffi', 'cairocffi' and 'cairosvg'
- New dependency on 'pillow' for Windows systems
* Reworked translations (#1343, #1406)
- Translation brought up to date to match latest code
- Translations for all Printrun tools are now within a single file
* Reworked Layer Projector tool (#1387)
* Pronterface user interface enhancements (#1331, #1347, #1367)
* Code refactoring on printcore (#1346)
* Added unit tests suite for printcore (#1334)
* Higher baud rates offered by default (#1267)

### Fixed Bugs

* Consequences of exiting a print are more transparent (#1415)
* Temp button Off for heater or bed conversion error (#1406)
* Pronterface double-listing filaments for upper and lower case types (#1406)
* Pronterface keyboard shortcuts prevent inputs of some characters (#1406)
* Typo in pronsole desktop file (#1359)
* Line number mismatch on resend (#1341)
* Module 'pyreadline' replaced by 'pyreadline3' (#1332)

### Administrative

* Updated instructions to build the package (#1400)
* Reworked README (#1309, #1374)


Printrun - 2.0.1
================

Expand Down
2 changes: 1 addition & 1 deletion printrun/printcore.py
Original file line number Diff line number Diff line change
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.1"
__version__ = "2.1.0"

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

0 comments on commit f8a1341

Please sign in to comment.