Skip to content

Commit a546ae1

Browse files
committed
Bumped version to v0.2.0-1
1 parent 1c64528 commit a546ae1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

dist/debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
mariner3d (0.2.0-1) unstable; urgency=low
2+
3+
* Added support for more printers (see README.md)
4+
* .cbddlp and .fdg files are now supported in addition to .ctb, which
5+
enables printers like Voxelab Proxima to be used
6+
* Fixed bugs related to write buffers not being flushed after file upload
7+
(see #311)
8+
* Most recently uploaded files are now listed first
9+
* Other small bug fixes and upgrades of dependencies
10+
11+
-- Luiz Ribeiro <luizribeiro@gmail.com> Sat, 17 Apr 2021 14:12:03 -0500
12+
113
mariner3d (0.1.1-1) unstable; urgency=low
214

315
* Fixed bug when a non-ctb file was under /mnt/usb_share

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mariner"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Web application for controlling Elegoo Mars 3D printers"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)