Kexi/Releases: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 1: Line 1:
These pages are used as a draft for preparing release announcements.
See also: [[Kexi/Schedules|Schedules]] | [[/2/|Kexi 2 releases]]


== 3.x ==
For general convenience frameworks used in Kexi (KDb, KProperty, KReport), tend to be released in the same time and are prepared for standalone use.
*[[/3/|Kexi 3]]


== 2.x ==
Kexi 3 offers the same list of features as Kexi 2. Exceptions: no scripting (in Kexi 2 it was present as experimental).
*[[/Kexi 2.8/]]
**[[/Kexi 2.8.1/]]
*[[/Kexi 2.7/]]
*[[/Kexi 2.6/]]
**[[/Kexi 2.6 Alpha/]]
**[[/Kexi 2.6 Beta/]]
**[[/Kexi 2.6.1/]]
**[[/Kexi 2.6.2/]]
*[[/Kexi 2.5/]]
**[[/Kexi 2.5.1/]]
**[[/Kexi 2.5.2/]]
**[[/Kexi 2.5.3/]]
*[[/Kexi 2.4/]]
**[[/Kexi 2.4 Alpha 4/]]
**[[/Kexi 2.4 Beta 1/]]
**[[/Kexi 2.4 Beta 6/]]
*[[/Kexi 2.3/]]
**[[/Kexi 2.3.1/]]
**[[/Kexi 2.3.4/]] (backports from 2.4)
*[[/Kexi 2.2/]]
*[[/Kexi 2.0 Alpha 12/]]


*[[/Template/]]
__TOC__
 
== 3.0.0 Downloads ==
=== 3.0.0 Alpha 1 ===
September 14, 2016
{| cellpadding="3" cellspacing="3" style="margin-left:2em;"
| [[Kexi]]
| {{DownloadUrlSig|stage=unstable|project=kexi|ver=2.99.90-1}}
|-
| [[KDb]]
| {{DownloadUrlSig|stage=unstable|project=kdb|ver=2.99.2}}
|-
| [[KProperty]]
| {{DownloadUrlSig|stage=unstable|project=kproperty|ver=2.99.2}}
|-
| [[KReport]]
| {{DownloadUrlSig|stage=unstable|project=kreport|ver=2.99.2}}
|}
 
=== 3.0.0 Beta 1 ===
September 19, 2016
{| cellpadding="3" cellspacing="3" style="margin-left:2em;"
| [[Kexi]]
| {{DownloadUrlSig|stage=unstable|project=kexi|ver=2.99.91}}
|-
| [[KDb]]
| {{DownloadUrlSig|stage=unstable|project=kdb|ver=2.99.3}}
|-
| [[KProperty]]
| {{DownloadUrlSig|stage=unstable|project=kproperty|ver=2.99.3}}
|-
| [[KReport]]
| {{DownloadUrlSig|stage=unstable|project=kreport|ver=2.99.3}}
|}
 
=== 3.0.0 ===
October 5, 2016
{| cellpadding="3" cellspacing="3" style="margin-left:2em;"
| [[Kexi]]
| {{DownloadUrlSig|stage=stable|project=kexi|ver=3.0.0}}
|-
| [[KDb]]
| {{DownloadUrlSig|stage=stable|project=kdb|ver=3.0.0}}
|-
| [[KProperty]]
| {{DownloadUrlSig|stage=stable|project=kproperty|ver=3.0.0}}
|-
| [[KReport]]
| {{DownloadUrlSig|stage=stable|project=kreport|ver=3.0.0}}
|}
 
== 3.0.0 Changes ==
Changes in Kexi
* 3.0.0 Alpha 1 (2.99.90)
** Initial Alpha release
** Ported all modules known from version 2.9.11 except for:
*** map form widget
*** experimental scripts (will be replaced with JavaScript solution in later versions)
* 3.0.0 Beta 1 (2.99.91)
** {{commit|kexi|6a3fe65}} Avoid displaying "(I18N_ARGUMENT_MISSING)" for one complicated message
** {{commit|kexi|c9e6040}} Remove unused & outdated check for MarbleControlBox::setMarbleWidget
** {{commit|kexi|b6bc638}} Make update_kexi_breeze_list.sh more generic so it can be easier reused by other projects such as KReport
** {{commit|kexi|66011ce}} If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
* 3.0.0
** TODO
 
Changes in KDb
* 3.0.0 Alpha 1 (2.99.2)
** Initial Alpha release, contains the same features as the report designer library of Kexi 2.9.11, plus:
*** support for many SQL scalar functions (see [[Kexi/Plugins/Queries/SQL_Functions]])
*** general-purpose API
* 3.0.0 Beta 1 (2.99.3)
** {{commit|kdb|6fbd390}} Find python for SDC
** {{commit|kdb|d6c5178}} Output KDb plugins to a co-installable build subdir
** {{commit|kdb|862a5e0}} Output SQLite extension relative to KDb plugins co-installable build subdir
** {{commit|kdb|cb1e6da}} KDbTestUtils: don't crash when driver not found
** {{commit|kdb|e222064}} KDbCreateSharedDataClasses: display message when Python interpreter missing
** {{commit|kdb|83cf3f9}} Test correctness of KDbDriverManager when no drivers are found
** {{commit|kdb|1c79d93}} If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
* 3.0.0
** TODO
 
Changes in KProperty
* 3.0.0 Alpha 1 (2.99.2)
** Initial Alpha release, contains the same features as the property editor library of Kexi 2.9.11, plus:
*** general-purpose API
* 3.0.0 Beta 1 (2.99.3)
** {{commit|kproperty|347a580}} If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
** {{commit|kproperty|1bd714b}} Get git rev and branch even if property widgets are not built
* 3.0.0
** TODO
 
Changes in KReport
* 3.0.0 Alpha 1 (2.99.2)
** Initial Alpha release, contains the same features as the report designer library of Kexi 2.9.11, plus:
*** reusable API
* 3.0.0 Beta 1 (2.99.3)
** {{commit|kreport|3c25e8e}} Find python for SDC
** {{commit|kreport|6610367}} KDbCreateSharedDataClasses: display message when Python interpreter missing
** {{commit|kreport|de88a18}} Fix handling of events when items are selected across scenes
** {{commit|kreport|d68306a}} Improve KReportExample main window by combining designer and preview widgets ({{diff|2795}})
** {{commit|kreport|ce0214a}} Save/restore visual state of KReportExample
** {{commit|kreport|8dec5d3}} Show preview at startup in KReportExample
** {{commit|kreport|a23ddb8}} Set layout of KReportView to 0, it's a QWidget so that's better default
** {{commit|kreport|623c707}} Improve KReportExample main window by combining designer and preview widgets
** {{commit|kreport|cf3b4c7}} KReportExample: move the toolbox to the left
** {{commit|kreport|766d14e}} KReportExample: use more typical kde.org config folder, set names for the dock and toolbars for better config handling
** {{commit|kreport|9566a36}} KReportExample: Write settings to kde.org/ dir, not org.kde/
** {{commit|kreport|56bc035}} KReportExample: Set organization domain and use it (and app name) in QSettings
** {{commit|kreport|3b0548a}} KReportExample: Use KReport version as the KReportExample app's version
** {{commit|kreport|f49a302}} If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
* 3.0.0
** TODO

Revision as of 15:40, 5 October 2016

See also: Schedules | Kexi 2 releases

For general convenience frameworks used in Kexi (KDb, KProperty, KReport), tend to be released in the same time and are prepared for standalone use.

Kexi 3 offers the same list of features as Kexi 2. Exceptions: no scripting (in Kexi 2 it was present as experimental).

3.0.0 Downloads

3.0.0 Alpha 1

September 14, 2016

Kexi kexi-2.99.90-1.tar.xz (signature)
KDb kdb-2.99.2.tar.xz (signature)
KProperty kproperty-2.99.2.tar.xz (signature)
KReport kreport-2.99.2.tar.xz (signature)

3.0.0 Beta 1

September 19, 2016

Kexi kexi-2.99.91.tar.xz (signature)
KDb kdb-2.99.3.tar.xz (signature)
KProperty kproperty-2.99.3.tar.xz (signature)
KReport kreport-2.99.3.tar.xz (signature)

3.0.0

October 5, 2016

Kexi kexi-3.0.0.tar.xz (signature)
KDb kdb-3.0.0.tar.xz (signature)
KProperty kproperty-3.0.0.tar.xz (signature)
KReport kreport-3.0.0.tar.xz (signature)

3.0.0 Changes

Changes in Kexi

  • 3.0.0 Alpha 1 (2.99.90)
    • Initial Alpha release
    • Ported all modules known from version 2.9.11 except for:
      • map form widget
      • experimental scripts (will be replaced with JavaScript solution in later versions)
  • 3.0.0 Beta 1 (2.99.91)
    • 6a3fe65 Avoid displaying "(I18N_ARGUMENT_MISSING)" for one complicated message
    • c9e6040 Remove unused & outdated check for MarbleControlBox::setMarbleWidget
    • b6bc638 Make update_kexi_breeze_list.sh more generic so it can be easier reused by other projects such as KReport
    • 66011ce If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
  • 3.0.0
    • TODO

Changes in KDb

  • 3.0.0 Alpha 1 (2.99.2)
    • Initial Alpha release, contains the same features as the report designer library of Kexi 2.9.11, plus:
  • 3.0.0 Beta 1 (2.99.3)
    • 6fbd390 Find python for SDC
    • d6c5178 Output KDb plugins to a co-installable build subdir
    • 862a5e0 Output SQLite extension relative to KDb plugins co-installable build subdir
    • cb1e6da KDbTestUtils: don't crash when driver not found
    • e222064 KDbCreateSharedDataClasses: display message when Python interpreter missing
    • 83cf3f9 Test correctness of KDbDriverManager when no drivers are found
    • 1c79d93 If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
  • 3.0.0
    • TODO

Changes in KProperty

  • 3.0.0 Alpha 1 (2.99.2)
    • Initial Alpha release, contains the same features as the property editor library of Kexi 2.9.11, plus:
      • general-purpose API
  • 3.0.0 Beta 1 (2.99.3)
    • 347a580 If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
    • 1bd714b Get git rev and branch even if property widgets are not built
  • 3.0.0
    • TODO

Changes in KReport

  • 3.0.0 Alpha 1 (2.99.2)
    • Initial Alpha release, contains the same features as the report designer library of Kexi 2.9.11, plus:
      • reusable API
  • 3.0.0 Beta 1 (2.99.3)
    • 3c25e8e Find python for SDC
    • 6610367 KDbCreateSharedDataClasses: display message when Python interpreter missing
    • de88a18 Fix handling of events when items are selected across scenes
    • d68306a Improve KReportExample main window by combining designer and preview widgets (Review #2795)
    • ce0214a Save/restore visual state of KReportExample
    • 8dec5d3 Show preview at startup in KReportExample
    • a23ddb8 Set layout of KReportView to 0, it's a QWidget so that's better default
    • 623c707 Improve KReportExample main window by combining designer and preview widgets
    • cf3b4c7 KReportExample: move the toolbox to the left
    • 766d14e KReportExample: use more typical kde.org config folder, set names for the dock and toolbars for better config handling
    • 9566a36 KReportExample: Write settings to kde.org/ dir, not org.kde/
    • 56bc035 KReportExample: Set organization domain and use it (and app name) in QSettings
    • 3b0548a KReportExample: Use KReport version as the KReportExample app's version
    • f49a302 If git information is not available try ${CMAKE_SOURCE_DIR}/GIT_VERSION
  • 3.0.0
    • TODO