Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.2"
".": "1.2.0"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [1.2.0](https://github.com/daiv05/vynta/compare/vynta-app-v1.1.2...vynta-app-v1.2.0) (2026-07-20)


### Features

* **capabilities:** update default capabilities and add mode-windows configuration ([693cf06](https://github.com/daiv05/vynta/commit/693cf0607f6900f779d193176f93358a16428896))
* **cursor:** add border width and fill opacity settings for cursor highlight ([cf356c4](https://github.com/daiv05/vynta/commit/cf356c403ce3af88b29d6e6856313b92ab01efec))
* improvements and bug fixes ([4da23dc](https://github.com/daiv05/vynta/commit/4da23dcbb1d01c9820cf1fc384a10f20655b6bb8))
* **onboarding:** implement onboarding modal and related functionality ([c89966a](https://github.com/daiv05/vynta/commit/c89966a008f2308a314d5dc719d32106df567244))
* refactor and change default app color ([183b584](https://github.com/daiv05/vynta/commit/183b584588ec99e0cfcb4b8d5b4390f2a9680b87))


### Bug Fixes

* **canvas:** clear autoErase timers and maps on cleanup ([1f7e709](https://github.com/daiv05/vynta/commit/1f7e709e93ed18f26714b1151d62dc68ded2524b))
* **cursor:** ensure message loop runs correctly in start_mouse_hook function ([ba6f535](https://github.com/daiv05/vynta/commit/ba6f535fa2ee68a3b0eabad07984316aba4c13cd))
* **dependencies:** add devtools feature to tauri and update CSP settings ([c0e1e1f](https://github.com/daiv05/vynta/commit/c0e1e1f86b1cced3535ce7894fe7bf93606160d2))
* **dxgi:** implement UnmapGuard for safe D3D11 resource unmapping ([f725318](https://github.com/daiv05/vynta/commit/f72531853c386f6df50b9f92d22814924ca74665))
* **gdi:** implement GdiDcGuard for resource management in GDI screenshot capture ([1ed0d62](https://github.com/daiv05/vynta/commit/1ed0d62dc556314ca369d20bb936b03a50d7ab56))
* **magnifier:** add error handling for SetWindowRgn in set_circle function ([a244e16](https://github.com/daiv05/vynta/commit/a244e16e95b49b860ec410c7076465f3f9d406f1))
* **monitor:** manage fallback timer for monitor context retrieval ([a28121c](https://github.com/daiv05/vynta/commit/a28121c2a9076011e6d462eb0452220b3b4bbc6e))
* **monitor:** use scaleFactor from monitorContext for coordinate transformations ([1d235e3](https://github.com/daiv05/vynta/commit/1d235e357385343eb8aa28aa297f6f35d5eb3c20))
* **overlay:** rename handleHideDock to handleCloseOverlay and update functionality ([8d9d159](https://github.com/daiv05/vynta/commit/8d9d1590151d84685d902bb493fd252cb9f07901))
* **persistence:** implement queuePersist function for overlay and settings stores ([463eb79](https://github.com/daiv05/vynta/commit/463eb79d9cd3dfe9de53c5a1470acdf8019bb650))
* **window:** implement mode locking for safe window rebuild and visibility handling ([279d110](https://github.com/daiv05/vynta/commit/279d110d8c15cd5362a0b8fff6c518574fc57637))
* **window:** reassert transparent background for WebView2 and improve window positioning ([f31a580](https://github.com/daiv05/vynta/commit/f31a580a4d99be9ae443b8aba45300d597121618))
* **zoom:** clamp zoom region size to MAX_ZOOM_REGION in capture_zoom_region_raw_sync ([2ee163b](https://github.com/daiv05/vynta/commit/2ee163bc17a18985c7de1112e4e09a8c6a37b11f))
* **zoom:** clear zoom window handle on mode destruction and validate window existence ([0f85f67](https://github.com/daiv05/vynta/commit/0f85f67a1dc5a942d174ae55b3497df4b54066bc))
* **zoom:** convert stop_zoom_stream and freeze_zoom to async for improved handling ([eaad776](https://github.com/daiv05/vynta/commit/eaad77629efecc4b5b2fa558408b3d766a62194f))
* **zoom:** ensure sourceBuffer is set before updating canvas with decoded data ([39486f0](https://github.com/daiv05/vynta/commit/39486f08276b43dee5f62d01abc15d302299baef))
* **zoom:** improve error handling and fallback for zoom backend initialization ([6db3217](https://github.com/daiv05/vynta/commit/6db32174bd5ece2c2b405d9b02f2ef835291fcd6))

## [1.1.2](https://github.com/daiv05/vynta/compare/vynta-app-v1.1.1...vynta-app-v1.1.2) (2026-03-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vynta-app",
"private": true,
"version": "1.1.2",
"version": "1.2.0",
"type": "module",
"description": "Productivity application for drawing on screen and desktop utilities.",
"license": "MIT",
Expand Down
Loading
Loading