| Version | Change log |
| Valentina Studio 16.3 Nov 12, 2025 |
Valentina COM ADK: [New][Win] Added archive VCOM-64 bit for INTEL [New][Win] Added archive VCOM-64 bit for ARM Valentina Server: [Imp] Changed the error message about a wrong embedded signature on connection to make it consistent with the documentation. Valentina Studio: [New][SQL Editor] Multiple Cursors. CTRL + SHIFT + UP/DOWN to add cursor. ESC to remove Multiple Cursors. Alt/Opt + Click to insert one more cursor to ANY position. Alt + D (Find Next Occurrence) like in VS CODE [Imp][Data Editor] Added an information button (i) to display available keyboard shortcuts in the Data Editor. [Imp][SQL Editor] Added an information button (i) to display available keyboard shortcuts in the SQL Editor. [Imp][Data Editor] Improved the layout settings dialog, allowing you to rename a layout, select columns to display, and set their order. [Imp][Valentina] Improved the connection dialog for Valentina Server to make it clear which controls to use when connecting to an Embedded Server Field “Signature” ??' “Embedded Signature” Placeholder “Optional” ??' “Required for Embedded Server” [Imp][Application] Added tooltips for all controls in the connection dialog. [Fix][Schema Editor] Fixed slow reading of fields in MySQL tables caused by the correlated query used for JSON support detection. |
| Valentina Studio 16.2 Oct 29, 2025 |
Valentina DB: [Imp][Mac] Restored compatibility with older macOS versions down to 10.13. This change affects both Valentina Server and Valentina ADKs. [Imp] Added diagnostics for table storage. [Fix] Fixed a potential VarChar data corruption issue. Valentina Studio: [Imp][Schema Editor] Added tabs with child lists in Tree mode. [Imp][Query Editor] Added directional arrows on connection lines between joined tables. The arrow now indicates the direction toward the parent table. [Imp][Data Editor] Enabled automatic layout saving upon modification. [Imp][Data Editor] Reorganized the layouts menu for improved usability. [Imp][Schema Editor] Added button to toggle the property inspector. [Fix][Data Editor] Ensured the current table is selected in the table selector drop-down on macOS. [Fix][Form Editor] Corrected the behavior of 'Stretched' and 'Title' options for TableView fields in forms. [Fix][Schema Editor] Prevented collapsing of the property inspector panel. |
| Valentina Studio 16.1 Oct 16, 2025 |
Valentina DB: [New][SQL] Linear Regression Aggregation Functions according to SQL:2003: regr_avgx - Returns the average of the independent variable (x) regr_avgy - Returns the average of the dependent variable (y) regr_count - Returns the number of non-NULL pairs of (x, y) used in the regression regr_sxx - Returns the sum of squares of the independent variable (Σ(x ??' avg(x))²) regr_sxy - Returns the sum of cross-products (Σ(x ??' avg(x))·(y ??' avg(y))) regr_syy - Returns the sum of squares of the dependent variable (Σ(y ??' avg(y))²) regr_slope - Returns the slope of the least-squares regression line (y = a·x + b) regr_intercept - Returns the intercept of the regression line with the Y-axis (b in y = a·x + b) regr_r2 - Returns the coefficient of determination (R²), measuring the fit of the regression line [Chg][SQL] Few aggregate functions renamed to have “_agg” suffix. Old Names still can be used. group_concat ??' concat_agg bit_and ??' bit_and_agg bit_or ??' bit_or_agg bit_xor ??' bit_xor_agg [Imp][SQL] All built-in and external aggregation functions now can be used in the WINDOW clause of the SELECT statement. Valentina Studio: [New] Added Spanish and Polish interface translations. [New] Added translations of helpful tips for all available interface languages: English, German, Polish, Russian, Spanish, Ukrainian. [Imp] Updated PostgreSQL client libraries and dump utilities to version 18.0. [Fix] Fixed sorting by column header click in tree mode. [Fix] Preserved original field order as returned by the server when updating the fields list. |
| Valentina Studio 15.4.1 Jul 25, 2025 |
Valentina DB ADK: [New] Added the “AppName” property to the VClientInfo class. You can use this with Valentina Server to identify the application name in the server logs. Valentina DB: [Fix]9538 - Indexed word searches were not functioning correctly. [New] Added standard SQL aggregate functions: VAR_POP(), VAR_SAMP() COVAR_POP(), COVAR_SAMP() [Chg] Renamed STDDEV() function to STDDEV_SAMP() for consistency with the SQL standard. Valentina Server: [New]9536 - Introduced support for setting an “application name” for client connections, visible in the server's connection list and logs. [SQL]: SHOW CONNECTIONS – new column fld_AppName [SQL]: GET PROPERTY Connection_AppName OF CONNECTION Valentina Studio: [New][Start Page] - Progress bar is now displayed during the first Bonjour connection scan (in the Bonjour column). [New][Start Page] - Added buttons to toggle filters in the Start Page columns. [New][Data Editor] - Added connection icon to the toolbar. [New][Data Editor] - A yellow warning icon is now shown at the bottom of the editor, with a tooltip if the table has no primary key or unique field. This feature is also available in the “Create Table” dialog. [Fix][Diagrams] Fixed the creation of new links on diagrams. [Fix][Diagrams] Enabled auto-growing of the table control when adding fields. [Fix]9357 - “Infinity” date was not working correctly in the PostgreSQL Data Editor. [Fix]9537 - ENUM values were not displaying as a dropdown. [Fix][Tip] - Tip dialog continued to appear even after unchecking “[x] Show on startup”. |
| Valentina Studio 15.4.0 Jun 29, 2025 |
Valentina DB ADK: [New] Added the “AppName” property to the VClientInfo class. You can use this with Valentina Server to identify the application name in the server logs. Valentina DB: [Fix]9538 - Indexed word searches were not functioning correctly. [New] Added standard SQL aggregate functions: VAR_POP(), VAR_SAMP() COVAR_POP(), COVAR_SAMP() [Chg] Renamed STDDEV() function to STDDEV_SAMP() for consistency with the SQL standard. Valentina Server: [New]9536 - Introduced support for setting an “application name” for client connections, visible in the server's connection list and logs. [SQL]: SHOW CONNECTIONS – new column fld_AppName [SQL]: GET PROPERTY Connection_AppName OF CONNECTION Valentina Studio: [New][Start Page] - Progress bar is now displayed during the first Bonjour connection scan (in the Bonjour column). [New][Start Page] - Added buttons to toggle filters in the Start Page columns. [New][Data Editor] - Added connection icon to the toolbar. [New][Data Editor] - A yellow warning icon is now shown at the bottom of the editor, with a tooltip if the table has no primary key or unique field. This feature is also available in the “Create Table” dialog. [Fix][Diagrams] Fixed the creation of new links on diagrams. [Fix][Diagrams] Enabled auto-growing of the table control when adding fields. [Fix]9357 - “Infinity” date was not working correctly in the PostgreSQL Data Editor. [Fix]9537 - ENUM values were not displaying as a dropdown. [Fix][Tip] - Tip dialog continued to appear even after unchecking “[x] Show on startup”. |
| Valentina Studio 15.3 May 7, 2025 |
Valentina DB: [Fix]9505 - Creating multi-column UNIQUE constraint w/o name fails. Valentina C ADK: [New] - added DuckDB support for both LOCAL DuckDB files and “Valentina DuckDB Server”. Valentina Python ADK: [New] - added DuckDB support for both LOCAL DuckDB files and “Valentina DuckDB Server”. Valentina Studio: [Imp]9499 - Analyzer doesn't know about MySQL JSON_TABLE() function, which is used in the FROM clause. |
| Valentina Studio 15.1.3 Apr 11, 2025 |
Valentina DB: [Fix]9493 - JSON_BUILD_OBJECT() function returns NULL or corrupt value. Valentina Reports: [Fix] draw HTML from ADK (any). Valentina for Python ADK: [Fix] the use of correct default values in 'printToLocalPrinter' and 'printToServerPrinter' methods. Valentina Server/Client: [New][Rest] - Example how to work from R language to Valentina DB Server, Valentina DuckDB Server, Valentina SQLite Server, via REST. [New][Rest] - "Valentina Go" repository on GitHub from Louis Brauer, to access the Valentina Server via REST from GO language. [Fix] - added support for JSON fields. Valentina Studio: [Fix]9494 - Compound primary key fields are shown in the incorrect order. |
| Valentina Studio 15.1.2 Mar 19, 2025 |
DuckDB was updated to 1.2.1 in all products because their v1.2 did have a critical bug. We will remove version 15.1 of all Valentina products from FTP because of this. |
| Valentina Studio 15.1.1 Mar 10, 2025 |
DuckDB was updated to 1.2.1 in all products because their v1.2 did have a critical bug. We will remove version 15.1 of all Valentina products from FTP because of this. |
| Valentina Studio 15.0.1 Feb 20, 2025 |
Valentina DB: [New][SQL]9470: SQL function 'LIST_SORT ( String )' Valentina Studio: [Imp][Lin] - QT 6.8.2 is used now. [Imp][SQL/Data Editor] - Renamed columns auto-sizing options “Check All Rows” ??' “Using All Rows”, etc [Fix]9481 - Keyboard shortcuts stop working after a few moments. |