Skip to content

v0.8.2

Compare
Choose a tag to compare
@phodal phodal released this 23 Sep 04:53
· 251 commits to main since this release
f2b0218

What's Changed

  • docs: update faq.md 常见问题部分添加快速帮助指南和SocketException错误分析 by @1339190177 in #94
  • chore(settings): test connection UI improvement by @iptton in #95
  • chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.2 to 1.7.3 by @dependabot in #96
  • chore(deps): bump org.jetbrains.qodana from 2024.2.2 to 2024.2.3 by @dependabot in #97
  • refactor(actions): ActionCache supports dynamic updates without resta… by @lkk214 in #98

New Contributors

Bug Fixes

  • middleware: use <html to replace (483ab87)

Features

  • add OpenWebpage processor (24c2bf2)
  • core: add ShowWebviewProcessor and WebViewWindow (6a3ddb4)
  • core: allow OpenFileProcessor to accept arguments (f54e0c0)
  • core: enhance error message in RunCodeProcessor (87d65cd)
  • database: add Excel toolchain functions (868510c)
  • docs: update documentation and add WebView functionality (15b5a4c)
  • gradle: update pluginUntilBuild version in gradle.properties (a219ce4)
  • httpclient: add log display in console for HTTP requests (d181831)
  • httpclient: improve request logging format in CUrlHttpHandler (3f7740e)
  • httpclient: refactor CUrlHttpHandler and CUrlConverter for better variable handling (a039679)
  • json-path: enable for parse start for data: (d5a2d71)
  • PatternFuncProcessor: add newline join for Array and List results (57ea7e6)
  • ShireFileModifier: wrap file processing in runReadAction (e8cc6f0)
  • UI: enable off-screen rendering and improve webview popup (96f3791)

Full Changelog: v0.8.1...v0.8.2