Skip to content

Commit 2f93a1c

Browse files
authored
Merge pull request #47 from babarot/tagpr-from-v0.4.2
Release for v0.5.0
2 parents 8b22c38 + 33a3dd9 commit 2f93a1c

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [v0.5.0](https://github.com/babarot/oksskolten/compare/v0.4.2...v0.5.0) - 2026-06-08
4+
### New Features
5+
- feat: add support for vLLM LLM provider by @pju-hoge in https://github.com/babarot/oksskolten/pull/56
6+
### Bug fixes
7+
- Update feed items with excerpt by @asonas in https://github.com/babarot/oksskolten/pull/51
8+
- fix: add type="button" to cancel button in FolderStep by @tenajima in https://github.com/babarot/oksskolten/pull/66
9+
- Fix article lists not refreshing after bookmark/like toggle by @babarot in https://github.com/babarot/oksskolten/pull/76
10+
- fix(fetcher): relax worker memory limit and clean up timeout aborts by @babarot in https://github.com/babarot/oksskolten/pull/81
11+
### Improvements
12+
- Add fallback mechanism for RSS description as article content by @asonas in https://github.com/babarot/oksskolten/pull/46
13+
- feat(chat): increase tool round limit and add batch tools by @pju-hoge in https://github.com/babarot/oksskolten/pull/61
14+
- Replace skip checkbox with two-phase choice flow for feed scope by @babarot in https://github.com/babarot/oksskolten/pull/54
15+
- feat: implement zap keyboard navigation in article view and fix settings sync race condition by @pju-hoge in https://github.com/babarot/oksskolten/pull/68
16+
- fix: address production memory instability — tsx→node, worker idleTimeout, SQLite soft_heap_limit by @pju-hoge in https://github.com/babarot/oksskolten/pull/78
17+
### Others
18+
- Refresh cloud LLM model list to latest releases by @babarot in https://github.com/babarot/oksskolten/pull/77
19+
- Add new font option with "System Serif" by @pellaeon in https://github.com/babarot/oksskolten/pull/65
20+
- refine(fonts): use curated stack for System Serif by @babarot in https://github.com/babarot/oksskolten/pull/80
21+
- fix(search): raise Meilisearch waitTask timeout to 5 minutes by @babarot in https://github.com/babarot/oksskolten/pull/82
22+
323
## [v0.4.2](https://github.com/babarot/oksskolten/compare/v0.4.1...v0.4.2) - 2026-03-26
424
### Improvements
525
- Add support for custom key bindings in settings by @asonas in https://github.com/babarot/oksskolten/pull/37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oksskolten",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"private": true,
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)