Releases: Difference between revisions

78 bytes added ,  17 November 2018
m
no edit summary
mNo edit summary
mNo edit summary
Line 4: Line 4:


=== Release 4.5.9, 2018-11-17 ===
=== Release 4.5.9, 2018-11-17 ===
* Updated translations
* Updated <b>translations</b>
* Fix crashes on Android 8 tablets
* Fix crashes on Android 8 tablets


=== Release 4.5.8, 2018-10-01 ===
=== Release 4.5.8, 2018-10-01 ===
* Added fingerprint support for secured libraries
* Added <b>fingerprint support for secured libraries</b>
* Many bug fixes
* Many bug fixes


=== Release 4.5.5, 2018-08-02 ===
=== Release 4.5.5, 2018-08-02 ===
* New field type &mdash; Color.
* New field type &mdash; <b>Color</b>.
* Added mobygames.com as a data source for Autofill. This source contains information about computer games.
* Added <b>mobygames.com</b> as a data source for Autofill. This source contains information about computer games.
* Scripts: Added the global function <b><i>email()</i></b>, which sends an email message via SMTP in the background.
* Scripts: Added the global function <b><i>email()</i></b>, which sends an email message via SMTP in the background.
* Scripts: Added the method <b><i>post()</i></b> in object Http to send POST (HTTP) requests.
* Scripts: Added the method <b><i>post()</i></b> in object Http to send POST (HTTP) requests.
Line 21: Line 21:
=== Release 4.5.0, 2018-05-14 ===
=== Release 4.5.0, 2018-05-14 ===


* Added ability to view the history of entry changes and roll back to one of the previous versions of the entry. The history is saved only for libraries in the cloud and only for PRO tariffs. Where: Open entry > menu > Version History.
* Added ability to view the <b>history of entry changes</b> and roll back to one of the previous versions of the entry. The history is saved only for libraries in the cloud and only for PRO tariffs. Where: Open entry > menu > Version History.
* Added NFC support for Barcode fields. How to enable: Edit library > Edit Barcode field > Type.
* Added <b>NFC support for Barcode fields</b>. How to enable: Edit library > Edit Barcode field > Type.
* Added ability to use your own measurement units for numeric fields.
* Added ability to use <b>your own measurement units for numeric fields</b>.
* Monospace fonts were added to the list of available fonts for entries and fields display.
* <b>Monospace fonts</b> were added to the list of available fonts for entries and fields display.
* Combination by year, month or day is available for entries grouping.
* Combination by year, month, or day is available for entries grouping.
* Added new autofill source - Library. The source allows filling in entry fields with data from another library.
* Added new <b>autofill source - Library</b>. The source allows filling in entry fields with data from another library.


=== Release 4.4.5, 2017-04-07 ===
=== Release 4.4.5, 2017-04-07 ===
Line 40: Line 40:
=== Release 4.4.0, 2017-12-12 ===
=== Release 4.4.0, 2017-12-12 ===


* Attributes for links within Link to Entry fields. Where: Edit library > Edit Link to Entry field > Tab Attributes.
* <b>Attributes for links</b> within Link to Entry fields. Where: Edit library > Edit Link to Entry field > Tab Attributes.
* Added ability to select fields for quick search. How: Open library > Menu > Settings > Quick search in.
* Added ability to select fields for quick search. How: Open library > Menu > Settings > Quick search in.
* Added ability to search in specific fields ( Quick filter ). How: Open library > Search icon > Filter icon.
* Added ability to search in specific fields ( Quick filter ). How: Open library > Search icon > Filter icon.
* Added ability to save search criteria as a filter. How: Open library > Search icon > Filter icon > Save icon.
* Added ability to save search criteria as a filter. How: Open library > Search icon > Filter icon > Save icon.
* Added new events for triggers: Linking an entry, Unlinking an entry.
* Added <b>new events for triggers: Linking an entry, Unlinking an entry</b>.
* Scripts: Added method remind() in object Entry to set up a reminder.
* Scripts: Added method remind() in object Entry to set up a reminder.
* Scripts: Added new aggregation functions by fields from linked entries to Calculation fields: $sum(), $min(), $max(), $avg().
* Scripts: Added new aggregation functions by fields from linked entries to Calculation fields: $sum(), $min(), $max(), $avg().