Skip to content

Commit eb35662

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.5...v1.15.0) (2025-09-18) ### Bug Fixes * create proper multi-resolution ICO file for Windows builds ([f5e0d96](f5e0d96)) * resolve eslint issues in Electron TypeScript code ([d728bd3](d728bd3)) * use proper 256x256 PNG icon for Linux builds ([e1086f1](e1086f1)) ### Features * add desktop app and UI improvements ([4cd03de](4cd03de))
1 parent 6741e72 commit eb35662

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.15.0](https://github.com/typelets/typelets-app/compare/v1.14.5...v1.15.0) (2025-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* create proper multi-resolution ICO file for Windows builds ([f5e0d96](https://github.com/typelets/typelets-app/commit/f5e0d967543c37091bde3af5545aa118e401d375))
7+
* resolve eslint issues in Electron TypeScript code ([d728bd3](https://github.com/typelets/typelets-app/commit/d728bd3ca0d6f492d25571a55168e14365854728))
8+
* use proper 256x256 PNG icon for Linux builds ([e1086f1](https://github.com/typelets/typelets-app/commit/e1086f1d2077bd73fcffb10650a6a1203e35369c))
9+
10+
11+
### Features
12+
13+
* add desktop app and UI improvements ([4cd03de](https://github.com/typelets/typelets-app/commit/4cd03de1b0f3dd86bc1e547cde25324dc129a201))
14+
115
## [1.14.5](https://github.com/typelets/typelets-app/compare/v1.14.4...v1.14.5) (2025-09-18)
216

317

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '1.14.5';
1+
export const APP_VERSION = '1.15.0';

0 commit comments

Comments
 (0)