TvPlanIt: Update readme.txt for release v1.8.0

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8690 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-01-18 10:14:15 +00:00
parent 3bc61ca8f5
commit c51c729ae6

View File

@ -12,7 +12,9 @@ Table of contents
4.3 Release 1.0.6 4.3 Release 1.0.6
4.4 Releases 1.0.8 and 1.0.10 4.4 Releases 1.0.8 and 1.0.10
4.5 Release 1.2.0 4.5 Release 1.2.0
4.6 Current version 4.6 Release 1.6.0
4.7 Release 1.8.0
4.8 Current development version 1.9
5. Additional help 5. Additional help
5.1 Original TurboPower documentation 5.1 Original TurboPower documentation
5.2 Wiki page 5.2 Wiki page
@ -42,6 +44,9 @@ version:
The old naming scheme of the original Delphi components is discontinued. The old naming scheme of the original Delphi components is discontinued.
Compatibility with the Delphi components is not a design goal here, very
probably the units contained in these packages will not work with Delphi.
================================================================================ ================================================================================
@ -69,7 +74,8 @@ steps:
7. Confirm to rebuild the IDE. 7. Confirm to rebuild the IDE.
8. After some time the IDE will restart with the new components installed. 8. After some time the IDE will restart with the new components installed
on palette "Visual PlanIt".
================================================================================ ================================================================================
@ -77,7 +83,6 @@ steps:
4. Version history 4. Version history
4.1 Release 1.0.3 4.1 Release 1.0.3
Please note that the following issues are from Bugzilla. These Please note that the following issues are from Bugzilla. These
bugs were not exported to SourceForge. bugs were not exported to SourceForge.
@ -96,7 +101,6 @@ steps:
4080 - De Piggify the DBIsamDataStore component. 4080 - De Piggify the DBIsamDataStore component.
4.2 Release 1.0.4 4.2 Release 1.0.4
This release is Lazarus-only. It won't compile under Delphi any more. This release is Lazarus-only. It won't compile under Delphi any more.
- Replace hard-coded MS Sans Serif font by "default" to use the system font - Replace hard-coded MS Sans Serif font by "default" to use the system font
- Fix crashes due to inplace editors being destroyed. - Fix crashes due to inplace editors being destroyed.
@ -112,7 +116,6 @@ steps:
- Add new sample projects - Add new sample projects
4.3 Release 1.0.6 4.3 Release 1.0.6
- Add mORMot datastore - Add mORMot datastore
- Add drag and drop of events to DayView and WeekView - Add drag and drop of events to DayView and WeekView
- Add hint support to DayView, WeekView, MonthView, and Contact Grid - Add hint support to DayView, WeekView, MonthView, and Contact Grid
@ -127,14 +130,12 @@ steps:
- Separate design-time and run-time packages - Separate design-time and run-time packages
4.4 Releases 1.0.8 and 1.0.10 4.4 Releases 1.0.8 and 1.0.10
- Bug fixes - Bug fixes
- JSON datastore - JSON datastore
- Improved integration of the LCL scaling of Lazarus 1.8 - Improved integration of the LCL scaling of Lazarus 1.8
- VpNavBar component editor working in Lazarus version - VpNavBar component editor working in Lazarus version
4.5 Release 1.2.0 4.5 Release 1.2.0
- New properties ShowNavButtons, FixedDate, RowHeight, RowLinesStep, - New properties ShowNavButtons, FixedDate, RowHeight, RowLinesStep,
SimpleRowTime of VpDayView SimpleRowTime of VpDayView
- VpContactGrid can import contacts from vCard files (*.vcf) - VpContactGrid can import contacts from vCard files (*.vcf)
@ -147,13 +148,15 @@ steps:
- VpClock supports Pause and Resume commands. - VpClock supports Pause and Resume commands.
- Several bug fixes (e.g., AutoInc field handling) - Several bug fixes (e.g., AutoInc field handling)
4.7 Current development version (1.7) 4.7 Release 1.8.0
- Use category colors in week and month views. Simplify unlimited recurring - Use category colors in week and month views. Simplify unlimited recurring
events. Add context menu item to go to any date. events. Add context menu item to go to any date.
- Preview form for vCard and iCal import. - Preview form for vCard and iCal import.
- Add new control: TVpGanttView - Add new control: TVpGanttView
- New icons by Roland Hahn - New icons by Roland Hahn
4.7 Current development version (1.9)
================================================================================ ================================================================================
@ -173,7 +176,7 @@ valid.
The wiki site http://wiki.freepascal.org/Turbopower_Visual_PlanIt contains a The wiki site http://wiki.freepascal.org/Turbopower_Visual_PlanIt contains a
short documentation of the Lazarus specific version together with a "Getting short documentation of the Lazarus specific version together with a "Getting
started". started" tutorial.