CJ Pais
f38b52e123
v0.7.0
2026-01-20 08:31:38 +08:00
CJ Pais
738c5a82d8
release v0.6.11
2026-01-14 09:54:55 +08:00
CJ Pais
c606bf631b
release v0.6.10
2026-01-04 07:52:38 +08:00
CJ Pais
d06d318a66
Release v0.6.9
2025-12-23 17:44:01 +07:00
CJ Pais
add9544d86
release v0.6.8
2025-12-12 22:15:00 +07:00
CJ Pais
8ac98b33bb
release v0.6.7
2025-12-12 16:54:44 +07:00
CJ Pais
700eb71abb
Release v0.6.6
2025-12-11 17:29:35 +07:00
CJ Pais
d2a11ed53b
Refactor History SQLite ( #412 )
...
* yolo rewrite history with claude - needs review
* Update history.rs
* format
2025-12-09 21:17:34 +07:00
CJ Pais
933c1b14c2
release v0.6.5
2025-12-08 09:23:56 +07:00
CJ Pais
45e7d01e8a
release v0.6.4
2025-11-29 16:45:33 +07:00
CJ Pais
6d6d7fb279
release v0.6.3
2025-11-28 10:18:18 +07:00
CJ Pais
0c5989d824
Release v0.6.2
2025-11-19 11:03:33 +07:00
CJ Pais
c359e3ff17
Release v0.6.1
2025-11-17 13:02:35 +07:00
CJ Pais
3f9d93aa9b
release v0.6.0
2025-11-05 18:31:34 -08:00
Luis Eduardo
f7380fa69a
feat: LLM based post-processing ( #222 )
...
* Add LLM post-processing feature with settings management and UI integration
* Refactor LLM post-processing settings and prompt selection logic
* Rename CLAUDE.md to more standard AGENTS.md
* Replace Open Router with OpenAI Compatible endpoints for post-processing
* Fix post processing settings api styles
* refactor or something
* simplify
* cleanup a bit?
* remove useless code
* minor improvements
* fix laggy textarea
* Store post-processing results in db
* fix text color
* new default prompt
---------
Co-authored-by: CJ Pais <cj@cjpais.com>
2025-11-05 18:29:03 -08:00
CJ Pais
907a6f0f77
release 0.5.5
2025-11-03 11:17:18 -08:00
CJ Pais
65c1e2dbcb
parakeet v2 support ( #116 )
...
* parakeet v2 support
* Update model.rs
* fix parakeet size
* new onboarding UI for parakeet v2 introduction
* tweak height
2025-10-28 16:32:26 -07:00
CJ Pais
0aa86a8cbd
Release v0.5.4
2025-10-17 16:58:58 -07:00
CJ Pais
a9a3e7bfd8
display download size + refactor ( #221 )
2025-10-17 16:57:51 -07:00
Jackson
93215dc097
A few optimizations on startup ( #182 )
...
* Use an optimal release profile... load managers & hotkeys first, add a
splash, simplify app handler
* removed splashscreen, hopefully app boots fast enough anyhow
* No need to load transcription model on start now that its loaded on
demand & cleanup
* Make an unloaded model status
* tiny modification to unloading
* update comment
---------
Co-authored-by: CJ Pais <cj@cjpais.com>
2025-10-17 16:05:43 -07:00
CJ Pais
c291b8470f
Release v0.5.3
2025-10-13 14:46:23 -07:00
CJ Pais
ee6c60642f
release v0.5.2
2025-10-09 19:31:12 -07:00
CJ Pais
3bf4ac819e
0.5.1
2025-09-28 07:44:37 -07:00
CJ Pais
ea375d942b
Release v0.5.0
2025-09-09 18:59:50 -07:00
CJ Pais
7be3fac4b1
Release v0.4.2
2025-09-06 14:08:31 -07:00
CJ Pais
76785d5b47
release 0.4.1
2025-09-05 22:19:25 -07:00
CJ Pais
01d7b41058
fix linux history bug?
2025-09-05 22:19:06 -07:00
CJ Pais
40cd7ae71b
release v0.4.0
2025-09-05 16:29:16 -07:00
CJ Pais
7638f6b827
basic working history ( #104 )
2025-09-05 16:25:38 -07:00
CJ Pais
d6684ccb21
UI v2 ( #103 )
...
* wip ui
* pretty much fully new settings page
* proper dark/light mode
* slight style tweak for sidebar
* add about
2025-09-05 12:56:55 -07:00
CJ Pais
cd6102c69a
Merge branch 'main' of github.com:cjpais/Handy
2025-09-03 19:25:46 -07:00
CJ Pais
f52a43fdbf
release v0.3.9
2025-09-03 19:01:22 -07:00
CJ Pais
ae5f640da5
Add VRAM Inactivity Timer ( #101 )
...
* init vram unload
* logging
* add immediate unloading
* thread fixes
2025-09-03 19:00:36 -07:00
CJ Pais
7c2ee4123b
release v0.3.8
2025-08-19 18:54:32 -07:00
CJ Pais
0000072518
release 0.3.7
2025-08-11 15:46:34 -07:00
CJ Pais
174e7d4bbb
remove visible for now
2025-08-11 15:44:19 -07:00
CJ Pais
1b6f95918d
tweak min height for a single row of custom words by default.
2025-08-11 15:30:34 -07:00
Vlad Gerasimov
e73eba7af0
during startup, if the dev server at localhost:1420 isn't running, you get a blank settings window
2025-08-09 09:16:35 +04:00
Vlad Gerasimov
ca00ddeb53
fix(ui): reduce window height and tighten layout spacing
2025-08-08 17:51:57 +04:00
Vlad Gerasimov
003bf23402
feat(transcription): add word correction with phonetic matching
2025-08-08 17:50:31 +04:00
CJ Pais
e8976c2047
Release v0.3.6
2025-08-07 18:01:34 -07:00
CJ Pais
0e73afb609
Release v0.3.5
2025-08-02 19:33:33 -07:00
CJ Pais
945acfed07
Release v0.3.4
2025-08-02 12:13:31 -07:00
CJ Pais
ee5ab6e210
tweak default height to 700
2025-08-02 10:28:17 -07:00
Vlad Gerasimov
5b19b8a479
style: window height, logo width, group title size
2025-08-02 10:31:32 +04:00
CJ Pais
949be1b785
release v0.3.3
2025-08-01 21:15:19 -07:00
CJ Pais
dd957a894d
add setting to enable or disable showing the overlay
2025-08-01 14:29:02 -07:00
CJ Pais
8731881837
wip
2025-08-01 14:15:02 -07:00
CJ Pais
125d9b1c58
better default size
2025-07-28 12:43:15 -07:00
CJ Pais
9b3ac57ed6
Release v0.3.2
2025-07-28 12:31:43 -07:00