Releases: intrafind/ihub-apps
Releases · intrafind/ihub-apps
v4.3.13
What's Changed
- Increase API timeout from 2 to 5 minutes for generation requests by @Copilot in #607
- Fix tokenLimit defaulting to 1024 when not specified in app config by @Copilot in #605
- Fix drag and drop functionality for file uploads by @Copilot in #609
Full Changelog: v4.3.12...v4.3.13
v4.3.12
What's Changed
- Fix tokenLimit validation inconsistency between JSON and Form modes by @Copilot in #578
- build(deps-dev): bump vitest from 3.2.4 to 4.0.13 by @dependabot[bot] in #567
- build(deps-dev): bump lint-staged from 16.2.6 to 16.2.7 by @dependabot[bot] in #566
- build(deps-dev): bump electron from 37.3.1 to 39.2.3 by @dependabot[bot] in #565
- build(deps): bump the npm_and_yarn group across 1 directory with 1 update by @dependabot[bot] in #559
- build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #558
- build(deps-dev): bump eslint from 9.38.0 to 9.39.1 by @dependabot[bot] in #555
- Fix build failure due to missing mermaid installation by @Copilot in #581
- Fix Windows build failure: add shell: bash to mdbook-mermaid installation steps by @Copilot in #584
- build(deps): bump the npm_and_yarn group across 2 directories with 3 updates by @dependabot[bot] in #590
- build(deps): bump the npm_and_yarn group across 1 directory with 1 update by @dependabot[bot] in #589
- Add encrypted API key configuration for models in admin interface by @Copilot in #569
- Fix API key masking and test result display in admin UI by @Copilot in #598
Full Changelog: v4.3.10...v4.3.12
v4.3.10
Full Changelog: v4.3.9...v4.3.10
Fixed file upload processing
v4.3.9
v4.3.8
v4.3.7
v4.3.6
What's Changed
- Fix Edit App 404 and asset loading on direct admin URLs by @Copilot in #549
- Handle session timeout with automatic re-authentication by @Copilot in #545
- build(deps-dev): bump rimraf from 6.0.1 to 6.1.0 by @dependabot[bot] in #553
- build(deps-dev): bump esbuild from 0.25.10 to 0.27.0 by @dependabot[bot] in #552
- build(deps-dev): bump globals from 16.4.0 to 16.5.0 by @dependabot[bot] in #551
- build(deps-dev): bump concurrently from 9.2.0 to 9.2.1 by @dependabot[bot] in #550
- build(deps-dev): bump nodemon from 3.1.10 to 3.1.11 by @dependabot[bot] in #556
- build(deps-dev): bump @babel/preset-env from 7.28.0 to 7.28.5 by @dependabot[bot] in #497
Full Changelog: v4.3.5...v4.3.6
v4.3.5
What's Changed
- Fix app schema: make tokenLimit optional, add iassistant configuration by @Copilot in #536
- Add quick edit action for admins in app menu by @Copilot in #537
- Add support for redirect and iframe app types by @Copilot in #538
- Add option to disable redirect warning by @Copilot in #541
- Fix validation errors for iframe and redirect app types in admin edit page by @Copilot in #543
- Add sandbox permissions UI for iframe app configuration by @Copilot in #544
- add custom css styles support - can be stored in ui.json customStyles css and configured via admin
Full Changelog: v4.3.4...v4.3.5