Curry Yang
ee80a8dc98
test: add more case
2026-03-03 18:00:59 +08:00
Curry Yang
8162fc598b
update
2026-03-03 18:00:59 +08:00
Curry Yang
612de6d976
test: export
2026-03-03 18:00:59 +08:00
yaoweiprc
faaa9e7a8b
Fix the problem that staged/unstaged list in the git commit modal is unsynced with the diff view. ( #9682 )
...
* Fix the problem that staged/unstaged list in the git commit modal is unsynced with the diff view
* Refactor
2026-03-03 09:55:46 +00:00
Bingbing
3a978802de
fix: folder collapse & shortcuts when focusing the tab ( #9680 )
2026-03-03 14:34:57 +08:00
Shelby
62e4e77d32
chore: add more tests for allowed folder paths ( #9679 )
2026-03-02 16:11:58 -08:00
Vivek Thuravupala
08fcd55f35
Merge branch 'release/12.4.0-beta.0' into develop
2026-02-26 05:22:34 +00:00
Insomnia
88f5b56856
Trigger release/12.4.0-beta.0 build
core@12.4.0-beta.0
2026-02-26 04:11:16 +00:00
Insomnia
a7dbd115f9
Bump app version to 12.4.0-beta.0
2026-02-26 04:11:02 +00:00
Vivek Thuravupala
ccfae8b446
feat: Update docs link covering Insomnia metadata [INS-1475] ( #9671 )
2026-02-25 12:46:56 -08:00
yaoweiprc
bfd9a097d1
Allow users to invite others even when all seats are used. ( #9656 )
...
Co-authored-by: Ryan Willis <ryan.willis@konghq.com >
2026-02-25 17:07:46 +08:00
Ryan Willis
9122ca93cc
feat: common actions analytics [INS-2120] ( #9664 )
...
* feat: common actions analytics [INS-2120]
2026-02-23 11:06:21 -07:00
Jack Kavanagh
b00638b495
fix: extract only origin ( #9657 )
2026-02-17 16:44:40 +01:00
Jack Kavanagh
5b6c59d0fd
feat: lower Import UX friction ( #9643 )
...
* text area curl input
* add origin and warning
* use Collection naming
* fix overflowing long import ui
* refactor curl and tests
* fix json input
* inline validation
* improve validation message
* add bearer support
* auto validate on deeplink
* layout
* fix types
* remove usemount
* handle unmounting
* add project select
* update snapshot
* disable scan without valid input
* tolerate undefined headers
* set overflow
* make useEffect safe
* prevent fetch of empty project
* copilot feedback
2026-02-16 08:22:42 +00:00
89ht
a2afc3a258
Enhance OpenAPI 3 import: add support for allOf, oneOf, and anyOf in example request generation ( #9653 )
2026-02-13 20:18:41 +00:00
yaoweiprc
57753e22ab
Modify git commit modal ( #9607 )
2026-02-13 04:20:09 +00:00
miycctwn
f96bcd74e6
fix: Improve preferences data access folders input UX with validation and guidance ( #9649 )
...
* feat: Add duplicate folder path validation to TextArraySetting
Add visual feedback when users attempt to add duplicate folder paths:
- Red border on input field when duplicate is detected
- Red warning message "Duplicate folders are not allowed." displayed below input
- Add button is disabled when a duplicate path is entered
* feat: Add tooltip to Add button in TextArraySetting for contextual feedback
* feat: Add placeholder example to data folders input for better UX guidance
* fix: Normalize trailing slashes in duplicate path check and disable empty tooltip
- Strip trailing slashes before comparing folder paths so /Users/foo and /Users/foo/ are detected as duplicates
- Add isDisabled prop to Tooltip component to suppress hover when message is empty, avoiding tooltip remount of the Add button
* refactor: switch to on-click validation for data folders input
Remove tooltip and instead show red input border with error message when clicking Add with empty or duplicate paths.
Revert tooltip.tsx isDisabled prop as it's no longer needed.
* feat: Add path normalization validation with cross-platform support for data folders input
2026-02-13 00:20:12 +00:00
Bingbing
710046ff46
refactor: create insomnia-data and move database files in ( #9589 )
2026-02-12 09:12:03 +00:00
Curry Yang
a077ff1d98
refactor: clean up project route - [INS-2051] ( #9635 )
...
* refactor: clean up project route
* fix: type
2026-02-12 16:55:04 +08:00
Bingbing
74825bcdb6
fix: ignore js build files in eslint ( #9525 )
2026-02-12 16:13:41 +08:00
Bingbing
f720275e3f
feat: change tab behavior as manually ( #9641 )
2026-02-12 15:15:40 +08:00
Ryan Willis
c31bb08091
feat: add github app configuration link ( #9651 )
2026-02-11 11:13:02 -07:00
Curry Yang
5cbda1af5e
refactor: migrate organizations apis ( #9615 )
...
* refactor: migrate organizations apis
* fix: ts check
* fix: comment
2026-02-11 15:57:06 +08:00
Bingbing
1a9ca9603f
feat: add shortcut for navigate and reopen tabs ( #9642 )
2026-02-11 06:07:21 +00:00
Curry Yang
405b3c0562
refactor: migrate collaborator api ( #9605 )
...
* refactor: migrate collaborator api
* fix: search collaborators query params undefined
* fix: comment
2026-02-11 03:31:57 +00:00
Alison Sabuwala
9e29c40d87
feat: add URL backend for custom LLM endpoints ( #9640 )
...
* Add support for configuring custom OpenAI-compatible LLM endpoints via URL.
* Includes new URL backend component, backend service updates, unit tests, and
* UI consistency improvements across all LLM configuration components.
2026-02-09 18:36:45 -05:00
Jack Kavanagh
b9239e24fe
fix: oas should import requests where possible ( #9632 )
...
* first pass
* support v5 import too
* mark oas correctly
2026-02-09 13:14:47 +00:00
yaoweiprc
8834ff5df1
Fix File Not Found error when git pull ( #9613 )
2026-02-09 04:00:04 +00:00
Ryan Willis
9c3b6178a4
feat: inso analytics [INS-1834] ( #9621 )
...
* feat: inso analytics [INS-1834]
* formatting + circular import fix
* fix: don't lose overrides when memDB contains Settings
* refactor: alleviate circular import additions
* review changes
* reduce refs to db type
2026-02-05 08:12:05 -07:00
Curry Yang
789769ced1
fix: can not find file when export ( #9636 )
2026-02-05 16:22:48 +08:00
Vivek Thuravupala
526b8f9bb2
Merge branch 'release/12.3.1' into develop
2026-02-05 06:22:39 +00:00
Insomnia
f95c16ac86
Trigger release/12.3.1 build
core@12.3.1
2026-02-05 05:24:27 +00:00
Insomnia
58cc102bf8
Bump app version to 12.3.1
2026-02-05 05:24:10 +00:00
Jay Wu
6a9c541991
Merge branch 'release/12.3.1-beta.1' into develop
2026-02-04 09:08:31 +00:00
Insomnia
04f7b23373
Trigger release/12.3.1-beta.1 build
core@12.3.1-beta.1
2026-02-04 08:00:19 +00:00
Insomnia
5d669097a9
Bump app version to 12.3.1-beta.1
2026-02-04 08:00:05 +00:00
Ryan Willis
3867441262
fix: show static author email for all git auth types ( #9626 )
...
* fix: show static author email for all git auth types
* move field
2026-02-03 20:25:50 -07:00
Kent Wang
6730edba5f
use json string to store mcp payload ( #9631 )
2026-02-04 02:39:38 +00:00
Ryan Willis
7e71c2471e
fix: auto-close after commit+push with multiple commits [INS-1948] ( #9608 )
...
* fix: auto-close after commit+push with multiple commits [INS-1948]
* fix: useRef for committingAction to prevent multiple toasts
2026-02-03 10:16:43 -07:00
Ryan Willis
fea1e224e1
fix: git project repo clear handling ( #9627 )
2026-02-03 08:35:39 -07:00
Jack Kavanagh
2f59a0957e
feat: support redirect to single request ( #9610 )
...
* support redirect to single request
* support workspace select
* fix tests
* remove colon
* add a request loading workaround
* fix tests
* only navigate to single requests
* support streaming imports
2026-02-03 14:38:12 +01:00
Curry Yang
0bd02b0af1
fix: socket.io tab onchange ( #9628 )
2026-02-03 14:12:12 +08:00
Kent Wang
c179a299e9
fix: Add a default read-only page for MCP workspace without active request ( #9616 )
...
* add a default page when no workspace found
* fix wording issue
* fix style issue
2026-02-02 17:13:40 +08:00
Bingbing
a300b29092
feat: support add in new tab in command palette ( #9604 )
2026-02-02 10:25:17 +08:00
Vivek Thuravupala
36146f362c
Merge branch 'release/12.3.1-beta.0' into develop
2026-02-02 01:05:28 +00:00
Insomnia
a87223f8ae
Trigger release/12.3.1-beta.0 build
core@12.3.1-beta.0
2026-02-02 00:05:50 +00:00
Insomnia
a195fdf6a2
Bump app version to 12.3.1-beta.0
2026-02-02 00:05:36 +00:00
Ryan Willis
adccc9f13b
fix: nowrap input prefixes [INS-2039] ( #9620 )
2026-01-30 17:03:58 -07:00
Bingbing
56f0990d31
optimize: make debug view loader more robust ( #9611 )
2026-01-30 15:12:06 +08:00
Curry Yang
9eceef3455
refactor: migrate invite api - [INS-1875] ( #9590 )
...
* refactor: migrate invite api
* fix: return type
2026-01-29 08:28:53 +00:00