Switch to: V12V11V10V9V8V7V6V5

Valentina Release 7.1.x Notes

The Valentina 7.1.x releases took place between 2017-04-24 to 2017-05-28.

Release 7.1.0 Notes

2017-04-24

Valentina Studio Pro

  • [NEW][JavaScript] - Integration of QT JavaScript engine.
    • JS objects integrated to QT GUI objects.
    • JS objects integrated to DB objects of VStudio
    • Script Editor with auto-completion and syntax coloring
    • HELP for JS objects.
    • Few Examples that db Code Generation for Xojo.

Valentina Studio

  • [NEW][VDB][Data Editor] - Edit data of KeyValue object.
  • [NEW][SQL Editor] - Export SQL result to Excel XLSX format, including images.
  • [NEW] Dump database to Excel XLSX format, including images.
  • [Imp][Mac] QT updated to 5.7.1, this contains few fixed bugs in QT.

Docs + Wiki

Release 7.1.1 Notes

2017-05-09

ValentinaDB

  • [Fix] 7960 - False warning on sorting by RecID/OID fields.

Valentina Studio Pro

  • [New] - Project Tree - filter added to easy find project items.

Valentina Studio Pro

  • [Imp] - polish of “Show On Disk” in few places.

Valentina for Xojo

  • [Fix] 7961 - Crash on connection to VServer from V4RB on Linux.
  • [Fix] - Example about VEnum field type.

Release 7.1.2 Notes

2017-05-12

ValentinaDB

  • [Fix] for tmp tables.

Valentina Reports

  • [New] Subreport now have property 'independent', which cause its printing from a new page using its ORIGINAL format. Thanks to this you can get in PDF, for example, the first page as US Letter portrait, and the next page(s) as US Letter landscape (or any other format you want).

Release 7.1.3 Notes

2017-05-13

  • Minor fixes in already made fixes.
  • Some win products of 7.1.2 did have problems (rebuild have helped).

Release 7.1.4 Notes

2017-05-17

Valentina Studio

  • [New][SQL Editor] Button to Cancel long queries. Implemented for MySQL, PostgreSQL, MS SQL Server.
  • [New] Password field now has button to show letters instead of '•'

Valentina Server

  • [Fix] 7969 - Number of AffectedRows returned is always zero on SQL UPDATE and DELETE on a SQLite DB using REST API.

Valentina for Xojo

  • [Fix] 7970 - One more improve protection when String with NIL encoding passed from Xojo to the plugin.

Release 7.1.5 Notes

2017-05-23

ValentinaDB

  • [NEW][VSQL] You can do now CROSS JOIN. You should use the explicit form: … FROM T1 CROSS JOIN T2 …

Release 7.1.6 Notes

2017-05-28

Valentina Reports

  • [New] 7981 - Implement 'fit_in_page' property of sub-report. This property allows you to keep the parent record with subreport on the same page, if subreport does not fit the page then parent record and subreport go to the next page.