chore(main): release 1.4.0 (#202)

This commit is contained in:
stoat-release[bot] 2026-06-19 20:04:00 +01:00 committed by GitHub
parent ee830342eb
commit c15ab984fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.4.0"
}

View File

@ -1,5 +1,17 @@
# Changelog
## [1.4.0](https://github.com/stoatchat/for-desktop/compare/v1.3.0...v1.4.0) (2026-06-16)
### Features
* enable screen sharing and integrate screen picker ([#207](https://github.com/stoatchat/for-desktop/issues/207)) ([c9d59ee](https://github.com/stoatchat/for-desktop/commit/c9d59ee044724cec86bc6a286ef1e34accf8c560))
### Bug Fixes
* **flatpak:** change screenshot path into an url in the metainfo file ([#195](https://github.com/stoatchat/for-desktop/issues/195)) ([74c941e](https://github.com/stoatchat/for-desktop/commit/74c941e5b83cd14ddecb74150d5a1d08c143278b))
## [1.3.0](https://github.com/stoatchat/for-desktop/compare/v1.2.0...v1.3.0) (2026-02-18)

View File

@ -1,7 +1,7 @@
{
"name": "stoat-desktop",
"productName": "stoat-desktop",
"version": "1.3.0",
"version": "1.4.0",
"main": ".vite/build/main.js",
"repository": "stoatchat/desktop",
"scripts": {