diff --git a/NEWS.md b/NEWS.md index 3d13c6ce..e11f8590 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 ================ diff --git a/printrun/printcore.py b/printrun/printcore.py index ee8a1678..f0f3da8f 100644 --- a/printrun/printcore.py +++ b/printrun/printcore.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with Printrun. If not, see . -__version__ = "2.0.1" +__version__ = "2.1.0" import sys if sys.version_info.major < 3: