diff --git a/dist/debian/changelog b/dist/debian/changelog index 2a747142..5ac3ccb6 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,3 +1,15 @@ +mariner3d (0.2.0-1) unstable; urgency=low + + * Added support for more printers (see README.md) + * .cbddlp and .fdg files are now supported in addition to .ctb, which + enables printers like Voxelab Proxima to be used + * Fixed bugs related to write buffers not being flushed after file upload + (see #311) + * Most recently uploaded files are now listed first + * Other small bug fixes and upgrades of dependencies + + -- Luiz Ribeiro Sat, 17 Apr 2021 14:12:03 -0500 + mariner3d (0.1.1-1) unstable; urgency=low * Fixed bug when a non-ctb file was under /mnt/usb_share diff --git a/pyproject.toml b/pyproject.toml index 6e3075d3..cd2ed477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mariner" -version = "0.1.1" +version = "0.2.0" description = "Web application for controlling Elegoo Mars 3D printers" license = "MIT" readme = "README.md"