Skip to main content

SCLAB Studio OnPremise

Release v1.9.0, 2026-09-08

New Features

  • [#383] Added the 3D Editor — build 3D scenes next to the Map Editor with basic shapes, GLB models, lights, environment presets/HDR, floor images, text, paths, and saved camera views; edit with move/rotate/scale gizmos, multi-select, grouping, snapping, orthographic views, and full undo/redo, in either a local XYZ or a GEO (longitude/latitude) coordinate system
  • [#383] Added data binding to 3D elements — connect CSV, API, Union, IoT, and Kafka data to labels, position, rotation, and scale, and attach click/hover actions that receive the row values
  • [#383] Added state flows and effects to 3D elements — threshold rules can trigger color changes, glow, blink, pulse, spin, bob, animation clips, path following, hide, and label emphasis, and alarms/actions work the same way as maps and charts
  • [#383] Added Data Rows elements — spawn one 3D instance per key in a dataset with per-key labels, states, and effects, including a high-performance instanced render mode for large counts
  • [#383] Added the 3D player for dashboards — embed scenes as a layout item with camera view buttons, auto-rotate, labels, hover popups, and a CAMERA_VIEW action; scenes are included in publishing and site backup/restore
  • [#383] Added a 3D Editor item to the license feature list so administrators can enable or disable it per license
  • [#384] Added an optional on-premise map tile server — the installer asks whether to install it; the image bundles the styles, fonts, and map data (world map up to zoom 12 plus South Korea in full detail) so map widgets work without internet access and without the "API KEY REQUIRED" watermark that CARTO started adding. Configure it with public.tileServerURL in settings.json and the allowed domains in tileserver.env
  • [#384] Added the Tile Server page to the admin menu — register external customer domains that are allowed to load map tiles (the site domain and custom domains of published sites are allowed automatically)
  • [#367] Added an input context limit option to AI settings — turn it on to cap the tokens sent to the model, seeded from the model's configured limit
  • [#367] Added version history to AI Dashboards — every save is kept as a version with a (v2), (v3) label and creation time in the history dropdown

Improvements

  • [#367] Model entries in settings.json now honor contextLimit, so the input limit can match the GPU of each deployment instead of the model's theoretical maximum
  • [#367] AI Dashboard scripts are now validated before saving (syntax errors and definite runtime defects), the model receives line-level fix guidance, and missing data renders an empty chart instead of a blank screen
  • [#367] Improved AI chat and report reliability on long conversations by counting tool definitions and attached images in the input budget and trimming in one place
  • [#378] Removed the Pivot option from the User Editor block list

Bug Fixes

  • [#367] Fixed AI chat returning empty answers from the second question onward with Qwen-series models served by vLLM or Ollama
  • [#367] Fixed empty responses and report generation timeouts caused by model "thinking" not being turned off on vLLM
  • [#367] Fixed AI chat staying in the loading state when the model returned an empty response
  • [#367] Fixed conversations being dropped when an image was attached to an AI chat message
  • [#367] Fixed the AI Agent report block printing raw tool-call JSON instead of the result
  • [#378] Fixed theme and layout not being applied after creating a new User Editor page, and aligned the theme background list
  • [#68] Fixed the User Editor data list collapse icon
  • [#68] Fixed calendar charts not rendering when the date column did not match the configured format
  • [#68] Fixed site login not redirecting to the configured page

Release v1.8.1, 2026-08-21

Improvements

  • [#148] Upgraded the AI service runtime to Bun 1.4 for better memory efficiency and stability

Release v1.8.0, 2026-08-19

New Features

  • [#378] Added User Editor — users can build their own pages from site data such as charts and tables, with layout and theme editing, undo/redo, and new-window editing
  • [#378] Added user page sharing — share pages through per-user share URLs, and let link viewers access data, files, and real-time updates with owner-level access
  • [#378] Added user page download to PNG or PDF, including full capture of long pages
  • [#378] Added union data creation in the User Editor
  • [#378] Added User Editor permissions — control User Editor availability from the permission page, and configure site page, AI Dashboard, and AI Agent visibility individually
  • [#247] Added maintenance mode — administrators can turn on maintenance with a custom message; regular users are redirected to a maintenance page and automatically return to their original page when maintenance ends
  • [#247] Added SCLAB GPT prompt history — review previously used prompts in data and union settings and apply them again
  • [#247] Added fullscreen support to the iframe popup content area

Improvements

  • [#247] Improved chart, table, pivot, and location settings popups with a unified layout, popup titles, reorganized settings sections, updated chart list thumbnails, and a cancel button
  • [#378] Unified the site's top-right buttons and changed them to a dropdown for users with edit permissions
  • [#148] Improved large file imports with batched, concurrent embedding for faster processing and detailed progress for the loading, parsing, and OCR stages
  • [#148] Improved AI Agent internal tool call structure for faster responses and better stability
  • [#368] Improved HWPX export speed for documents with CJK text such as Japanese
  • [#68] Cleaned up an unused time series option in chart settings

Bug Fixes

  • [#148] Fixed an error that occurred when using OpenAI embedding models while the chat model was from another provider such as DeepSeek
  • [#247] Fixed chart dynamic columns that could not be unchecked
  • [#68] Fixed the site AI Agent to move to another page when the currently open page is deleted
  • [#68] Fixed an unintended link on the profile dropdown

Release v1.7.1, 2026-07-13

New Features

  • [#367] Added OpenAI GPT-5.6 models (Luna, Terra, and Sol) to the AI model selection
  • [#367] Added a Tool Use option (Auto / Required) to AI settings — set it to Required to make the model always call an available tool, which helps with lighter models that might otherwise answer data questions without using tools

Release v1.7.0, 2026-07-08

New Features

  • [#375] Added SCLAB Vision CCTV integration — register multiple Vision servers, select cameras in layout CCTV widgets, and play live streams through the Studio player
  • [#375] Added CCTV support to Map Editor — place cameras on maps by server, toggle camera visibility, assign actions, apply settings in bulk, and customize marker icons
  • [#376] Added multi vector DB support — manage site-scoped vector DB settings, connection status, provider migration, and external vector DB mode for read/write blocks
  • [#376] Added vector DB provider support for Elasticsearch/OpenSearch, Pinecone, Weaviate, Milvus, Chroma, pgvector, and AWS OpenSearch Serverless compatibility
  • [#379] Added Tool Bank — build and manage reusable AI tools with vector DB provider selection, attachments, and automated build flow
  • [#368] Added a parallel report and slide section pipeline to improve large document generation speed
  • [#68] Added an Agent Mode toggle to LLM blocks and cleaned up text output rendering for Agent Mode runs

Improvements

  • [#368] Improved AI Agent logs with real-time running time, copy support, raw log viewing for truncated entries, automatic expansion of running blocks, and automatic scrolling
  • [#368] Improved report and slide generation quality with final review gates, safer section replacement, chart validation, date guidance, title-based file names, and stronger formatting rules for PDF/PPTX/HWPX output
  • [#368] ReportWorker output now uses a structured file-tree format, while regular JSON output continues to render as a JSON tree
  • [#247] Added new-tab edit buttons from page and block settings for maps, charts, pivots, tables, SCLAB GPT, and AI Agent pages
  • [#247] Added enlarged preview popups for charts and tables, and added a popup for viewing API data
  • [#247] Chart, table, and location tooltip column settings can now be reordered by sorting
  • [#375] Improved Vision server management with API token fields, connection tests, status indicators, server search, and immediate status refresh after adding a server
  • [#376] Added vector DB encryption key support and improved provider-migration progress feedback

Bug Fixes

  • [#375] Fixed CCTV playback and action behavior, including HLS initialization, token refresh handling, published-map action remapping, player-only detail popup hiding, and backup/restore consistency
  • [#375] Fixed Vision data cleanup and access consistency when servers, sites, layouts, or CCTV assignments are deleted or restored
  • [#376] Fixed vector DB cleanup, migration, connection-state refresh, cross-site scoping, AOSS/OpenSearch compatibility, and stale vector/document handling
  • [#68] Fixed duplicated layout item names by assigning the first available number instead of using count-based numbering
  • [#68] Fixed API data Digest authentication for devices that bind nonces to keep-alive connections
  • [#68] Fixed popup footer button styling, multi-axis chart threshold errors, table column rendering, and chart settings list sizing

Release v1.6.17, 2026-06-17

New Features

  • [#68] API data sources now support Basic and Digest authentication — enter the username and password in the new Auth fields instead of embedding credentials in the URL
  • [#68] AI Agent can now create report blocks directly

Improvements

  • [#68] Map settings "apply to all" now shows which items the settings were applied to, and warns which items were skipped when applying to multiple items at once

Bug Fixes

  • [#68] Fixed an error in map position settings when no value was set
  • [#68] Fixed the Change Layout action so "no data selection" can now be chosen
  • [#68] Restoring deleted data now also restores its assigned layout and action data

Release v1.6.16, 2026-06-15

Improvements

  • [#68] Iframe blocks now handle empty content gracefully — they can be saved without content and show a loading screen until content is available

Bug Fixes

  • [#374] Fixed on-premise servers failing to start after the 1.6.15 LDAP update; sign-in and account creation now work normally
  • [#68] Fixed data permissions not being restored when recovering deleted data
  • [#68] Fixed iframe actions not running — actions are now applied after the iframe finishes rendering
  • [#368] Block output preview file links now open in a new window (previously opened inside the preview frame with no way to go back)

Release v1.6.15, 2026-06-09

New Features

  • [#374] Added LDAP authentication — users can sign in with your organization's LDAP directory

Improvements

  • [#374] Improved the sign-in screen — social login buttons now show the service name followed by "Sign in" (e.g., "Google Sign in"), and the login and sign-up screens are fully translated across 12 languages
  • [#368] Shortened the add/delete buttons on report themes to prevent label overflow (all 12 languages)
  • [#368] Raised the maximum token limit for AI Agent runs to support larger reports

Bug Fixes

  • [#368] Fixed report text appearing blank — Latin characters in PDF reports, and Japanese and Chinese characters in PDF and HWPX reports, now render correctly
  • [#368] Report and file generation now stop immediately with a clear message when the site API token is missing, instead of retrying and consuming tokens

Release v1.6.14, 2026-06-05

New Features

  • [#368] Added report themes — upload a design template (DOCX/HTML/PPTX/PDF/HWPX) and generated reports reproduce its layout, styles, and fonts across every output format
  • [#247] Added Python execution to the Code block — choose Python alongside JavaScript, running in an isolated sandbox with common data libraries (NumPy, PyTorch, etc.) preinstalled

Improvements

  • [#368] Report theme management — added theme deletion, and re-uploading a theme with the same file name now replaces the existing one instead of creating duplicates
  • [#247] Code block editor — added a per-language writing guide popup (the ? button) and a fullscreen editing toggle

Bug Fixes

  • [#368] Fixed report rendering — text alignment and font sizes are now applied correctly, leftover HTML markup is cleaned up, and <br> tags are converted to line breaks
  • [#368] Fixed a chart image ID collision when applying HWPX themes
  • [#368] Fixed data permission enforcement in AI Agent blocks — data access is now validated before a block runs, and the data-import block only lists data groups and lists assigned to the agent's roles
  • [#68] Fixed Ollama models running with reasoning always enabled even when reasoning strength was set to None; unsupported "xhigh" strength is now clamped to "high"

Release v1.6.13, 2026-06-01

New Features

  • [#369, #370, #371, #372] Added LLM Agent block (Artifact storage, parallel sub_llm dispatch, hierarchical logging)
  • [#373] Added Report block - supports multiple file formats (PDF/DOCX/HWPX/HWP/PPTX/MD)
  • [#368] Added sub-agent settings tab and sub LLM model selection
  • [#368] Added Gemini 3.5 Flash and DeepSeek models
  • [#368] Added user variable picker

Improvements

  • [#368] Report block can now generate multiple file formats at once (e.g., PDF and DOCX together)
  • [#368] Switched slide and HTML report charts to inline Chart.js real-time rendering
  • [#368] SQL generation now uses table sample data and guards against non-standard functions
  • [#368] Improved report generation speed and stability (prevented response stalls)
  • [#368] Added automatic retry on file upload failure
  • [#68] Improved LLM call timeout to use idle-based limits by reasoning effort (prevents premature cancellation during long reasoning)

Bug Fixes

  • [#68] Fixed an issue where charts were not displayed in the AI chatbot (unified the chart library to ECharts)

Release v1.6.12, 2026-05-12

Bug Fixes

  • [#68] Changed DB Agent to convert non-breaking space characters to regular spaces before executing SQL

Release v1.6.11, 2026-04-28

New Features

  • [#367] Added reasoning strength option
  • [#367] Added GPT 5.5
  • [#367] Added OPEN_AI_BASE_URL environment variable
  • [#367] Added OpenAI Image 2 and removed legacy models, Meteor.settings.public.ai.imageModels

Improvements

  • [#247] Updated page list to display only mobile or desktop entries when applicable
  • [#247] Highlight current page in site AI agent list
  • [#367] Added authentication checks for AI dashboard and AI agent
  • [#367] Changed SQL model to GPT 5.4
  • [#367] Added tab state persistence for AI dashboard and AI agent
  • [#367] Updated MCP server to listen first
  • [#367] If chat history exists in AI dashboard, the latest conversation is set as default

Bug Fixes

  • [#367] Fixed data context limit error, limited readData rows to 100, and updated snapshot creation logic

Release v1.6.10, 2026-04-21

New Features

  • [#367] Added support for applying API and UNION parameters when fetching data in the AI Dashboard

Release v1.6.9, 2026-04-18

New Features

  • [#367] Added and improved tokenizer-supported models
  • [#367] Added open-source models

Release v1.6.8, 2026-04-17

Improvements

  • [#367] Changed AI Dashboard charts from Chart.js to ECharts and updated data loading method

Release v1.6.7, 2026-04-14

New Features

  • [#68] Enabled image attachments in chat without requiring an OCR model

Release v1.6.6, 2026-04-14

Improvements

  • [#68] Added fallback UI when header user information is missing

Bug Fixes

  • [#68] Fixed an issue where AI data sources were displayed in the site dashboard data list
  • [#68] Fixed a bug in AI Agent chat
  • [#68] Fixed an issue where existing chat channel list was not displayed

Release v1.6.5, 2026-04-09

New Features

  • [#367] Added IoT, Kafka, survey, and mobile form data sources to the AI agent data import block

Bug Fixes

  • [#68] Fixed chart generation error in GPT

Release v1.6.4, 2026-04-06

New Features

  • [#367] Support vLLM

Release v1.6.3, 2026-04-03

New Features

  • [#367] Support Gemma4 models

Release v1.6.2, 2026-03-30

New Features

  • [#247] Added full-screen edit button for SQL
  • [#247] Added multi-layout copy/delete functionality

Release v1.6.1, 2026-03-27

New Features

  • [#367] Added default GPT creation when creating a site

Improvements

  • [#367] Allowed site creators to access user permissions

Release v1.6.0, 2026-03-26

New Features

  • [#367] Added Site AI Agent and AI Dashboard features

Release v1.5.4, 2026-03-06

  • [#247] Apply actions in the editor (excluding layout actions)
  • [#367] Added GPT-5.4 to ai-service

Release v1.5.3, 2026-02-27

  • [#247] Added iframe action
  • [#68] Changed the default value of union variables to ''
  • [#365] Added Gemini 3.1 Pro

Release v1.5.2, 2026-02-06

New Features

  • [#247] Added table column color settings
  • [#364] Added voice input for GPT chat
  • [#364] Added voice input for GPT chat

Release v1.5.1, 2026-01-23

Bug Fixes

  • [#68] Table action bug fix

Release v1.5.0, 2026-01-22

New Features

  • [#361] Added union variable feature
  • [#360] Added reference indicators to chat messages
  • [#362] Added CSV data viewing feature

Release v1.4.5, 2026-01-09

New Features

  • [#358] Added image generation block
  • [#358] Added slide generation block
  • [#358] Added AI-generated notification messages

Release v1.4.4, 2025-12-27

New Features

  • [#247] Added Snowflake support
  • [#247] Added Databricks support

Release v1.4.3, 2025-12-24

New Features

  • [#357] Added a settings button to the pivot player
  • [#356] Added support for AI Gemini

Release v1.4.2, 2025-12-16

New Features

  • [#354] Added site variable functionality
  • [#247] Added layout alignment feature
  • [#247] Added snap line display when moving layouts

Release v1.4.1, 2025-12-09

New Features

  • [#247] Added Chart Player sorting feature
  • [#346] Added user bulk upload feature
  • [#242] Added HWP reading feature

Release v1.4.0, 2025-12-04

New Features

  • [#242] Updated AI agent design
  • [#242] Added an AI agent block list
  • [#148] Improved JSON tree performance
  • [#242] Added scoring for AI vector search (default: 0.6)
  • [#242] Added double-click to edit in the Data Editor and AI Agent Editor

Release v1.3.4, 2025-11-18

Bug Fixes

  • [#349] File remove bug fix

Release v1.3.3, 2025-11-14

New Features

  • [#349] Add file library
  • [#68] Add copy feature for charts, pivots, locations, and tables

Release v1.3.2, 2025-11-07

Bug Fixes

  • [#68] Added exception handling for cases where related data of SCLAB GPT has been deleted.

Release v1.3.1, 2025-11-06

Bug Fixes

  • [#350] Changed the management method for vector DB collections
  • [#350] Change default response prompt for SCLAB GPT

Release v1.3.0, 2025-10-31

New Features

  • [#348] Removed SCLAB GPT display area and changed its operation method

Release v1.2.14, 2025-10-28

New Features

  • [#347] Added site-specific activity logs

Release v1.2.13, 2025-10-17

New Features

  • [#345] Added multi-select combine
  • [#346] Added member variables

Release v1.2.12, 2025-10-02

New Features

  • [#247] Added the ability to resize multiple selected layouts at once

Release v1.2.11, 2025-09-30

New Features

  • [#247] Added multi-selection layout movement functionality

Release v1.2.10, 2025-09-30

Bug Fixes

  • [#68] Fixed table bug
  • [#68] Fixed layout bug

Release v1.2.9, 2025-09-23

New Features

  • [#233] Set default exposure time for posts

Release v1.2.8, 2025-09-22

New Features

  • [#242] Added Form Trigger Block
  • [#242] Added File Upload Block
  • [#242] Added VectorDB Search Block
  • [#242] Added File Read Block
  • [#242] Added Split Block
  • [#242] Added VectorDB Save Block
  • [#242] Added Response Block
  • [#242] Added Call Other Agent Block (linked with Action Trigger Block)
  • [#242] Added OCR Functionality
  • [#242] Added EMPTY Data to SCLAB GPT
  • [#242] Added Vector Data View to SCLAB GPT
  • [#344] Added Layout Group Feature
  • [#233] Added Auto Registration Feature for Photo Service
  • [#233] Added Post Date Search Feature

Bug Fixes

  • [#68] Fixed Layout Movement Bug
  • [#68] Fixed Drag Button Bug
  • [#68] Fixed Missing Element Reference when Changing Number Chart Position

Release v1.2.7, 2025-08-20

Bug Fixes

  • [#68] Fixed multi-axis chart bug

Release v1.2.6, 2025-08-14

New Features

  • [#242] Added code blocks
  • [#327] Improved axis settings
  • [#327] Added decimal precision settings

Bug Fixes

  • [#337] Fixed error when adding AI Agent variables

Release v1.2.5, 2025-08-08

New Features

  • [#242] Added GPT5 support

Bug Fixes

  • [#68] Fixed error when copying post map world

Release v1.2.4, 2025-08-06

New Features

  • [#242] Added support for MCP

Bug Fixes

  • [#242] Fixed animation malfunction

Release v1.2.3, 2025-07-28

Bug Fixes

  • [#68] Fixed AI chat message details click area
  • [#68] Fixed AI agent input text block output display error

Release v1.2.2, 2025-07-28

New Features

  • [#242] Added animation during execution

Bug Fixes

  • [#68] Fixed bug related to the API settings response tab
  • [#242] Fixed time bug in the date trigger block – added client time zone
  • [#242] Fixed error in the data fetch block

Release v1.2.1, 2025-07-25

Bug Fixes

  • [#68] DB Agent AI bug fix

Release v1.2, 2025-07-21

New Features

  • [#242] AI Agent

Release v1.1.16, 2025-07-09

New Features

  • [#219] Add ALTIBASE support

Release v1.1.15, 2025-07-07

Bug Fixes

  • [#68] remove analytic service from on-premise
  • [#68] Update to distinguish AI Data File from Data.

Release v1.1.14, 2025-06-23

Bug Fixes

  • [#68] Fixed error when updating the API JSON Tree
  • [#68] Fixed bug in automatic column addition for the API

Release v1.1.13, 2025-06-17

Bug Fixes

  • [#68] Fixed type issue after data transposition
  • [#68] Fixed issue with selection indicator on text chart

Release v1.1.12, 2025-06-12

New Features

  • [#286] Modified the team selection method in user access permissions; enabled applying/removing teams via checkboxes
  • [#274] Added dynamic columns to tables and charts

Bug Fixes

  • [#68] Fix data transpose bug

Release v1.1.11, 2025-06-09

Bug Fixes

  • [#244] Fix data transpose bug

Release v1.1.10, 2025-05-30

Bug Fixes

  • [#68] Improved performance of AI chat messages

Release v1.1.9, 2025-05-29

Bug Fixes

  • [#244] Fix chart legend layout bug
  • [#244] Fix transpose bug

Release v1.1.8, 2025-05-23

New Features

  • [#219] Add Google BigQuery support

Release v1.1.7, 2025-05-23

New Features

  • [#248] Added history feature for DB Agent and Union

Release v1.1.6, 2025-05-22

New Features

  • [#233] Changed Post loading method to use geohash.

Bug Fixes

  • [#68] Fixed a bug with action location key usage.
  • [#68] Updated English text for the license expiration popup.

Release v1.1.5, 2025-05-19

New Features

  • [#244] Added unit display when showing chart values

Bug Fixes

  • [#68] Fixed the hh:mm:ss notation error when combining dates and updated the time setting method
  • [#68] Updated behavior so that when changing data formats, child elements are also changed if applicable

Release v1.1.4 - 2025-05-12

Bug Fixes

  • [#68] Fixed a bug in chart actions.
  • [#68] Fixed a Safari browser bug related to center alignment in number charts.
  • [#247] Fixed bugs related to the Action page (including page permission fixes).
  • [#247] Updated log IP formatting and login log structure.

Release v1.1.3 – 2025-05-09

New Features

  • [#244] Added option to display values on bar and pie charts
  • [#245] Added edit button to layout list
  • [#245] Added table tab to layout list
  • [#245] Added password reset feature for users in admin panel

Bug Fixes

  • [#68] Fixed issue where values overlapped on line charts, making them unreadable when value display option is enabled
  • [#68] Fixed WebGL context bug in donut chart (WebGL removed)

Release v1.1.2, 2025-05-08

Bug Fixes

  • [#68] Fixed an issue where an error would occur even when there was no data in the union

Release v1.1.1 – 2025-05-07

Bug Fixes

  • [#68] Fixed an issue where the same API was being called multiple times during union data generation.

Release v1.1, 2025-05-01

New Features

  • [#218] Removed activation and transition animations when selecting items from the data list
  • [#218] Added display of API URL in chart, pivot, location, and table titles when the data source is API-based

Bug Fixes

  • [#68] Fixed an issue where changing the text chart value did not update the rows.
  • [#68] Fixed an issue where the value name in OD visualization did not reflect label changes made on the API side.

Release v1.1, 2025-04-29

New Features

  • [#218] Added DB Agent search functionality
  • [#68] Changed layout name display method

Bug Fixes

  • [#218] Removed sign-up option for on-premise deployments
  • [#68] Changed Combine AUTO to use a select box for search
  • [#68] Fixed a bug where initial values were not applied properly when Combine AUTO data was modified
  • [#68] Modified tooltip data order for location data to match the order selected in the location data settings
  • [#68] Fixed a bug where toggling edit on location data also incorrectly toggled visibility

Release v1.1, 2025-04-28

New Features

  • [#245] Added a Layout Edit button (Allows direct editing of items assigned to a layout)
  • [#245] Modified the Combine search method
  • [#246] Added "Linear" option to remove curves from Line Charts

Bug Fixes

  • [#68] Fixed a bug where SCLABDebugger.on() did not apply the debugger to iframes

Release v1.1, 2025-04-27

Bug Fixes

  • [#68] Union update bug fix

Release v1.1, 2025-04-26

New Features

  • [#68] Added SCLABDebugger (You can view data transmission details by entering SCLABDebugger.on() in the browser console.)

Bug Fixes

  • [#68] Fixed an issue where union data was not updated during API polling.
  • [#68] Fixed a bug where time information (hours and minutes) was incorrectly included when applying start/end dates.
  • [#68] Added a feature to synchronize state values when embedding a site page URL via an iframe.

Release v1.1, 2025-04-23

New Features

  • [#68] Added an option to apply [Apply Start/End to selection values] in the Combine Date settings.

Bug Fixes

  • [#68] Added exception handling to prevent errors when there is no data in the number chart.
  • [#68] Added startOf and endOf date selection options in Combine Date.
  • [#68] Fixed an issue where values were cut off when the legend position was set to the bottom and "Show Values" was checked in the bar chart.

Release v1.1, 2025-04-22

New Features

  • [#218] Added a tab to check the final SQL query in the DB Agent
  • [#218] Added syntax highlight feature for DB Agent and Union Syntax

Bug Fixes

  • [bug, #68] Date component font style and weight not applied issue fixed

Release v1.1, 2025-04-15

New Features

  • [#243] Support for GPT4.1 model
  • [#218] Modified the text on the login screen and removed the explanation

Release v1.1, 2025-04-12

Bug Fixes

  • [#68] Fixed a bug where the line chart value was not displayed

Release v1.1, 2025-04-08

New Features

  • [#218] Modified to adjust the screen when setting the location data to fit the screen, so that multiple location data is combined (previously adjusted to the last loaded area)

Bug Fixes

  • [#218] Fixed a bug where the public layout template restoration was not working properly

Release v1.1, 2025-04-01

New Features

  • [#218] Added API refresh action
  • [#218] Added Refresh option to API Variable action
  • [#218] Added feature to set size for each column in the table
  • [#218] Added Number chart preview background color setting feature

Release v1.1, 2025-03-29

New Features

  • [#218] Added undo / redo keys "command+shift+z", "ctrl+shift+z", "command+z", "ctrl+z"

Bug Fixes

  • [#218] Fixed a bug where the API loading display page setting was incorrect

Release v1.1, 2025-03-28

New Features

  • [#218] Added API loading display page setting
  • [#218] Added layout refresh action
  • [#218] Added undo / redo keys "command+shift+z", "ctrl+shift+z", "command+z", "ctrl+z"

Bug Fixes

  • [#218] Fixed a bug where empty values were sent as empty strings in combine, and null strings were sent as null, and undefined strings were sent as undefined
  • [#218] Fixed a bug where the maximum and minimum values in OD location were fixed to the values at the time of API call

Release v1.1, 2025-03-25

New Features

  • [#218] OD visualization alignment feature
  • [#218] Add type information to DB Agent columns

Bug Fixes

  • [#68] OD visualization active color tint -> fixed color

Release v1.1, 2025-03-19

Bug Fixes

  • [#68] Fixed a bug where an error occurred when connecting to ODBC

Release v1.1, 2025-03-18

New Features

  • [#218] Location icon tint changed from 1 second to maintain
  • [#218] Added selected location icon
  • [#218] Added direction selection feature to location data

Bug Fixes

  • [#68] Table page disabled color change
  • [#68] Debounce cancel added (Fixed a bug where API calls were duplicated twice when DATA_REFRESH)
  • [#68] Fixed a bug where the arrow line step was not displayed in the location data, and the gradient and width step 0 were displayed
  • [#68] Fixed a bug related to tools in the latest ollama LLM model and function call bug
  • [#68] AI Service bun version update to 1.2.5
  • [#68] Fixed a bug related to date preview in combine
  • [#68] Fixed a bug related to OD visualization status maintenance

Release v1.1, 2025-03-11

New Features

  • [#218] API data JS Parser added
  • [#218] Iframe data selection box changed to searchable selection box

Bug Fixes

  • [#68] Fixed a bug where small-sized layout buttons were hidden when at the bottom

Release v1.1, 2025-03-07

New Features

  • [#224] Table action feature
  • [#218] Added start and end icons to line location data
  • [#218] Modified the z-index of the line in line location data
  • [#218] Modified DB Agent to allow execution of queries other than SELECT statements

Release v1.1, 2025-02-04

New Features

  • [#240] Inference model support feature
  • [#238] Added data access permission management

Release v1.1, 2025-01-27

New Features

  • [#224] Table action feature

Release v1.1, 2025-01-24

New Features

  • Added Thai language

Release v1.1, 2025-01-20

New Features

  • [#240] Ollama model information can be used even if it is not available

Bug Fixes

  • [#68] Fixed a bug related to public layout template permissions
  • [#68] Fixed a bug related to DB Agent loading

Release v1.1, 2025-01-03

New Features

  • [#239] SCLAB Agent SSH tunneling feature

Release v1.1, 2024-12-27

Bug Fixes

  • [#68] Fixed a bug related to data access permissions

Release v1.1, 2024-12-24

New Features

  • [#232] Add public layout template feature
  • [#232] Add layout template upload/download feature
  • [#234] Add layout drag select feature
  • [#234] Add data connection feature to shapes on the map
  • [#68] Change site deletion to complete deletion

Release v1.1, 2024-12-12

New Features

  • [#229] Treemap color specification feature
  • [#230] Post visible status manage feature
  • [#228] Add X/Y Axis zoom for ECharts
  • [#231] Remove like from Site
  • [#228] ECharts theme selection feature
  • [#228] Basic Scatter Chart feature
  • [#228] ECharts Basic Line Chart feature
  • [#228] ECharts Basic Bar Chart feature
  • [#228] ECharts Basic Pie Chart feature
  • [#228] ECharts Basic Radar Chart feature
  • [#228] ECharts Basic Candle Chart feature
  • [#228] ECharts Basic Gauge Chart feature
  • [#228] ECharts Legend Scroll feature
  • [#228] Echarts IoT data connection feature
  • [#228] Add chart name i18n
  • [#68] Add shift on/off button to the page editor
  • [#233] Add post delete feature in post list
  • [#233] Add real-time update for new posts

Bug Fixes

  • [#230] Fixed a bug where the status of posts registered with the photo service was not updated
  • [#68] Display pin icon bug fix
  • [#68] Table CSV download bug fix
  • [#68] Pivot CSV download bug fix
  • [#68] Language initial value selection related bug
  • [#68] Survey registration related bug fix
  • [#68] Fix bug where only one row remains and disappears when changing table iot

Release v1.1, 2024-11-15

New Features

  • Layout template override feature

Release v1.1, 2024-11-07

New Features

  • Chart action feature
  • Layout template feature

Release v1.1, 2024-11-06

Bug Fixes

  • Fixed a bug with semicolons during agent query execution.
  • Fixed a bug where table information selected in the agent wasn’t correctly passed to the SQL AI when modifying SQL.

Release v1.1, 2024-10-25

New Features

Location Data

  • Added option to select whether to include commas in the values of number charts
  • Added function to customize the top background of GIS and location data pop-ups

Bug Fixes

  • Fixed an issue where performance slowed when using numerous combine options
  • Resolved a bug where parameters were duplicated in the Agent API
  • Fixed an issue in the Agent API where adding multiple semicolons caused errors

Release v1.1, 2024-10-24

Bug Fixes

  • Reset API variables when navigating between pages
  • Fix date combine bug
  • Modify the number chart to display empty values when there is no data.

Release v1.1, 2024-10-16

New Features

Location Data

  • Added OD visualization
  • Added Line visualization

API

  • Added time and second interval options for polling feature

Bug Fixes

  • Fixed compatibility issue when calling actions from Leaflet to Mapbox