Gregory Schier
25d51a017e
Implement custom cookie handling in HTTP transaction layer ( #334 )
2025-12-29 09:47:53 -08:00
Gregory Schier
46933059f6
Split up HTTP sending logic ( #320 )
2025-12-20 14:10:55 -08:00
Gregory Schier
d435337f2a
Don't strip symbols hotfix
2025-12-11 06:49:06 -08:00
Gregory Schier
a32145c054
Merge branch 'hotfix/2025.9.3'
2025-12-11 06:32:35 -08:00
Gregory Schier
e0f547b93f
Update tauri
2025-12-11 06:32:14 -08:00
Gregory Schier
c4b559f34b
Support client certificates ( #319 )
2025-12-10 13:54:22 -08:00
Gregory Schier
6389fd3b8f
Connection re-use for plugin networking and beta NTLM plugin ( #295 )
2025-11-10 14:41:49 -08:00
Gregory Schier
43437abae7
Add custom DNS resolver for *.localhost ( #280 )
2025-10-24 08:01:12 -07:00
Gregory Schier
0520ef5d43
Import postman environments
...
https://feedback.yaak.app/p/import-postman-environments
2025-10-21 07:20:37 -07:00
Gregory Schier
2152cf87d7
Tweak license badge and fix keyring dep
2025-10-01 21:01:27 -07:00
Gregory Schier
9a94a15c82
Integrated update experience ( #259 )
2025-10-01 09:36:36 -07:00
Gregory Schier
757d28c235
License and updater Cargo features ( #258 )
2025-09-29 22:08:05 -07:00
Gregory Schier
0b0b05d29c
Add keyring template function
2025-09-29 08:56:24 -07:00
Gregory Schier
c6666b9623
Update tauri and signing deps to try fixing windows signing
2025-09-21 08:40:43 -07:00
Hao Xiang
fec64b5c02
fix http response load when filter ( #251 )
2025-09-16 13:01:00 -07:00
Gregory Schier
93c6f6d611
re-enable http/2 support
2025-07-27 07:38:12 -07:00
Carter Costic
f1acb3c925
Merge pull request #245
...
* Attach cookies to WS Upgrade
* Merge branch 'main' into main
* Move reqwest_cookie_store to workspace dep
2025-07-23 13:14:15 -07:00
Gregory Schier
19c6ad9d97
Theme plugins ( #231 )
2025-07-03 13:06:30 -07:00
Gregory Schier
b5620fcdf3
Merge pull request #227
...
* Search and install plugins PoC
* Checksum
* Tab sidebar for settings
* Fix nested tabs, and tweaks
* Table for plugin results
* Deep links working
* Focus window during deep links
* Merge branch 'master' into plugin-directory
* More stuff
2025-06-22 07:06:43 -07:00
Gregory Schier
9fab37fb17
Custom font selection ( #226 )
2025-06-08 22:48:27 -07:00
Gregory Schier
20f7d20031
Enable socks reqwest feature
2025-06-08 08:10:55 -07:00
Gregory Schier
1d9d80319b
Upgrade dependencies
2025-06-06 19:32:25 -07:00
Gregory Schier
021f2171d6
Show error dialog on migration failure
2025-06-04 11:20:28 -07:00
Andy Bao
bd1986f31f
Fix "Validate TLS Certificates" option for WS and GRPC ( #218 )
2025-05-29 07:02:27 -07:00
Gregory Schier
9d54e40aa8
Add list/get cookie plugin APIs
2025-05-25 08:02:36 -07:00
Gregory Schier
2e55a1bd6d
[WIP] Encryption for secure values ( #183 )
2025-04-15 07:18:26 -07:00
Gregory Schier
ce885c3551
port window ext from encryption PR
2025-03-26 11:46:55 -07:00
Gregory Schier
1d37d46130
Database access refactor ( #190 )
2025-03-25 08:35:10 -07:00
Gregory Schier
cb9e9a67a3
Try registering URL scheme
2025-03-19 07:58:12 -07:00
Gregory Schier
fbf4d3c11e
Make rendering return Result, and handle infinite recursion
2025-03-05 13:49:45 -08:00
Gregory Schier
af7782c93b
Better license flows
2025-02-24 05:59:15 -08:00
Gregory Schier
1a7c27663a
Git support ( #143 )
2025-02-07 07:59:48 -08:00
Gregory Schier
fcf2577430
Url parameters for websocket URLs
2025-02-03 11:40:19 -08:00
Gregory Schier
c8be8082c5
Websocket Support ( #159 )
2025-01-31 09:00:11 -08:00
Gregory Schier
f678593903
OAuth 2 ( #158 )
2025-01-26 13:13:45 -08:00
Gregory Schier
19403983b7
Better reading of response body
2025-01-20 14:12:49 -08:00
Gregory Schier
6ae0bc1ef6
Work required to support the JWT plugin
2025-01-17 14:36:55 -08:00
Gregory Schier
bd322162c8
Auth plugins ( #155 )
2025-01-17 05:53:03 -08:00
Gregory Schier
49f5e980de
Clean up filesystem sync setting
2025-01-13 16:46:56 -08:00
Gregory Schier
295aea4f2e
Add single-instance plugin
2025-01-11 13:50:44 -08:00
Gregory Schier
3b56f4e142
Support TLS 1.3 ( #153 )
2025-01-11 06:51:34 -08:00
Gregory Schier
c2ea2a5fe5
Dir sync filesystem watching
2025-01-06 09:24:07 -08:00
Gregory Schier
c72180bb59
Upgrade Tauri and add Tauri devtools
2025-01-05 11:33:39 -08:00
Gregory Schier
31440eea76
Filesystem Sync ( #142 )
2025-01-03 20:41:00 -08:00
Gregory Schier
cb6e3d4ac8
Better insight into settings updates
2024-12-16 16:27:13 -08:00
Gregory Schier
88bcfb9e66
Changes for commercial use ( #138 )
2024-12-03 09:28:27 -08:00
Gregory Schier
c9c48c77e4
Update Tauri deps
2024-11-16 13:56:32 -08:00
Gregory Schier
e216214085
Custom JSON formatter that works with template syntax ( #128 )
2024-10-21 15:17:14 -07:00
Gregory Schier
6f50f35519
Bump Tauri to fix macOS 13 launch issue
2024-10-15 09:54:21 -07:00
Gregory Schier
f201857d51
Bump Tauri to fix settings window
2024-10-12 20:57:01 -07:00