Gina Häußge
ee1f9029d1
Preparing release of version 1.2.8
2015-12-01 13:18:11 +01:00
Gina Häußge
6c622f7c43
Fixed indentation of change log
2015-10-20 12:24:23 +02:00
Gina Häußge
758062133c
Updated changelog for 1.2.7
2015-10-20 11:55:34 +02:00
Gina Häußge
536bb31965
Forgot the commit link in the changelog
2015-09-02 19:59:49 +02:00
Gina Häußge
ef46a49430
Also included #1041 in 1.2.6
2015-09-02 19:55:24 +02:00
Gina Häußge
754ef428a0
Preparing release of 1.2.6
2015-09-02 19:49:49 +02:00
Gina Häußge
96fc70bdb2
Preparing release of 1.2.5
2015-08-31 10:28:52 +02:00
Gina Häußge
25de95dc93
Preparing release of 1.2.4
2015-07-23 09:54:27 +02:00
Gina Häußge
abbf937e7f
Preparing release of 1.2.3
2015-07-08 17:22:18 +02:00
Gina Häußge
1c6b0554c7
Preparing release of 1.2.2
2015-06-30 21:19:50 +02:00
Gina Häußge
9f8d30a66c
Preparing release of 1.2.1
2015-06-30 08:42:16 +02:00
Gina Häußge
a5b87a9067
Updated changelog
2015-06-29 17:49:19 +02:00
Gina Häußge
401ebcf685
Fix: Cleanly exit on SIGTERM
2015-06-25 15:18:33 +02:00
Gina Häußge
cfa4cb2a7c
Preparing 1.2.0 release (forgot another changelog update)
2015-06-25 10:18:00 +02:00
Gina Häußge
12a1bebe7e
Preparing 1.2.0 release
2015-06-25 10:13:17 +02:00
Gina Häußge
d461acffc7
Big update of changelog
...
Resorted some things and added stuff from the various RC release notes.
2015-06-24 15:18:02 +02:00
Gina Häußge
4badf72e18
New section "Note for Upgraders" & corrected a typo
2015-06-12 20:15:22 +02:00
Gina Häußge
5da52b6c57
Preparing release of 1.2.0-rc2
2015-06-12 17:30:32 +02:00
Gina Häußge
2e72b91eaf
Preparing release of 1.2.0-rc1
2015-06-10 10:12:30 +02:00
Gina Häußge
8696ce9291
Fix: Bundled plugins always take precedence over external ones
2015-06-09 13:54:21 +02:00
Gina Häußge
db980689c8
Fixed GCODE viewer in zoomed out browsers
...
Closes #612
2015-06-03 13:25:30 +02:00
Gina Häußge
b714c59004
Allow specification of known long running commands through settings
...
This should allow users to adjust the behaviour of the communication stack more granularly in case the regular settings which only consider G4, G28, G29, G30, G32 to be real long runners without output are not sufficient.
2015-06-03 12:34:00 +02:00
Gina Häußge
d2bca10ac9
Slight refactoring of API key evaluation in restricted_access decorator
...
Actual test whether key is provided or not happens in before_request handler of flask app, hence the more granular processing in the decorator was unecessary since around november '14. Adjusted to only do the actual processing necessary to replicate login_required behaviour/login users if necessary.
Closes #516 (actually, that was solved since introduction of the before_request handler which took that work off the hands of the decorator, but now it's properly documented too)
2015-06-03 11:55:32 +02:00
Gina Häußge
caef322b65
The Plugin Manager is now bundled with OctoPrint
2015-05-29 16:31:43 +02:00
Gina Häußge
f2192ba232
Fix: Re-open detected serial port with specified baudrate
...
The serial port was previously kept open from the Stk500 initialization, which defaults to 115200 baud.
Closes #892
2015-05-29 11:36:36 +02:00
Gina Häußge
3ac2d5dd34
Fixed Z-Timelapse for Z changes on `G1` moves
...
Solves #909
2015-05-26 18:46:50 +02:00
Gina Häußge
fa57f160dc
Log cancelled prints only once
...
Thanks to @imrahil for the headsup
2015-05-13 14:00:12 +02:00
Gina Häußge
098df12d94
Added changelog entry for #888
2015-05-11 16:54:37 +02:00
Gina Häußge
ad2bdb1242
Added a bunch of changelog entries
2015-05-07 09:59:05 +02:00
Gina Häußge
9ecd59c6e1
Merge branch 'gcode-renderer-retina' of https://github.com/lucas-clemente/OctoPrint into pr/lucas-clemente/gcode-renderer-retina
...
Conflicts:
CHANGELOG.md
2015-05-05 22:04:22 +02:00
Gina Häußge
f19d0f0360
Base cut off point for temperature graph on timestamps instead of data points
...
Cut off of the temperature graph is now not based on the number of data points any more but on the actual time of the data points. Anything older than ``n`` minutes will be cut off, with ``n`` defaulting to 30min. This value can be changed under "Temperatures" in the Settings
Closes #343
2015-05-05 18:18:55 +02:00
Gina Häußge
2ef3930fc3
Better extruder/nozzle offset editing in the printer profiles
...
If only one tool is configured, the profile dialog now won't show the offset configuration. If more than one extruder is configured offset configuration for anything but the first tool (which acts as reference for the relative offsets of the others) will be shown.
Closes #677
2015-05-05 10:28:21 +02:00
Gina Häußge
2d14625fd0
Added a missing changelog entry
2015-05-04 18:15:47 +02:00
Gina Häußge
e0027c3cba
Made baudrate detection a bit more solid
2015-04-23 10:07:05 +02:00
Gina Häußge
de954c6bf8
Merge branch 'master' into devel
...
Conflicts:
CHANGELOG.md
2015-04-20 13:09:58 +02:00
Gina Häußge
babbbf696e
Fix: Another versioneer branch issue
2015-04-20 12:45:38 +02:00
Lucas Clemente
579fd3bbfb
Add support for high-DPI screens to gcode renderer
...
window.devicePixelRatio is used to scale the canvas, extrusion line
width, retract spot size and mouse event position.
2015-04-18 12:14:47 +02:00
Gina Häußge
cd244f341d
Small fixes prior to merge of #852
...
* Proper origin visualization in gcode viewer for centered rectangular
* Validation of origin profile entry
* Auto-migration of existing profiles upon load
* Added changelog entry
2015-04-16 15:20:18 +02:00
Gina Häußge
d58a2fd4c6
Renamed temperature and SD status timeout to interval
2015-04-15 14:19:41 +02:00
Gina Häußge
41c10a759a
Better behaviour of the settings dialog on low-width devices
...
Navigation and content also now scroll independently from each other.
Compare #823 .
2015-04-13 17:33:06 +02:00
Gina Häußge
8ff0096eb6
Fix & Docs: Plugins may only have one mixin implementation
...
Multiple mixins are allowed of course. Allowing multiple implementations lead to too many problems due to plugin names for referring to the APIs of SimpleApiPlugins or the assets of AssetPlugins.
Hence __plugin_implementations__ has been deprecated in favor of __plugin_implementation__. The plugin subsystem will automatically copy the first implementation from __plugin_implementations__ to __plugin_implementation__ and log a deprecation warning.
Adjusted documentation accordingly. Also added docs for helpers.
2015-03-30 16:50:06 +02:00
Gina Häußge
7bf1627625
Merge branch 'master' into devel
...
Conflicts:
CHANGELOG.md
docs/api/datamodel.rst
docs/api/index.rst
docs/conf.py
src/octoprint/static/js/app/viewmodels/files.js
src/octoprint/static/js/app/viewmodels/printerstate.js
src/octoprint/util/gcodeInterpreter.py
2015-03-23 10:58:51 +01:00
Gina Häußge
7affce2f64
Forgot to fix the Commit link
2015-03-23 10:49:35 +01:00
Gina Häußge
809c452285
Preparing release of 1.1.2
2015-03-23 10:43:42 +01:00
Gina Häußge
aa0e7a6dd3
Fixed `/api/printer` which wasn't adapter yet to new internal offset data model
2015-03-18 15:54:06 +01:00
Gina Häußge
7b9e3efea1
Removed /dev/ttyAMA* from serial ports added by default to connection list
...
Added additional ports configuration to settings to make it easier for people who actually need that port in the selection to add it back.
2015-03-18 12:08:21 +01:00
Gina Häußge
6c8a39607b
A couple more change log entries
2015-03-16 12:44:20 +01:00
Gina Häußge
cf05b571ac
Merge branch 'master' into devel
...
Conflicts:
docs/api/printer.rst
src/octoprint/server/api/printer.py
2015-03-09 09:31:39 +01:00
Gina Häußge
ad68b05f7d
Fix: docs for printer resource now match implementation
2015-03-09 09:29:17 +01:00
Gina Häußge
d665cc9538
Fixed refreshing of timelapse file list upon finished rendering of a new one
2015-03-05 11:37:56 +01:00