Commit Graph

1006 Commits

Author SHA1 Message Date
Kushagra Srivastava
97c0ad59f4 Merge pull request #1097 from lawrence3699/fix/weather-switch-fallthrough
fix: add missing break statements in weather code switch
2026-04-10 19:23:02 +05:30
lawrence3699
e0aac65e64 fix: add missing break statements in weather code switch
WMO weather codes 1, 2, 45, 51, 53, 56, 61, 63, 66, 71, 73, 80, 81,
85, 86, and 96 were missing break statements, causing fall-through
that overwrote each condition with the last label in its group. For
example, code 1 (Mainly Clear) fell through to code 3, so the widget
always displayed 'Cloudy'. Also adds the shared group icon to each
early case so the widget renders an icon for every code.
2026-04-10 00:33:06 +10:00
ItzCrazyKns
9e8d883768 feat(package): bump version v1.12.2 2026-04-09 19:22:38 +05:30
ItzCrazyKns
71790f346e feat(app): lint & beautify 2026-04-09 19:21:40 +05:30
ItzCrazyKns
40a7cdeb4b feat(scrape-url): prevent context overflow 2026-04-09 19:21:25 +05:30
ItzCrazyKns
ebcf5384f3 feat(docker): handle playwright 2026-04-09 19:21:10 +05:30
ItzCrazyKns
a889fdc31e feat(app): fix build issues 2026-04-08 23:24:01 +05:30
ItzCrazyKns
c3ee1988d2 feat(search): handle empty context better 2026-04-08 23:23:51 +05:30
ItzCrazyKns
5991416142 feat(scrape-action): use scraper 2026-04-08 23:23:03 +05:30
ItzCrazyKns
7a6fad95ef feat(search-actions): make use of executeSearch 2026-04-08 23:22:50 +05:30
ItzCrazyKns
b868aa0287 feat(search): add new executeSearch function, add updated deep research mode, context management 2026-04-08 23:22:02 +05:30
ItzCrazyKns
65b2c3f234 feat(additional-config): add focus mode 2026-04-08 23:21:02 +05:30
ItzCrazyKns
cbe538cc36 feat(scraper): add scraper 2026-04-08 23:20:15 +05:30
ItzCrazyKns
f6a47fd3e1 feat(searxng): export search options type 2026-04-08 23:19:17 +05:30
ItzCrazyKns
690b11cc1c feat(uploads-manager): update to latest officeparser 2026-04-08 23:18:47 +05:30
ItzCrazyKns
96e860a310 Update drizzle.config.ts 2026-04-08 23:18:26 +05:30
ItzCrazyKns
65475b418f feat(next-config): specify external packages 2026-04-08 23:18:15 +05:30
ItzCrazyKns
acaa208a41 feat(packages): update to latest version, add scraping processing 2026-04-08 23:17:48 +05:30
ItzCrazyKns
54f3a7d2b8 feat(split-text): export token count function 2026-03-31 20:22:57 +05:30
ItzCrazyKns
1a124b8b07 feat(utils): add jaccard similarity 2026-03-31 20:22:43 +05:30
ItzCrazyKns
3098622cb0 Merge branch 'pr/1082' 2026-03-27 17:53:59 +05:30
ItzCrazyKns
3646495bdf feat(ollama): update reasoning model list 2026-03-27 17:16:57 +05:30
ItzCrazyKns
476c4ec8c2 feat(app): lint & beautify 2026-03-27 01:24:04 +05:30
Nick
0e33641927 fix: handle upload errors and reset spinner state 2026-03-26 19:20:24 +00:00
ItzCrazyKns
8c061f20a5 Merge branch 'master' of https://github.com/ItzCrazyKns/Vane 2026-03-26 22:34:18 +05:30
ItzCrazyKns
72ac815294 feat(weather): change to freeipapi, move getApproxLocation to actions 2026-03-26 22:34:01 +05:30
ItzCrazyKns
d16b7e271a Delete serverUtils.ts 2026-03-26 22:20:13 +05:30
ItzCrazyKns
58ed869b3d feat(utils): move hash into utils 2026-03-26 22:19:48 +05:30
Kushagra Srivastava
3fede054da Merge pull request #1076 from saschabuehrle/fix/issue-1075
fix: guard against non-array searching queries in research steps
2026-03-26 20:35:51 +05:30
saschabuehrle
21bd88787e fix: guard against non-array searching queries in research steps (fixes #1075) 2026-03-22 18:11:17 +01:00
Kushagra Srivastava
b02f5aa37f Merge pull request #1015 from joaquinescalante23/fix/search-resilience-and-timeouts
feat: improve search resilience with timeouts and widget error handling
2026-03-10 19:05:09 +05:30
Kushagra Srivastava
f83f813bd7 Update README.md 2026-03-09 19:32:40 +05:30
ItzCrazyKns
0c101d9704 Merge branch 'master' of https://github.com/ItzCrazyKns/Vane 2026-03-09 18:48:07 +05:30
ItzCrazyKns
7ab23d6339 feat(setup-screen): fix spacing 2026-03-09 18:48:01 +05:30
Kushagra Srivastava
c42d2177b7 Merge pull request #1041 from marexxxxxxx/patch-1
fix: add typing_extensions to Dockerfile to resolve build error
2026-03-09 18:13:06 +05:30
ItzCrazyKns
39c0f198b5 feat(app): rename to 'vane' 2026-03-09 18:05:31 +05:30
Marex
80d4f23765 fix: add typing_extensions to Dockerfile to resolve build error
Add typing_extensions to the list of installed packages.
2026-03-08 22:31:22 +01:00
Joaquin
a2f2ac532e Improve resilience: catch widget execution failures 2026-03-04 10:02:51 -03:00
Joaquin
1763ee9d1f Add timeout and validation to SearXNG search 2026-03-04 10:02:51 -03:00
Kushagra Srivastava
86274326e9 Update copyright year in LICENSE file 2026-02-13 12:44:27 +05:30
Kushagra Srivastava
d7b020e5bb Update README.md 2026-01-10 23:03:58 +05:30
ItzCrazyKns
d95ff9ccdd Update docker-compose.yaml 2026-01-08 22:36:01 +05:30
ItzCrazyKns
8347b798f3 feat(app): lint & beautify 2026-01-03 23:12:19 +05:30
ItzCrazyKns
a16472bcf3 feat(actions): prevent double conversion to object array 2026-01-01 21:56:46 +05:30
ItzCrazyKns
3b8d8be676 feat(package): bump version v1.12.1 2025-12-31 12:58:59 +05:30
ItzCrazyKns
b83f9bac78 feat(providers): extract/repair json before parsing 2025-12-31 12:58:24 +05:30
ItzCrazyKns
bd7c563137 feat(package): add json repair 2025-12-31 12:57:59 +05:30
ItzCrazyKns
23b903db9a Update searxng.ts 2025-12-30 22:16:06 +05:30
ItzCrazyKns
a98f0df83f feat(app): lint & beautify 2025-12-29 22:02:21 +05:30
ItzCrazyKns
164d528761 feat(compose): add build context, remove uploads 2025-12-28 13:11:05 +05:30