1.1.2 -> 1.1.3 (Februar, 2005)
- Sort bug fix.
1.1.0 -> 1.1.2 (December, 2004)
- CliE DIA support.
- PalmSource DIA support (Tungsten T3/T5).
- New icons.
- Very large database full support.
- Memory allocation in the View Editor
- Search engine, the next function
1.1.0b2 -> 1.1.0 (November, 2003)
- 5 ways hard keys support complete.
- PalmOS 5.0 High Resolution support complete.
- Bugs fix.
1.0.1 -> 1.1.0 (August 15, 2002)
- VLDB Support. Support for Databases with more than ~3000 records
- Advanced Filters. Support for upto 32 different, named filters.
Filters can be simple string criteria as in earlier version of
pilot-db, or they can be scripts that test properties of fields
such as: '(or (seq %1 Red) (eq %2 10))' -- However, this feature
is only available with drivers that support Script Compilation
and Execution (i.e. the native format).
- Global Scripts. Scripts which sort and filter the database, and can
be invoked when entering a view.
- Math Lib Script Support.
- New Script functions. (see below)
- Internal Change: Searching is now performed via a datasource
operation. This new function, along with the datasource
operation SetFilter, allow the main application to search
and filter without relying on the assumption that filters
are implemented using the palm's category features.
- Internal Change: The datasource SetFilter option now takes
a UInt16 argument specifying the filter index as opposed
to an enumerated type representing the category that
corresponds to the filtered records.
- Internal Change: List Views become part of a set of general
'Feature' structures. The name DataSourceView becomes
DataSourceFeature_ListView to indicate this membership.
Other features include GlobalScripts and Filters.
0.3.3 -> 0.3.4beta1 (November 20, 2001)
- New Field type for DB-format databases:
calculated (script to calculate the result from some fields).
linked (another field from a existing link).
- New Plugin:
DB3-vfs.prc: read/write databases on Expantion Card.
It's impossible to modify the DB structure and doesn't support
the new field type (Calculated).
- LookUp on the records List:
Write a letter to go to the first record which begins with it.
- default values. give a default value during the database creation
to some field. Field types:
string.
integer.
float.
- Increment integer. give an increment to an integer default value during
the database creation.
- JogDial and Keyboard quick access:
click first on the JogDial or hit "return" in the records list.
Select the record and click again on the JogDial.
- new about box.
- new global preferences:
show the list header.
show column separator.
- INTERNAL CHANGE: the links are automaticly updated.
- INTERNAL CHANGE: more verifications and bugs fix.
0.3.2 -> 0.3.3 (November 20, 2001)
- New field types for DB-format databases:
list (list of 32 maximum items),
link (link to a record of another database),
float (float number).
- UI: a View could be used to display only few fields of a record.
- UI: all field types have a properties form in the database design.
- Handera: support all fonts, slikscreen, JogDial and rotating screen.
- Sony: support all fonts and JogDial.
0.3.1 -> 0.3.2beta1 (June 28, 2001)
- New field types for DB-format databases: note (6500 bytes string)
- UI: the color support for the list view.
- UI: a database open normaly is protected, the records can be changed
without press a Modify button.
- UI: the list view's display is modified in the list box of the title.
- UI: a menu entry is added to duplicate a record in the record view.
- UI: the up/down hard keys can be configured in the global preferences
betwen "page" ( jump from a record to the previous/next) or "line" to
up/down in the field of the current record.
- UI: the header of the list view's table displays a list box to sort the
records.
- INTERNAL CHANGE: Ported to PalmOS SDK version 4.0.
- INTERNAL CHANGE: Plugin mechanism added. DB executes code from another prc
file.(!!EXPERIMENTAL!!)
- INTERNAL CHANGE: JFile3, MobileDB and DB2 support extracted to 3 plugins.
0.3.0 -> 0.3.1 (March 31, 2001)
- New field types for DB-format databases: date and time
- Added help screens to most dialogs and views.
- Databases can be sorted on any number of fields.
- The columns in the list view can be customized by defining templates
called "list views".
- Allow the security level to be changed on PalmOS 3.5 via a
"Security..." menu item similar to the built-in applications.
- Support for reading and writing MobileDB databases.
- Support for reading and writing some JFile v3.x databases. (EXPERIMENTAL)
- Random assorted bug fixes and cleaning. See the ChangeLog for all
the specifics.
0.2.5 -> 0.3.0 (July 15, 2000)
- Can customize the number of columns in the list view as well control
exactly what is displayed in each column.
- Read-only mode which prevents any changes to a database.
- Fields can now be added and removed from any database.
- Main screen now has a popup menu to select database-specific
actions.
- INTERNAL CHANGE: Ported to PalmOS SDK version 3.5.
- INTERNAL CHANGE: New database format to support new features.
- INTERNAL CHANGE: New "data source" layer which isolates most of DB
from the exact format of a database. Provides access to new file
format and 0.2.x legacy format.
- INTERNAL CHANGE: The list view now uses a special "grid widget"
which provides flicker-free display of data.
0.2.4 -> 0.2.5
- Database picker screen now allows you to categorize your databases,
sort them by name, and manually sort the list.
0.2.3 -> 0.2.4
- Fix crash in global find when user disables find on a single database.
0.2.2 -> 0.2.3
- Updated German translation
- Fixed stupid scrolling bug introduced in 0.2.2
0.2.1 -> 0.2.2
- Fix crash on field widths screen when Applications button pressed.
- Scolling by page or line is now configurable.
0.20 -> 0.2.1
- Local find.
- Beam databases from the selection screen.
- German translation from Thorsten Tietz.
- Dutch translation from Tom Van Wint.
- Japanese translation from sat. (disabled for now)
- LinkMaster support (
http://www4.ncsu.edu/~bgdarnel/linkmaster/)
- Conversion utilities moved to seperate palm-db-tools package.
0.19 -> 0.20
- Support for boolean fields which appear as checkboxes.
- Support for integer fields.
- Database name appears at top of screen in list view.
- Conversion utilities now support a seperate "info" file which can
store field type and column width information.
- Bug fixes:
* App Prefs dialog now saves the prefs as it should.
* Global Find will now work when DB is first installed.
* Show right/left scroll arrows correctly.
* Scroll down when page down button is pressed not up.
* Show right scroll button when last column is clipped.
0.15 -> 0.19
- New database format so that 16 field restriction is gone. This is an
incompatible format change so databases from previous releases will
need to be converted.
- Support for Global Find. Can disable support overall or on a
database-by-database basis.
- Conversion tools now support quoted strings.
- List view should no longer overrun columns.
- Some bug fixes.
0.12 -> 0.15:
- DB now has an icon for the application launcher.
- If you were in an open database when you left for another
application, then DB will return to the same database.
- List view: The up/down keys will do page up/down movement.
- List view: New menu commands to jump to top and bottom of database.
- You can set the database backup flag now from the new database
preferences dialog. The backup conduit will then copy the database
to your PC during the next HotSync.
0.11 -> 0.12:
- New utility pdb2csv to convert a DB database back into a CSV text file.
- Support for building csv2pdb and pdb2csv on Windows with gcc.
- Cleanups of csv2pdb source.
0.10 -> 0.11:
- Tapping on label in design view and field width view will now focus
the label.
0.01 -> 0.10:
- Added edit menu wherever there is a field.
- Reworked the design view.
- Added form to allow editing the field widths.