mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-08-31 01:15:57 -07:00
Compare commits
2 Commits
2500df76b5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 74c29b1a8c | |||
| 5a69ee33a8 |
@@ -2,6 +2,20 @@
|
||||
|
||||
All notable changes to the VTracer desktop app will be documented in this file.
|
||||
|
||||
## 1.0.0-alpha.4 - Build 116 - 2026-08-29
|
||||
|
||||
### Added
|
||||
|
||||
* VTracer 2 preview. Trial license can be activated in app.
|
||||
* SVG saving without a dialog. A preferred save folder can be set in Preferences, or the app can keep asking each time.
|
||||
* A source image display preference, choosing smooth or pixelated scaling for the source image.
|
||||
* Selected SVG shapes now show their bounds, and can be dragged around the canvas to inspect what sits beneath them.
|
||||
* A configurable disk cache limit for VTracer 2, defaulting to 2 GB. Lowering it reclaims space immediately.
|
||||
|
||||
### Fixed
|
||||
|
||||
* Pasting an image now works consistently across the app rather than only when the canvas held focus.
|
||||
|
||||
## 1.0.0-alpha.3 - Build 59 - 2026-08-14
|
||||
|
||||
### Added
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# VTracer 2 Changelog
|
||||
|
||||
All notable changes to the VTracer 2 engine will be documented in this file.
|
||||
|
||||
## 1.0.0-alpha.4 - Build 116 - 2026-08-29
|
||||
|
||||
Initial release. Supported systems:
|
||||
|
||||
* macOS on Apple Silicon
|
||||
* Windows 10 x64 with TPM, Windows 11
|
||||
@@ -8,11 +8,11 @@
|
||||
</p>
|
||||
|
||||
<h3>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.3/VTracer_1.0.0-alpha.3_x64-setup.exe">Windows App</a>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.4/VTracer_1.0.0-alpha.4_x64-setup.exe">Windows App</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.3/VTracer_1.0.0-alpha.3_universal.dmg">macOS App</a>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.4/VTracer_1.0.0-alpha.4_universal.dmg">macOS App</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.3/VTracer_1.0.0-alpha.3_x64.AppImage">Linux App</a>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.4/VTracer_1.0.0-alpha.4_x64.AppImage">Linux App</a>
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -8,9 +8,11 @@
|
||||
</p>
|
||||
|
||||
<h3>
|
||||
<a href="https://www.visioncortex.org/vtracer/">Web App</a>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.4/VTracer_1.0.0-alpha.4_x64-setup.exe">Windows App</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.3/VTracer_1.0.0-alpha.3_x64-setup.exe">Windows App</a>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.4/VTracer_1.0.0-alpha.4_universal.dmg">macOS App</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.4/VTracer_1.0.0-alpha.4_x64.AppImage">Linux App</a>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
+4
-2
@@ -8,9 +8,11 @@
|
||||
</p>
|
||||
|
||||
<h3>
|
||||
<a href="https://www.visioncortex.org/vtracer/">Web App</a>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.4/VTracer_1.0.0-alpha.4_x64-setup.exe">Windows App</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.3/VTracer_1.0.0-alpha.3_x64-setup.exe">Windows App</a>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.4/VTracer_1.0.0-alpha.4_universal.dmg">macOS App</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/visioncortex/vtracer/releases/download/1.0.0-alpha.4/VTracer_1.0.0-alpha.4_x64.AppImage">Linux App</a>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user