Skip to content

Commit

Permalink
Release Printrun 2.0.0 (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstorm101 committed Mar 15, 2023
1 parent fbe661e commit c4e0d39
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions NEWS.md
@@ -1,3 +1,45 @@
Printrun - 2.0.0
====================

Stable release supporting Python 3.10 and wxPython 4.2.

See changes in previous pre-releases below for a full change log from previous
stable release.

### New Features

- Separate binaries provided for macOS versions 10, 11 and 12 (#1317)
- Windows binaries restricted to Python 3.10 only (#1311)
- Improved German translation (#1311)
- Updated translation templates (#1311)
- Dropped support for Windows 32-bit executable (0c296ba)
- Added PrintrunGTK3 sub-module (0c296ba)
* Bundled Windows GTK3 libraries for the Projector tool
- CairoSVG >= 2.6.0 not supported (0c296ba)
- Port to wxPython 4.2 (0c296ba)
- Pyglet >= 2.0 not supported (#1291)
- Added option for perspective transformation on gcode rendering (#1240)
- Port to Python 3.10 (#1224)
- Revised Pronterface graph color configuration (#1206)

### Fixed Bugs

- Invalid log file path crashed the Windows app (#1300)
- Errors on Projector tool (0c296ba)
- Errors on Excluder tool (#1307)
- Unresponsive GUI (#1303)
- Icon/images not found. Wrong paths (#1285)
- Error on adjusting speed and flow rate (#1262)
- Fixed Armenian translation (#1244, #1245)
- Temperature graph empty or missing extruders (#1237)
- Princore runSmallScript incorrectly handled comments (#1163)

### Administrative

- Updated Windows and macOS CI/CD procedures
- Added CONTRIBUTORS.md to properly credit all the community (#1249)


Printrun - 2.0.0rc8
====================

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.0rc8"
__version__ = "2.0.0"

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

0 comments on commit c4e0d39

Please sign in to comment.