From db0bc241dde0dce2f3897f3cb07e7f8feae21819 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 22 Jun 2022 21:40:32 +0000 Subject: [PATCH] TvPlanIt: Update readme.txt files. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8323 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tvplanit/examples/datastores/readme.txt | 8 +++++++- components/tvplanit/readme.txt | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/components/tvplanit/examples/datastores/readme.txt b/components/tvplanit/examples/datastores/readme.txt index dff37da74..a81287ab8 100644 --- a/components/tvplanit/examples/datastores/readme.txt +++ b/components/tvplanit/examples/datastores/readme.txt @@ -13,6 +13,10 @@ Datastores working with the default Lazarus installation - TVpIniDatastore in folder "ini" (for ini files) +- TVpJsonDatastore in folder "json" (for json files) + +- TVpXmlDatastore in folder "xml" (for xml files) + - TVpSqlite3Datastore in folder "sqlite3" (for SQLite3 database using SQLDB) @@ -20,7 +24,9 @@ Add-on datastores requiring third-party components/code: -------------------------------------------------------- - TVpZeosDatastore in folder "zeos" - requires installation of package "laz_visualplanit_zeos" + requires installation of package "laz_visualplanit_zeos". By means of a + conditional define it can be used for a Firebird, PostgreSQL or SQLite3 + database. - TVpmORMotDatastore in folder "examples/mormot": Since this datastore depends on third-party source code it is not added in diff --git a/components/tvplanit/readme.txt b/components/tvplanit/readme.txt index 723210384..73356de6e 100644 --- a/components/tvplanit/readme.txt +++ b/components/tvplanit/readme.txt @@ -141,8 +141,13 @@ steps: - VpDayView/VpWeekView and VpTaskList can import events and tasks, respectively, from iCalendar files (*.ical, *.ics) - New property CaptionStyle of VpContactButtons. + +4.6 Release 1.6.0 + - ZEOS datastore works with PostgreSQL now. + - VpClock supports Pause and Resume commands. + - Several bug fixes (e.g., AutoInc field handling) -4.6 Current development version (1.3) +4.7 Current development version (1.7) ================================================================================