Meerk40t

Latest version: v0.9.7020

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 19

0.9.3020

It has taken a bit since the last beta, as we were addressing some more fundamental aspects of the underlying architecture to become more flexible and more performant in the future.
From a user perspective a couple of small but relevant changes have been introduced:
- Dragging 1: dragging an object around on the scene: so far you had to use the central move widget within the selection - now you can as well click on any area within the selected object, hold the mouse for a 1 second and then move the selection around.
- Dragging 2: the 'snap to element' option should feel snappier 😀 and behave more consistent
- SVG load: hidden layers (as used in inkscape) will be read and end up in the (unburnt) regmarks section. Just rightclick on these layers=groups and select 'Move back to elements' to have them editable again. Select 'Move to regmarks' in the elements context menu to disable them again.
- SVG load: the speed to read complex files should have been improved.
- ![grafik](https://github.com/meerk40t/meerk40t/assets/2670784/32125b15-6a49-4e53-906a-248f21a6ed20) The burn repetition capability, i.e. having a single object on the scene that will be burnt multiple times at certain locations, that had been introduced with the placement feature, has been made powerful by easily defining a full grid of job repetitions
- Material Library: different materials require different operation settings for engraving and cutting. You can now maintain and organize different sets of operations for those different use cases and easily switch between them. There is even an import option to load such libraries from other programs like ezcad and lightburn. While the current beta does not yet include this feature, we aim to establish a community based set of settings to which you can contribute and from which you can benefit.
- GUI: a couple of tweaks to deal with high dpi monitor setups, so hopefully no more strange artifacts under windows systems with more than 150% user scale factors.
- Rotary support - this is still an area for improvements, but the minimal rotary support that was broken in early 0.9 has been reestablished
- Experimental character welding for vector fonts

What's Changed
* Recognize device rename in device manager by jpirnay in https://github.com/meerk40t/meerk40t/pull/2322
* Update check by jpirnay in https://github.com/meerk40t/meerk40t/pull/2323
* Translations by jpirnay in https://github.com/meerk40t/meerk40t/pull/2324
* GRBL Connection Robustness. by tatarize in https://github.com/meerk40t/meerk40t/pull/2321
* Allow suppression of travel path by jpirnay in https://github.com/meerk40t/meerk40t/pull/2325
* Provide additional feedback by jpirnay in https://github.com/meerk40t/meerk40t/pull/2326
* 0.10.x+, Geomstr Backend, Phase 1 by tatarize in https://github.com/meerk40t/meerk40t/pull/2320
* Correct hatches for those lacking count values (2331) by tatarize in https://github.com/meerk40t/meerk40t/pull/2334
* Some layout adjustments by jpirnay in https://github.com/meerk40t/meerk40t/pull/2335
* Add `serial_exchange` command by tatarize in https://github.com/meerk40t/meerk40t/pull/2333
* Circumvent high userscale issue for panel icons by jpirnay in https://github.com/meerk40t/meerk40t/pull/2336
* Autoadvance wordlist in plan spool stage by jpirnay in https://github.com/meerk40t/meerk40t/pull/2339
* Rotary Corrections by tatarize in https://github.com/meerk40t/meerk40t/pull/2340
* Improve Rotary, Finish Coordinate Systems by tatarize in https://github.com/meerk40t/meerk40t/pull/2341
* Scene: Add in Ability to Scene Stack by tatarize in https://github.com/meerk40t/meerk40t/pull/2342
* Lihuiyu driver move position for firing by tatarize in https://github.com/meerk40t/meerk40t/pull/2344
* Italian translations by betaeta by jpirnay in https://github.com/meerk40t/meerk40t/pull/2345
* Execution Correction and Signal Crash Validation by tatarize in https://github.com/meerk40t/meerk40t/pull/2347
* Implement Numba Fast Dithers by tatarize in https://github.com/meerk40t/meerk40t/pull/2346
* Ruida Implementation Work by tatarize in https://github.com/meerk40t/meerk40t/pull/2353
* Material Manager by jpirnay in https://github.com/meerk40t/meerk40t/pull/2337
* Matman: saving + ezcad3 support by jpirnay in https://github.com/meerk40t/meerk40t/pull/2360
* RuidaControl - Bridge Mode. by tatarize in https://github.com/meerk40t/meerk40t/pull/2357
* Service Delegate Rotary by tatarize in https://github.com/meerk40t/meerk40t/pull/2355
* Ruida: Serial Connection by tatarize in https://github.com/meerk40t/meerk40t/pull/2362
* Placement improvements by jpirnay in https://github.com/meerk40t/meerk40t/pull/2361
* Italian translations by betaeta by jpirnay in https://github.com/meerk40t/meerk40t/pull/2363
* Allow sizing of elements with one dimension set to zero by jpirnay in https://github.com/meerk40t/meerk40t/pull/2366
* Fix missing parent bound invalidation on element move/scale by jpirnay in https://github.com/meerk40t/meerk40t/pull/2365
* Balor: Display input pins in config by jpirnay in https://github.com/meerk40t/meerk40t/pull/2356
* Additional information in Material Manager by jpirnay in https://github.com/meerk40t/meerk40t/pull/2364
* Settings backup by jpirnay in https://github.com/meerk40t/meerk40t/pull/2359
* Allow import of 3D-polylines by jpirnay in https://github.com/meerk40t/meerk40t/pull/2368
* Device.safe_label + Bug Fixes by tatarize in https://github.com/meerk40t/meerk40t/pull/2369
* Update Moshi Driver (Checks and Corrections) by tatarize in https://github.com/meerk40t/meerk40t/pull/2370
* Proper placement grid by jpirnay in https://github.com/meerk40t/meerk40t/pull/2367
* Clearer visual indicator that rotary mode is active by jpirnay in https://github.com/meerk40t/meerk40t/pull/2372
* Placement - tiling improvements by jpirnay in https://github.com/meerk40t/meerk40t/pull/2371
* Extended snap logic by jpirnay in https://github.com/meerk40t/meerk40t/pull/2373
* Add service/kernel console command applied to lifecycle objects by tatarize in https://github.com/meerk40t/meerk40t/pull/2375
* Speed up font rendering by jpirnay in https://github.com/meerk40t/meerk40t/pull/2377
* Use element dragging instead of selection rectangle after some time by jpirnay in https://github.com/meerk40t/meerk40t/pull/2378
* Format painter by jpirnay in https://github.com/meerk40t/meerk40t/pull/2376
* Vectorfont - fixes and poor man's kerning by jpirnay in https://github.com/meerk40t/meerk40t/pull/2379
* Effect Drag-and-Drop treatment correction. by tatarize in https://github.com/meerk40t/meerk40t/pull/2381
* Matman fix by jpirnay in https://github.com/meerk40t/meerk40t/pull/2382
* Advanced Ribbon Tool, Tool Modes by tatarize in https://github.com/meerk40t/meerk40t/pull/2384
* Add profiler option for meerk40t by tatarize in https://github.com/meerk40t/meerk40t/pull/2380
* Merger fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2386
* Create .po file for pt_BR by tatarize in https://github.com/meerk40t/meerk40t/pull/2388
* GotoOperation Corrections by tatarize in https://github.com/meerk40t/meerk40t/pull/2390
* lock/unlock of the helper pane updates by jpirnay in https://github.com/meerk40t/meerk40t/pull/2389
* Geomstr simplify by jpirnay in https://github.com/meerk40t/meerk40t/pull/2392
* High dpi fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2394
* BeamTable: Bentley Ottmann Intersections by tatarize in https://github.com/meerk40t/meerk40t/pull/2387
* Fontwelding by jpirnay in https://github.com/meerk40t/meerk40t/pull/2395
* Inkscape Layer-Support / Accelerate loading by jpirnay in https://github.com/meerk40t/meerk40t/pull/2397
* Update Simplify Code by tatarize in https://github.com/meerk40t/meerk40t/pull/2396
* Alarm reset by jpirnay in https://github.com/meerk40t/meerk40t/pull/2400
* 0.9.4-beta2 Fixes and Checks by tatarize in https://github.com/meerk40t/meerk40t/pull/2399


**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.9.3010...0.9.3020

0.9.3010

This release is focused mainly on smaller bugfixes but brings a couple of new features too:
- The laser drivers use a smarter interpolation algorithm to translate curved lines into laser movements. This should feel snappier.
- We have started to tackle the long overdue task of creating better (and not outdated) documentation and make this available inside MeerK40t in a simpler fashion.
- There's a new experimental feature to translate images into a geometrical shape representing adjacent horizontal pixels by lines
- Small addition but useful: MeerK40t is recognising and using the external (ie system) clipboard to import images, files and text

What's Changed
* Replace all SVGElement.Angle usages, expand units.angle by tatarize in https://github.com/meerk40t/meerk40t/pull/2221
* Effect Warp by tatarize in https://github.com/meerk40t/meerk40t/pull/2276
* Issue 2272: Open containing folder for file by tatarize in https://github.com/meerk40t/meerk40t/pull/2273
* Make m2nano controller window a bit more compact by jpirnay in https://github.com/meerk40t/meerk40t/pull/2274
* Consistent use of stroke attributes for all dxf path elements by jpirnay in https://github.com/meerk40t/meerk40t/pull/2279
* Add option to choose from registered hatches to toolbar by jpirnay in https://github.com/meerk40t/meerk40t/pull/2271
* Helper Window + Online Help by jpirnay in https://github.com/meerk40t/meerk40t/pull/2269
* Add in GRBL Interpolation tweaks. by tatarize in https://github.com/meerk40t/meerk40t/pull/2278
* Exif image rotation by tatarize in https://github.com/meerk40t/meerk40t/pull/2280
* GRBL: Imply GRBL home offsets by tatarize in https://github.com/meerk40t/meerk40t/pull/2270
* Isolated Kernel Translation Features by tatarize in https://github.com/meerk40t/meerk40t/pull/2281
* Fix clear/cls by jpirnay in https://github.com/meerk40t/meerk40t/pull/2283
* Cover 'path helloworld' crash by jpirnay in https://github.com/meerk40t/meerk40t/pull/2284
* Make confinement persistent by jpirnay in https://github.com/meerk40t/meerk40t/pull/2285
* Corrections to BeamTable. by tatarize in https://github.com/meerk40t/meerk40t/pull/2287
* GRBLHal compatibility corrections. by tatarize in https://github.com/meerk40t/meerk40t/pull/2288
* Fix `in_place` flag compatibility for image loading. by tatarize in https://github.com/meerk40t/meerk40t/pull/2289
* Add help topics by jpirnay in https://github.com/meerk40t/meerk40t/pull/2286
* Fix manual-update crash, if 'no, ty' was chosen by jpirnay in https://github.com/meerk40t/meerk40t/pull/2292
* Balor, Moshi, Interpolation algorithm change by tatarize in https://github.com/meerk40t/meerk40t/pull/2291
* Simplify geometric calls in wxmtree. by tatarize in https://github.com/meerk40t/meerk40t/pull/2297
* Add `Convert To Path` for Images by tatarize in https://github.com/meerk40t/meerk40t/pull/2298
* Galvo Improvements by tatarize in https://github.com/meerk40t/meerk40t/pull/2295
* Newly-Driver Changes, Interpolation by tatarize in https://github.com/meerk40t/meerk40t/pull/2290
* Tips at startup by jpirnay in https://github.com/meerk40t/meerk40t/pull/2282
* 0.9.3 Post 2 (Candidate) by tatarize in https://github.com/meerk40t/meerk40t/pull/2267
* Polygon tool by jpirnay in https://github.com/meerk40t/meerk40t/pull/2296
* Single-checkbox consent to interactive tips. by tatarize in https://github.com/meerk40t/meerk40t/pull/2299
* Arbitrary size correction for Linux by jpirnay in https://github.com/meerk40t/meerk40t/pull/2294
* Unify all line based tools by jpirnay in https://github.com/meerk40t/meerk40t/pull/2300
* Line-tool / add simplified point move by jpirnay in https://github.com/meerk40t/meerk40t/pull/2301
* Use hashvalue as local filename by jpirnay in https://github.com/meerk40t/meerk40t/pull/2305
* Fix dxf text and image import by jpirnay in https://github.com/meerk40t/meerk40t/pull/2302
* Fix BeamTable edge case. by tatarize in https://github.com/meerk40t/meerk40t/pull/2303
* GRBL Validation Restore, Tweaks for Validating GRBL devices by tatarize in https://github.com/meerk40t/meerk40t/pull/2309
* MKernel: Improve Signal Swap by tatarize in https://github.com/meerk40t/meerk40t/pull/2308
* tiger bug-reports by jpirnay in https://github.com/meerk40t/meerk40t/pull/2311
* Use only basic operation from default-operations by jpirnay in https://github.com/meerk40t/meerk40t/pull/2313
* Optimize Helper: Moves mouse query to Helper directly. Increasing Poll. by tatarize in https://github.com/meerk40t/meerk40t/pull/2310
* Allow pasting from system clipboard by jpirnay in https://github.com/meerk40t/meerk40t/pull/2314
* A couple of hatch fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2315
* Geomstr: Binary Geometry Commands by tatarize in https://github.com/meerk40t/meerk40t/pull/2306
* Image Passthrough by tatarize in https://github.com/meerk40t/meerk40t/pull/2312
* Final Touches for 0.9.4 Beta 1 by tatarize in https://github.com/meerk40t/meerk40t/pull/2316
* Sync hatch-fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2318
* Hatch fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2319
* Catch shutdown runtime errors (hopefully) by jpirnay in https://github.com/meerk40t/meerk40t/pull/2317


**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.9.3001...0.9.3010

0.9.3001

Not secure
* Correct optimize check box bug.

What's Changed
* Additional margin + refined overlap test for raster optimisation by jpirnay in https://github.com/meerk40t/meerk40t/pull/2245
* Fix invalid arc translation between geomstr and svgelements by jpirnay in https://github.com/meerk40t/meerk40t/pull/2247
* UI fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2250
* Recreate old fence icon by jpirnay in https://github.com/meerk40t/meerk40t/pull/2252
* Add pocket command and acknowledge latest breaking version of pyclipr by jpirnay in https://github.com/meerk40t/meerk40t/pull/2248
* Adjust tab font for smaller displays by jpirnay in https://github.com/meerk40t/meerk40t/pull/2254
* Proper resize bind by jpirnay in https://github.com/meerk40t/meerk40t/pull/2255
* Add a lock around icon generation by jpirnay in https://github.com/meerk40t/meerk40t/pull/2253
* Scaffold for meerk40t restart by jpirnay in https://github.com/meerk40t/meerk40t/pull/2251
* UI tweaks around devices by jpirnay in https://github.com/meerk40t/meerk40t/pull/2257
* Reestablish text formatting in console by jpirnay in https://github.com/meerk40t/meerk40t/pull/2256
* Fix secondary tool icon bug by jpirnay in https://github.com/meerk40t/meerk40t/pull/2258
* Selection fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2260
* GRBL improvements by tatarize in https://github.com/meerk40t/meerk40t/pull/2249
* elem image fix - automatic image split by jpirnay in https://github.com/meerk40t/meerk40t/pull/2259
* Final touches for version 0.9.3 by tatarize in https://github.com/meerk40t/meerk40t/pull/2263
* Spooler update during laser waits by jpirnay in https://github.com/meerk40t/meerk40t/pull/2264
* Provide undo/redo indicator by jpirnay in https://github.com/meerk40t/meerk40t/pull/2265
* Internalize Undo Signals, Fix 2234 by tatarize in https://github.com/meerk40t/meerk40t/pull/2266

What's Changed Beta2
* Italian translations by betaeta by jpirnay in https://github.com/meerk40t/meerk40t/pull/2231
* Display icon in id panel by jpirnay in https://github.com/meerk40t/meerk40t/pull/2230
* Avoid invalid arc behaviour by jpirnay in https://github.com/meerk40t/meerk40t/pull/2236
* Consistent use of pause / laser_status by jpirnay in https://github.com/meerk40t/meerk40t/pull/2229
* Pause Fix, Mixin and Status Standarization by tatarize in https://github.com/meerk40t/meerk40t/pull/2238
* Line Tool and ImageCut Tool, other background improvements. by tatarize in https://github.com/meerk40t/meerk40t/pull/2235
* ScanTable Computational Geometry by tatarize in https://github.com/meerk40t/meerk40t/pull/2214
* Raster optimisations: clustering of elements by jpirnay in https://github.com/meerk40t/meerk40t/pull/2240
* 0.9.3 Beta 2: Final Touches by tatarize in https://github.com/meerk40t/meerk40t/pull/2239

What's Changed Beta-1
* Ribbon sync by jpirnay in https://github.com/meerk40t/meerk40t/pull/2166
* Hatch Effect Group by tatarize in https://github.com/meerk40t/meerk40t/pull/2137
* Wobble effect by tatarize in https://github.com/meerk40t/meerk40t/pull/2173
* Experimental: Image Rewrite to `as_image` coded elements. by tatarize in https://github.com/meerk40t/meerk40t/pull/2131
* Scene Optimizations by tatarize in https://github.com/meerk40t/meerk40t/pull/2005
* Correct issues for the 0.9.3 merges by tatarize in https://github.com/meerk40t/meerk40t/pull/2174
* Corrections for Merge 0.9.3 part 2 by tatarize in https://github.com/meerk40t/meerk40t/pull/2175
* Remove all hooks for galvo-only wobble. by tatarize in https://github.com/meerk40t/meerk40t/pull/2176
* Additional 0.9.x shape modifications by tatarize in https://github.com/meerk40t/meerk40t/pull/2178
* Living Hinge Fix by tatarize in https://github.com/meerk40t/meerk40t/pull/2181
* Correct corrupted disjointed path for Polycut by tatarize in https://github.com/meerk40t/meerk40t/pull/2182
* Living Hinges - Curves failing AABB by tatarize in https://github.com/meerk40t/meerk40t/pull/2187
* Fix invalid hinge shift by jpirnay in https://github.com/meerk40t/meerk40t/pull/2186
* Italian translations (by betaeta) by jpirnay in https://github.com/meerk40t/meerk40t/pull/2185
* V92 bugfixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2184
* Fix test diamond1 by tatarize in https://github.com/meerk40t/meerk40t/pull/2188
* Extended classification by jpirnay in https://github.com/meerk40t/meerk40t/pull/2183
* Hinge pattern by jpirnay in https://github.com/meerk40t/meerk40t/pull/2190
* Add missing linebreak to translation by jpirnay in https://github.com/meerk40t/meerk40t/pull/2193
* Correct Hinge Whiskers Bug by tatarize in https://github.com/meerk40t/meerk40t/pull/2196
* Allow deletion / duplication of entries in newly raster chart by jpirnay in https://github.com/meerk40t/meerk40t/pull/2195
* Add a bit more control over job loops by jpirnay in https://github.com/meerk40t/meerk40t/pull/2194
* Simplify and Correct SVG writing. by tatarize in https://github.com/meerk40t/meerk40t/pull/2197
* Fix + extend simpleui panel by jpirnay in https://github.com/meerk40t/meerk40t/pull/2200
* Py37 by tatarize in https://github.com/meerk40t/meerk40t/pull/2201
* Fix two crashes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2202
* Effect Groups: Write Operations as Groups by tatarize in https://github.com/meerk40t/meerk40t/pull/2198
* Use mk-specific properties not in parameters.py by jpirnay in https://github.com/meerk40t/meerk40t/pull/2205
* Expand Hatch Effects by tatarize in https://github.com/meerk40t/meerk40t/pull/2206
* Bugfixes 093 by tatarize in https://github.com/meerk40t/meerk40t/pull/2207
* Vector Icons by tatarize in https://github.com/meerk40t/meerk40t/pull/2157
* Next batch of vector icons by jpirnay in https://github.com/meerk40t/meerk40t/pull/2208
* Vector icons - some fixes / optimisations by jpirnay in https://github.com/meerk40t/meerk40t/pull/2211
* Improve icon transparency by jpirnay in https://github.com/meerk40t/meerk40t/pull/2212
* Vector icons - fixes + improvements by jpirnay in https://github.com/meerk40t/meerk40t/pull/2213
* Vector icons - crop fix by jpirnay in https://github.com/meerk40t/meerk40t/pull/2216
* More vector based icons by jpirnay in https://github.com/meerk40t/meerk40t/pull/2217
* Rename icons to remove unneeded size indicator by jpirnay in https://github.com/meerk40t/meerk40t/pull/2218
* Retire scene menu (no longer working) by jpirnay in https://github.com/meerk40t/meerk40t/pull/2219
* Angle hatch fix by tatarize in https://github.com/meerk40t/meerk40t/pull/2220
* Hatch classify by tatarize in https://github.com/meerk40t/meerk40t/pull/2222
* Basic update for pillow 10 deprecations by tatarize in https://github.com/meerk40t/meerk40t/pull/2215
* Color Theme scaffolding by jpirnay in https://github.com/meerk40t/meerk40t/pull/2224
* A couple of additional icons, colored VectorIcons by jpirnay in https://github.com/meerk40t/meerk40t/pull/2226
* VectorIcons completed by jpirnay in https://github.com/meerk40t/meerk40t/pull/2227
* Bug Fixes 0.9.3 by tatarize in https://github.com/meerk40t/meerk40t/pull/2228

**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.9.2000...0.9.3000

0.9.2002

This version was intended towards being 0.9.3 full release but issue 2241. Prevented completion easy completion of [Tiger Tests](https://github.com/meerk40t/meerk40t/wiki/Dev:-Tiger-Tests) required for full releases.

What's Changed
* Italian translations by betaeta by jpirnay in https://github.com/meerk40t/meerk40t/pull/2231
* Display icon in id panel by jpirnay in https://github.com/meerk40t/meerk40t/pull/2230
* Avoid invalid arc behaviour by jpirnay in https://github.com/meerk40t/meerk40t/pull/2236
* Consistent use of pause / laser_status by jpirnay in https://github.com/meerk40t/meerk40t/pull/2229
* Pause Fix, Mixin and Status Standarization by tatarize in https://github.com/meerk40t/meerk40t/pull/2238
* Line Tool and ImageCut Tool, other background improvements. by tatarize in https://github.com/meerk40t/meerk40t/pull/2235
* ScanTable Computational Geometry by tatarize in https://github.com/meerk40t/meerk40t/pull/2214
* Raster optimisations: clustering of elements by jpirnay in https://github.com/meerk40t/meerk40t/pull/2240
* 0.9.3 Beta 2: Final Touches by tatarize in https://github.com/meerk40t/meerk40t/pull/2239


**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.9.2001...0.9.2002

0.9.2001

While this release contains some visual enhancements to benefit from high-resolution displays by stepping away from bitmapped icons and using vector icons instead, it focuses mainly on a couple of fixes for bugs that crept in 0.9.2.

Additionally hatches and wobbles have become usable again - they are available not only for fibre lasers but for all supported laser types.

What's Changed
* Ribbon sync by jpirnay in https://github.com/meerk40t/meerk40t/pull/2166
* Hatch Effect Group by tatarize in https://github.com/meerk40t/meerk40t/pull/2137
* Wobble effect by tatarize in https://github.com/meerk40t/meerk40t/pull/2173
* Experimental: Image Rewrite to `as_image` coded elements. by tatarize in https://github.com/meerk40t/meerk40t/pull/2131
* Scene Optimizations by tatarize in https://github.com/meerk40t/meerk40t/pull/2005
* Correct issues for the 0.9.3 merges by tatarize in https://github.com/meerk40t/meerk40t/pull/2174
* Corrections for Merge 0.9.3 part 2 by tatarize in https://github.com/meerk40t/meerk40t/pull/2175
* Remove all hooks for galvo-only wobble. by tatarize in https://github.com/meerk40t/meerk40t/pull/2176
* Additional 0.9.x shape modifications by tatarize in https://github.com/meerk40t/meerk40t/pull/2178
* Living Hinge Fix by tatarize in https://github.com/meerk40t/meerk40t/pull/2181
* Correct corrupted disjointed path for Polycut by tatarize in https://github.com/meerk40t/meerk40t/pull/2182
* Living Hinges - Curves failing AABB by tatarize in https://github.com/meerk40t/meerk40t/pull/2187
* Fix invalid hinge shift by jpirnay in https://github.com/meerk40t/meerk40t/pull/2186
* Italian translations (by betaeta) by jpirnay in https://github.com/meerk40t/meerk40t/pull/2185
* V92 bugfixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2184
* Fix test diamond1 by tatarize in https://github.com/meerk40t/meerk40t/pull/2188
* Extended classification by jpirnay in https://github.com/meerk40t/meerk40t/pull/2183
* Hinge pattern by jpirnay in https://github.com/meerk40t/meerk40t/pull/2190
* Add missing linebreak to translation by jpirnay in https://github.com/meerk40t/meerk40t/pull/2193
* Correct Hinge Whiskers Bug by tatarize in https://github.com/meerk40t/meerk40t/pull/2196
* Allow deletion / duplication of entries in newly raster chart by jpirnay in https://github.com/meerk40t/meerk40t/pull/2195
* Add a bit more control over job loops by jpirnay in https://github.com/meerk40t/meerk40t/pull/2194
* Simplify and Correct SVG writing. by tatarize in https://github.com/meerk40t/meerk40t/pull/2197
* Fix + extend simpleui panel by jpirnay in https://github.com/meerk40t/meerk40t/pull/2200
* Py37 by tatarize in https://github.com/meerk40t/meerk40t/pull/2201
* Fix two crashes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2202
* Effect Groups: Write Operations as Groups by tatarize in https://github.com/meerk40t/meerk40t/pull/2198
* Use mk-specific properties not in parameters.py by jpirnay in https://github.com/meerk40t/meerk40t/pull/2205
* Expand Hatch Effects by tatarize in https://github.com/meerk40t/meerk40t/pull/2206
* Bugfixes 093 by tatarize in https://github.com/meerk40t/meerk40t/pull/2207
* Vector Icons by tatarize in https://github.com/meerk40t/meerk40t/pull/2157
* Next batch of vector icons by jpirnay in https://github.com/meerk40t/meerk40t/pull/2208
* Vector icons - some fixes / optimisations by jpirnay in https://github.com/meerk40t/meerk40t/pull/2211
* Improve icon transparency by jpirnay in https://github.com/meerk40t/meerk40t/pull/2212
* Vector icons - fixes + improvements by jpirnay in https://github.com/meerk40t/meerk40t/pull/2213
* Vector icons - crop fix by jpirnay in https://github.com/meerk40t/meerk40t/pull/2216
* More vector based icons by jpirnay in https://github.com/meerk40t/meerk40t/pull/2217
* Rename icons to remove unneeded size indicator by jpirnay in https://github.com/meerk40t/meerk40t/pull/2218
* Retire scene menu (no longer working) by jpirnay in https://github.com/meerk40t/meerk40t/pull/2219
* Angle hatch fix by tatarize in https://github.com/meerk40t/meerk40t/pull/2220
* Hatch classify by tatarize in https://github.com/meerk40t/meerk40t/pull/2222
* Basic update for pillow 10 deprecations by tatarize in https://github.com/meerk40t/meerk40t/pull/2215
* Color Theme scaffolding by jpirnay in https://github.com/meerk40t/meerk40t/pull/2224
* A couple of additional icons, colored VectorIcons by jpirnay in https://github.com/meerk40t/meerk40t/pull/2226
* VectorIcons completed by jpirnay in https://github.com/meerk40t/meerk40t/pull/2227
* Bug Fixes 0.9.3 by tatarize in https://github.com/meerk40t/meerk40t/pull/2228


**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.9.2000...0.9.2001

0.9.2000

Not secure
This release focuses mainly on the fixing of reported/identified bugs.
In terms of new features we have added support for High-DPI monitors under Windows (where you have applied a scale to increase the size of UI elements).

What's Changed
* Introduce break subpaths when parsing a svg path by jpirnay in https://github.com/meerk40t/meerk40t/pull/2165
* Tweaks and Improvements for High-Res Windows by tatarize in https://github.com/meerk40t/meerk40t/pull/2163
* Crash Reports Bug Fixes by tatarize in https://github.com/meerk40t/meerk40t/pull/2164
* Language updates for 0.9.2 by jpirnay in https://github.com/meerk40t/meerk40t/pull/2167
* Allow suppression of high_dpi_mode by jpirnay in https://github.com/meerk40t/meerk40t/pull/2168
* Correct Pixel Awareness Window sizes by tatarize in https://github.com/meerk40t/meerk40t/pull/2169
* Windows Reset Fix by tatarize in https://github.com/meerk40t/meerk40t/pull/2170
* Classification fixes by jpirnay in https://github.com/meerk40t/meerk40t/pull/2172


**Full Changelog**: https://github.com/meerk40t/meerk40t/compare/0.9.1002...0.9.2000

Page 5 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.