Releases: smartin015/continuousprint
Releases · smartin015/continuousprint
2.1.2rc1
What's Changed
- Fix print successes treated as failures, bump version to 2.1.2 by @smartin015 in #121
Full Changelog: 2.1.1...2.1.2rc1
2.1.1
What's Changed
- Analysis & concurrency fixes by @smartin015 in #112
- Opt-in automatic reconnect to printer by @smartin015 in #113
Full Changelog: 2.1.0...2.1.1
2.1.1rc1
What's Changed
- Analysis & concurrency fixes by @smartin015 in #112
Full Changelog: 2.1.0rc3...2.1.1rc1
2.1.0
What's Changed
- Update spaghetti detection to Obico by @smartin015 in #77
- Fix editjob string in api.py, added humanized numbers past 999 count by @smartin015 in #83
- Proper UX and queue behavior when deleting referenced files by @smartin015 in #84
- Timelapse autodelete / history linking by @smartin015 in #87
- Extract & test plugin logic by @smartin015 in #88
- Use state machine for bed cooldown (and add tests) by @smartin015 in #89
- Added job validation on lan queue submit by @smartin015 in #91
- Infer gcode profiles by @smartin015 in #82
- Default LAN queue by @smartin015 in #94
- Fix some edge cases by @smartin015 in #96
- Improved docs on BedReady integration, action commands by @smartin015 in #97
- Actually run bed clearing script when exiting cooldown mode by @smartin015 in #100
- Fix SD job printing in v2.1.0 by @smartin015 in #102
- Merge changes up to 2.1.0 by @smartin015 in #105
Full Changelog: 2.0.0...2.1.0
2.1.0rc3
What's Changed
- Fix for SD job printing in v2.1.0 by @smartin015 in #102
Full Changelog: 2.1.0rc2...2.1.0rc3
2.1.0rc2
What's Changed
- Added job validation on lan queue submit by @smartin015 in #91
- Infer gcode profiles by @smartin015 in #82
- Default LAN queue by @smartin015 in #94
- Fix some edge cases by @smartin015 in #96
- Improved docs on BedReady integration, action commands by @smartin015 in #97
- Actually run bed clearing script when exiting cooldown mode by @smartin015 in #100
Full Changelog: 2.1.0rc1...2.1.0rc2
2.1.0rc1
What's Changed
- Fix Obico (Spaghetti Detective) support by @smartin015 in #77
- Better handling of large job/set counts @smartin015 in #83
- Handle deleted files still in queue by @smartin015 in #84
- Integrate time lapses into history, plus autodelete by @smartin015 in #87
- Extract & test plugin logic by @smartin015 in #88
- Improved bed cooldown (with tests) by @smartin015 in #89
Full Changelog: 2.0.0...2.1.0rc1
2.0.0
See the release demo video to learn about all the new features!
This release includes:
- Reimplementation of the storage layer, now using a sqlite3 database (instead of a stored JSON blob)
- Numerous UX tweaks and improvements, including multi-select bulk actions and "edit" mode for jobs
- Improved "idle" behavior allowing for auto-starting queue items without clicking the "Start Managing" button
- Improved settings options for file upload behavior
- Printer profile specification (allowing for job compatibility across different printers)
- (ALPHA) peer-to-peer, local network, shared-queue printing across multiple instances of OctoPrint
- Saving and importing queue jobs (
.gjob
file format) - Expanded API and documentation
2.0.0rc4
- Formalized "/set/add" API endpoint
- New configurable auto-add file upload behavior
2.0.0rc3
What's Changed
- Add printer profiles / settings by @smartin015 in #48
- Driver uses state machine by @smartin015 in #50
- Multi-material selection (with SpoolManager) by @smartin015 in #52
- Created documentation for bed cooldown by @willindiana in #55
- Merge v1.6.0 into master by @smartin015 in #59
Full Changelog: 1.5.0...2.0.0rc3