Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Jozífek authored and ondratu committed Nov 30, 2022
1 parent 0cb18ae commit 89b1240
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
ChangeLog
=========

0.7.0
0.7.0rc2(2022-11-30)
* Camera support
- Autodetection
- Resolution changing
- Trigger schemes for time and layer based values
- Camera ordering preparation
- Config saving, loading and updating
* Fix priority commands (RESET_PRINTER)
* Remove PREPARED, use only READY and IDLE
* Shorten the request timeout from 30 to 10 seconds

0.7.0rc1 (2022-9-13)
* IDLE / READY states correction
* Improve error callbacks
* File and Folder name validation
Expand All @@ -22,6 +33,7 @@ ChangeLog
* Make downloads from connect time out after 30s of inactivity
* Send state in every Event


0.6.0 (2021-12-17)
* Introduce `const.State.PREPARED`
* remove m_time from file structure
Expand Down
4 changes: 2 additions & 2 deletions prusa/connect/printer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
from .download import DownloadMgr, Transfer
from .util import RetryingSession, get_timestamp

__version__ = "0.7.0.rc1"
__date__ = "13 Sep 2022" # version date
__version__ = "0.7.0rc2"
__date__ = "30 Nov 2022" # version date
__copyright__ = "(c) 2022 Prusa 3D"
__author_name__ = "Prusa Link Developers"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit 89b1240

Please sign in to comment.