Releases: janhq/jan
Releases · janhq/jan
0.5.10
🚀 Features
- feat: Privacy docs @eckartal (#4080)
- feat: update Jan’s client request to adapt API changes from Cortex @louis-jan (#4130)
- enhancement: increased max-token limit claude-3.5 @urmauur (#4112)
- feat: stop word model setting @urmauur (#4113)
- feat: add more Groq models @sharunkumar (#3843)
- feat: Anthropic Model Updates @px100 (#3888)
🐛 Fixes
- fix: scrollbar issue css @louis-jan (#4191)
- fix: 4171 - Model loading gets stuck on stop @louis-jan (#4177)
- fix: high performance large convo rendering @louis-jan (#4166)
- fix: smooth the loader animation @louis-jan (#4167)
- fix: Glitch theme applies on launch @louis-jan (#4168)
- fix: token speed should not be calculated based on state updates @louis-jan (#4159)
- fix: remove filter on recommend model @urmauur (#4156)
- fix: scroll bottom when switch thread @urmauur (#4152)
- fix: convo component re-render every single token yield @louis-jan (#4150)
- fix: default local model from starter screen @urmauur (#4151)
- fix: app re-render issues caused by bad state handling @louis-jan (#4146)
- fix: handle case stop word too long @urmauur (#4145)
- fix: wrong component wrapping and state handling cause excessive app re-render @louis-jan (#4141)
- fix: 4098 - factory reset closes the app & never opens again on Linux @louis-jan (#4139)
- fix: memory leak lowlight dependencies @urmauur (#4134)
- fix: default local model from starter screen @urmauur (#4135)
- fix: 4096 - failed to get huggingface models @louis-jan (#4133)
- fix: 4094 - gpu mode toggle on by default but not affect for the first time launch @louis-jan (#4132)
- fix: 4012 - active model should be gone as soon as cortex.cpp server is killed @louis-jan (#4131)
- fix: 3986 - invalid request should show clear error message @louis-jan (#4119)
- fix: memory leak when the code block response is too long @urmauur (#4129)
- fix: Line-number and border color code block UI @urmauur (#4105)
- fix: 4086 - editing message should not send follow-up messages @louis-jan (#4116)
- fix: handle case markdown value no space @urmauur (#4109)
- fix: vulkan responsive @urmauur (#4099)
- fix: reorder alphabetical cloud model on starter screen @urmauur (#4072)
- fix: disabled shortcut create new thread on starter screen @urmauur (#4074)
- fix: responsive vulkan support @urmauur (#4076)
- fix: auto select model when finished download from starter screen @urmauur (#4083)
🧰 Maintenance
- chore: release cut 0.5.10 @louis-jan (#4184)
- chore: refactor chat message components @louis-jan (#4174)
- chore: create roadmap.md @gabrielle-ong (#4164)
- docs: add tabby coding integration @zwpaper (#4009)
- chore: release 0.5.9 sync back - main branch to dev @louis-jan (#4095)
- chore: correct scrollview thumb style @louis-jan (#4185)
- chore: bump version 0.5.10 @louis-jan (#4183)
- chore: display error message from response @louis-jan (#4163)
- chore: bump cortex 1.0.4-rc4 @louis-jan (#4161)
- chore: bump cortex.cpp and engine version @louis-jan (#4160)
- chore: use rehype-highlight v6 update latex language @urmauur (#4144)
- chore: remove a couple of deprecated server logics @louis-jan (#4120)
Contributor
@eckartal, @gabrielle-ong, @louis-jan, @px100, @sharunkumar, @urmauur, @zwpaper and eckartal
0.5.10-rc1-beta
What's Changed
- Release 0.5.9 sync back - main branch to dev by @louis-jan in #4095
- fix: auto select model when finished download from starter screen by @urmauur in #4083
- fix: responsive vulkan support by @urmauur in #4076
- fix: disabled shortcut create new thread on starter screen by @urmauur in #4074
- fix: reorder alphabetical cloud model on starter screen by @urmauur in #4072
- fix: vulkan responsive by @urmauur in #4099
- fix: handle case markdown value no space by @urmauur in #4109
- fix: 4086 - editing message should not send follow-up messages by @louis-jan in #4116
- feat: stop word model setting by @urmauur in #4113
- fix: Line-number and border color code block UI by @urmauur in #4105
- chore: remove a couple of deprecated server logics by @louis-jan in #4120
- enhancement: increased max-token limit claude-3.5 by @urmauur in #4112
- fix: memory leak when the code block response is too long by @urmauur in #4129
- fix: 3986 - invalid request should show clear error message by @louis-jan in #4119
- fix: 4012 - active model should be gone as soon as cortex.cpp server is killed by @louis-jan in #4131
- feat: update Jan’s client request to adapt API changes from Cortex by @louis-jan in #4130
- feat: Privacy docs by @eckartal in #4080
- fix: 4094 - gpu mode toggle on by default but not affect for the first time launch by @louis-jan in #4132
- fix: 4096 - failed to get huggingface models by @louis-jan in #4133
- fix: default local model from starter screen by @urmauur in #4135
- fix: memory leak lowlight dependencies by @urmauur in #4134
- Revert "fix: memory leak lowlight dependencies" by @louis-jan in #4137
- fix: 4098 - factory reset closes the app & never opens again on Linux by @louis-jan in #4139
- fix: wrong component wrapping and state handling cause excessive app re-render by @louis-jan in #4141
- chore: use rehype-highlight v6 update latex language by @urmauur in #4144
- fix: handle case stop word too long by @urmauur in #4145
- fix: app re-render issues caused by bad state handling by @louis-jan in #4146
- fix: default local model from starter screen by @urmauur in #4151
- fix: convo component re-render every single token yield by @louis-jan in #4150
- fix: scroll bottom when switch thread by @urmauur in #4152
- fix: remove filter on recommend model by @urmauur in #4156
- chore: bump cortex.cpp and engine version by @louis-jan in #4160
- fix: token speed should not be calculated based on state updates by @louis-jan in #4159
- docs: add tabby coding integration by @zwpaper in #4009
- chore: bump cortex 1.0.4-rc4 by @louis-jan in #4161
- chore: display error message from response by @louis-jan in #4163
- feat: add more Groq models by @sharunkumar in #3843
- Anthropic Model Updates by @px100 in #3888
- Create roadmap.md by @gabrielle-ong in #4164
- fix: Glitch theme applies on launch by @louis-jan in #4168
- fix: smooth the loader animation by @louis-jan in #4167
- fix: high performance large convo rendering by @louis-jan in #4166
- chore: refactor chat message components by @louis-jan in #4174
- fix: 4171 - Model loading gets stuck on stop by @louis-jan in #4177
- chore: bump version 0.5.10 by @louis-jan in #4183
- chore: correct scrollview thumb style by @louis-jan in #4185
- Release cut 0.5.10 by @louis-jan in #4184
- fix: scrollbar issue css by @louis-jan in #4191
- Sync main to dev after 0.5.10 by @louis-jan in #4194
New Contributors
- @zwpaper made their first contribution in #4009
- @sharunkumar made their first contribution in #3843
- @px100 made their first contribution in #3888
Full Changelog: v0.5.9...v0.5.10-rc1-beta
0.5.9
Changes
🚀 Features
- feat: configure HTTP Proxy via cortex.cpp @louis-jan (#4046)
- feat: configure HuggingFace API Token via cortex.cpp @louis-jan (#4068)
- enhancement: UX local server page @urmauur (#4045)
- chore: refactor re-render components @urmauur (#4040)
- feat: support cortex.cpp engine variants @louis-jan (#4022)
- feat: new UI code block and Enable copying of code blocks or plain text mid-stream @urmauur (#4010)
🐛 Fixes
- fix: model parameters settings local API server @urmauur (#4077)
- fix: factory reset hang on wiping data @louis-jan (#4079)
- fix: Phi 3 Mini Instruct model download URL replacement @louis-jan (#4075)
- fix: edge cases empty code block @urmauur (#4061)
- fix: correct download script to relocate DLL files properly @louis-jan (#4065)
- fix: temporary create a deps folder to have cortex.cpp work @louis-jan (#4064)
- fix: disable timeout on model load @louis-jan (#4058)
- fix: bump cortex.cpp to latest version - recursively scanning models folder should also include remote models @louis-jan (#4052)
- fix: correct OpenAI o1 model parameters @louis-jan (#4049)
- fix: inconsistent error handling @louis-jan (#4051)
- fix: handle symlink model import failure - fallback to legacy model run @louis-jan (#4050)
- fix: model import edge cases @louis-jan (#4044)
- fix: improper line break on response message @urmauur (#4042)
- fix: Jan 0.5.8 - Couldn’t upload documents to threads @louis-jan (#4031)
- fix: API local server max ctx_len not update when switch model @urmauur (#4027)
- fix: max tokens parameters - OpenRouter @urmauur (#4026)
🧰 Maintenance
- chore: version bump 0.5.9 @louis-jan (#4070)
- chore: remote models error handling @louis-jan (#4059)
- chore: refactor re-render components @urmauur (#4040)
- chore: correct discord message notification @hiento09 (#4018)
Contributor
@hiento09, @louis-jan and @urmauur
0.5.8
Changes
- hotfix: resubscribe download events on connection issue @louis-jan (#4006)
- feat: Jan Integrates Cortex.cpp as Provider @louis-jan (#3821)
- chore: update readme @imtuyethan (#3896)
- chore: remove docker mode section in README & change overview image in Jan docs @imtuyethan (#3869)
🚀 Features
- fix: edge cases highlight codeblock @urmauur (#3984)
- ui: remove generation interrupted message @urmauur (#3949)
- feat: new nightly app channel @hiento09 (#3948)
- ui: system monitor should not cover input box @urmauur (#3942)
- ui: remove redundant animation @urmauur (#3938)
- ux: auto-focus the chat input box @urmauur (#3941)
- ui: reduced aggressive blur effect on the modal component @urmauur (#3937)
- feat: show model id on local api serve page @urmauur (#3926)
- ui: minor update list model running system monitor @urmauur (#3919)
- feat: expand the clickable areas ribbon panel @urmauur (#3917)
🐛 Fixes
- fix: calculate base layout with system monitor panel @urmauur (#3999)
- fix: remove cuda toolkit error message and bring back incremental model import @louis-jan (#3997)
- fix: update the payload transform for OpenAI preview models @louis-jan (#3993)
- fix: inconsistent model dropdown list and my models @louis-jan (#3991)
- fix: Model import name and ID are incorrect on Windows @louis-jan (#3989)
- fix: edge cases highlight codeblock @urmauur (#3984)
- fix: migrate model settings and parameters but still allow model.yml editing @louis-jan (#3983)
- fix: alignment stop model btn system monitor @urmauur (#3981)
- fix: update copy error message @urmauur (#3977)
- fix: correct chat input cursor behavior when content is scrollable @urmauur (#3979)
- fix: ux edit message and copy api_key @urmauur (#3975)
- fix: right panel bg joi-dark and remove n_pararell params @urmauur (#3970)
- fix: handle edge cases syntax highlight @urmauur (#3969)
- fix: export PATH env to engine destination folder to have additional dlls scoped @louis-jan (#3966)
- fix: starter screen text alignment and missing model size @urmauur (#3968)
- fix: codeblock responsive push right panel @urmauur (#3967)
- fix: remove click outside system monitor panel @urmauur (#3965)
- fix: make input clickable for copying instead of just the copy icon @urmauur (#3964)
- fix: text alignment on import model dialog @urmauur (#3958)
- fix: remove tooltip and update text color model ID API server page @urmauur (#3959)
- fix: update themes migrations @urmauur (#3957)
- fix: Inconsistent model hub and download bar @louis-jan (#3956)
- fix: controlling word breaks @urmauur (#3952)
- fix: inconsistent left panel background when responsive @urmauur (#3936)
- fix: slate react version @urmauur (#3940)
- fix: edit chat input @urmauur (#3928)
- fix: text align my model list and import model @urmauur (#3927)
- fix: types issue (#internalTypeOnlyBrand) in the @types/node package @urmauur (#3921)
- fix: handle edge cases syntax highlight @urmauur (#3892)
- fix: deprecated gpt with vision @urmauur (#3912)
- fix: edge case tiny chat input box show randomly @urmauur (#3887)
- fix: docs trigger on release deploy to production @hiento09 (#3877)
🧰 Maintenance
- chore: add qwen2.5-coder 14B and 32B models @louis-jan (#3998)
- chore: proxies Jan APIs to cortex.cpp @louis-jan (#3982)
- chore: bump to latest release @louis-jan (#3980)
- chore: retrieves the exact model running status upon message error @louis-jan (#3976)
- chore: add cortex log into modal troubleshoot @urmauur (#3978)
- chore: enable notification nightly @hiento09 (#3963)
- chore: support customized OpenAI model.json @louis-jan (#3961)
- chore: revert change app name @hiento09 (#3962)
- chore: clean dangling process on exit and relaunch @louis-jan (#3960)
- chore: beta version add discord notification @hiento09 (#3925)
- chore: update changelog web @urmauur (#3899)
- chore: remove deprecated warning from build project joi @urmauur (#3893)
- chore: Readme add beta download url @hiento09 (#3878)
Contributor
0.5.7
🚀 Features
- feat: support markdown on user message @urmauur (#3848)
- feat: save instruction for new threads as a stable feature @urmauur (#3798)
- feat: Jan beta version @hiento09 (#3835)
🐛 Fixes
- fix: update broken/outdated hyperlink @Haleshot (#3857)
- fix: hardware section @urmauur (#3866)
- fix: inconsistent state of downloading multi-modal @urmauur (#3862)
- fix: context length input value isn't update @urmauur (#3854)
- fix: correct eos token of llava models @louis-jan (#3847)
- fix: api playground text overlap button and search hub model @urmauur (#3833)
- fix: enable scroll modal component @urmauur (#3816)
- fix: reset window state after disconnected from multi monitor @urmauur (#3797)
- fix: issue ellipsis text on model selector and model start loader @urmauur (#3802)
- fix: update base url edit page docs @urmauur (#3795)
🧰 Maintenance
- chore: replace windows codesign cert @hiento09 (#3839)
- ci: disable turbo cache @hiento09 (#3836)
- ci: Update jan-docs.yml @hiento09 (#3799)
- chore: move Jan Docs back into Jan Repo @hiento09 (#3790)
Contributor
@Haleshot, @hiento09, @louis-jan and @urmauur
0.5.7-rc2-beta
What's Changed
Full Changelog: v0.5.7-rc1-beta...v0.5.7-rc2-beta
0.5.7-rc1-beta
What's Changed
- test: add model parameter validation rules and persistence tests by @louis-jan in #3618
- Add support for 'o1-preview' and 'o1-mini' models by @RONNCC in #3659
- fix: phi3 medium prompt template by @louis-jan in #3670
- fix: #3667 - The recommended label should be hidden by @louis-jan in #3687
- fix: #3476 - Mismatch id between model json and path by @louis-jan in #3645
- Fix: #1142 setting groups toggle does not turn off it's nested settings by @louis-jan in #3681
- fix: small leftover issues with new starter screen by @urmauur in #3661
- feat: textarea auto resize by @urmauur in #3695
- chore: Copyfix by @0xSage in #3694
- fix: update the condition for generating the title by @urmauur in #3702
- fix: enhance various minor UI elements by @urmauur in #3706
- test: add web helpers, services, utils tests by @louis-jan in #3669
- fix: thread title for remote model from first prompt by @urmauur in #3712
- fix: remove title local API server page by @urmauur in #3710
- test: update test coverage UI component Joi by @urmauur in #3707
- test: add missing tests to Jan core modules by @louis-jan in #3716
- fix: #3693 broken thread.json should not break the entire threads by @louis-jan in #3709
- fix: toolbar overlap chat input by @urmauur in #3720
- chore: The monorepo jest configs should not cover extensions - they would be moved to mini repositories soon by @louis-jan in #3723
- fix: #3558 wrong model metadata import or download from HuggingFace by @louis-jan in #3725
- fix: #3513 - Anthropic extension does not forward the system prompt by @louis-jan in #3724
- fix: #3515 - The default assistant instructions are ignored by @louis-jan in #3721
- fix: #3698 - o1 preview models do not work with max_tokens by @louis-jan in #3728
- enhance: tabs component in model selection by @urmauur in #3730
- fix: #3673 - API responds with Request body is too large by @louis-jan in #3729
- fix: #3727 LLM model download fail can still be used by @louis-jan in #3731
- fix: #3703 - Deepseek-Coder-33B-Instruct is incompatible by @louis-jan in #3732
- fix: wrong model download location when there is a mismatch model_id by @louis-jan in #3733
- ci: auto trigger jan docs ci for new release by @hiento09 in #3734
- fix: #3491 - Unable to use tensorrt-llm by @louis-jan in #3741
- fix: correct model dropdown for local models by @louis-jan in #3736
- fix: model dropdown should show recommended models to download by @louis-jan in #3742
- fix: XML not render correctly by @urmauur in #3743
- chore: improve models and threads caching by @louis-jan in #3744
- release: Jan Release Cut v0.5.5 by @louis-jan in #3746
- fix: Optimize resource watching by @louis-jan in #3747
- chore: add llama3.2 and qwen2.5 models by @louis-jan in #3751
- fix: overlap text on model selector and loader by @urmauur in #3757
- fix: error handling for model imports should be handled gracefully by @louis-jan in #3763
- chore: move Jan Docs back into Jan Repo by @hiento09 in #3790
- fix: update base url edit page docs by @urmauur in #3795
- ci: Update jan-docs.yml by @hiento09 in #3799
- feat: save instruction for new threads as a stable feature by @urmauur in #3798
- fix: issue ellipsis text on model selector and model start loader by @urmauur in #3802
- test: added more test inside containers component by @urmauur in #3765
- fix: reset window state after disconnected from multi monitor by @urmauur in #3797
- fix: enable scroll modal component by @urmauur in #3816
New Contributors
Full Changelog: v0.5.4...v0.5.7-rc1-beta
0.5.6
0.5.5
Changes
🚀 Features
🐛 Fixes
- fix: thread title for remote model from first prompt @urmauur (#3712)
- fix: #1142 setting groups toggle does not turn off it's nested settings @louis-jan (#3681)
- fix: overlap text on model selector and loader @urmauur (#3756)
- fix: XML not render correctly @urmauur (#3743)
- fix: model dropdown should show recommended models to download @louis-jan (#3742)
- fix: correct model dropdown for local models @louis-jan (#3736)
- fix: #3491 - Unable to use tensorrt-llm @louis-jan (#3741)
- fix: wrong model download location when there is a mismatch model_id @louis-jan (#3733)
- fix: #3703 - Deepseek-Coder-33B-Instruct is incompatible @louis-jan (#3732)
- fix: #3727 LLM model download fail can still be used @louis-jan (#3731)
- fix: #3673 - API responds with Request body is too large @louis-jan (#3729)
- fix: #3698 - o1 preview models do not work with max_tokens @louis-jan (#3728)
- fix: #3515 - The default assistant instructions are ignored @louis-jan (#3721)
- fix: #3513 - Anthropic extension does not forward the system prompt @louis-jan (#3724)
- fix: #3558 wrong model metadata import or download from HuggingFace @louis-jan (#3725)
- fix: toolbar overlap chat input @urmauur (#3720)
- fix: #3693 broken thread.json should not break the entire threads @louis-jan (#3709)
- fix: remove title local API server page @urmauur (#3710)
- fix: enhance various minor UI elements @urmauur (#3706)
- fix: update the condition for generating the title @urmauur (#3702)
- fix: small leftover issues with new starter screen @urmauur (#3661)
- fix: #3476 - Mismatch id between model json and path @louis-jan (#3645)
- fix: #3667 - The recommended label should be hidden @louis-jan (#3687)
🧰 Maintenance
- chore: add llama3.2 and qwen2.5 models @louis-jan (#3750)
- chore: improve models and threads caching @louis-jan (#3744)
- ci: auto trigger jan docs ci for new release @hiento09 (#3734)
- chore: Copyfix @0xSage (#3694)
Contributor
@0xSage, @hiento09, @louis-jan and @urmauur
0.5.4
🚀 Features
- feat: enable search model dropdown by configured model @urmauur (#3466)
- feat: add setting options to dropdown menu @urmauur (#3554)
🐛 Fixes
- fix: correct prompt template for Phi3 Medium model @louis-jan (#3665)
- fix: change Phi-3 Mini Instruct 4K to cortexso repository @louis-jan (#3655)
- fix: prevent value empty string on slider right panel @urmauur (#3635)
- fix: #3549, #3552 - Inference on CPU is slower on Jan 0.5.3 @louis-jan (#3602)
- fix: missing type number for slider input right panel @urmauur (#3609)
- fix: disabled UI RAG and tools @urmauur (#3514)
- fix: using type text instead number for avoid region issue @urmauur (#3538)
- fix: electron window @urmauur (#3480)
🧰 Maintenance
- test: add tests to model setting's Slider Input @louis-jan (#3615)
- test: finished all core UI components test @urmauur (#3588)
- chore: update copy when retrieval turn off @urmauur (#3585)
- test: add core modules test cases @louis-jan (#3498)
- chore: setup jest for unit test hooks and component from joi @urmauur (#3540)
- chore: copy edit for model setting @urmauur (#3553)
- test: add test:coverage step @louis-jan (#3551)
Contributor
@0xSage, @louis-jan and @urmauur