Releases: Difference between revisions

Jump to navigation Jump to search
5,285 bytes added ,  17 August 2021
m
no edit summary
mNo edit summary
mNo edit summary
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Stamp|2019-08-28|4.6.7|1.6.7}}
{{Stamp|2021-03-19|4.10.0|1.10.0}}


== Memento Mobile Edition ==
= Memento Mobile Edition =
 
=== Release 4.10.0, 2021-03-16 ===
* [https://help.mementodatabase.com/?ht_kb=autofill-by-image Text recognition] from images. Where: Editing library > ''Autofill'' > '''+''' > ''By Image β''.
* Defining field validation. Where: Editing field > ''Data validation''.
* Show the customizable ''Quick access'' toolbar at the bottom of the libraries list screen. Where: Libraries list > 3-dot Menu > ''Quick tools''. The toolbar may be restricted due to the size of your device.
* Added ability to sync all libraries with the cloud with one button. Where: Libraries list > 3-dot menu > ''Quick tools''.
* JavaScript: Shared scripts that can be reused in any other scripts. How: For a shared script, when adding, choose ''Shared'', rather than ''Trigger'' or ''Action''.
* JavaScript: Added an additional location for the action script button in the entries list. Where: Editing action > ''Place of Action'' '''∇''' > ''Entries in the list''.
* JavaScript: Added ability to set a filter for an action script. In this case, the action will be available only for entries that satisfy the filter, protecting other entries from being affected. Where: Editing script > ''VIEW'' > ''Filter'' '''∇'''. How: Use the same method as for filtering entries in the list.
* JavaScript: Added ability to choose an icon for an action script button. Where: When adding or updating a new action, in the ''VIEW'' tab > ''Select icon for the Play button''.
 
=== Release 4.9.3, 2021-01-09 ===
* Enhanced behavior for Single-Choice Lists (SCLs). If a default value hasn't been specified, but the field is a required field, then the default value is null. Otherwise, the default value used is that of the first item in the list.
* Lots of bugs have been fixed.
 
=== Release 4.9.2, 2020-11-25 ===
*Bug fixes.
*Added ability to append tags when editing multiple entries.
*Added new event for triggers - Updating a field.
 
=== Release 4.9.0, 2020-09-02 ===
*New field type - List. The List field is a set of text strings with checkboxes.
*New field type - Tags. The Tags field is an editable text box where you can type in a word and perform search other entries by it.
*A new type of entries display – Kanban. Where: library > menu > View > Kanban.
*Added ability to group entries by each value of a multi-select field. How: library > menu > group > multiple-choice list field > split values.
*Added ability to set a field as Unique. Where: edit library > tab Main > Unique Fields.
*Added ability to set the background color for the entries which will be depending on a field value.
*JavaScript: Added method linksFrom(library name, field name) to the Entry object to get entries from the specified library that have links to the current entry from the specified field.
 
=== Release 4.8.1, 2020-07-12 ===
* '''Added ability to delete a comment'''
* Updated translation
* Performance improvements
* Minor bugs fixed
 
=== Release 4.8.0, 2020-05-28 ===
* '''Added ability to copy entries to Google Docs and create reports based on templates'''
* '''Multi-level grouping of entries'''
* '''Manual sorting of entries (drag and drop)'''
* Added ability to select a filter for widgets
* The table view can display images now
 
=== Release 4.7.5, 2020-04-01 ===
* Lots of bugs have been fixed.
* Updated translations


=== Release 4.7.3, 2020-02-05 ===
=== Release 4.7.3, 2020-02-05 ===
Line 13: Line 58:


=== Release 4.7.0, 2019-10-08 ===
=== Release 4.7.0, 2019-10-08 ===
* Added ability to move or copy entries to another library.
* '''Added ability to move or copy entries to another library'''
* New field type - User. This type of field allows selecting one or more Memento Cloud users. All users who have access to the library through the cloud are available for selection.
* '''New field type - User. This type of field allows selecting one or more Memento Cloud users. All users who have access to the library through the cloud are available for selection.'''
* Added ability to provide write/delete permissions based on the value of the "User" field.
* '''Added ability to provide write/delete permissions based on the value of the "User" field'''
* Added ability to set the full name and avatar of a Memento Cloud user.
* '''Added ability to set the full name and avatar of a Memento Cloud user'''
* "JavaScript" and "Calculation" fields can now be hidden and they will not be displayed to the user in the interface.
* '''"JavaScript" and "Calculation" fields can now be hidden and they will not be displayed to the user in the interface'''
* Added ability to combine field filtering conditions with the “OR” operation.
* '''Added ability to combine field filtering conditions with the “OR” operation'''
* Filters improvement: Numeric fields - new condition "Between" has been added. Single-choice list/Multiple-choice list - conditions "Is one of", "Is not one of", "Equal", "Not equal" have been added.
* '''Filters improvement: Numeric fields - new condition "Between" has been added. Single-choice list/Multiple-choice list - conditions "Is one of", "Is not one of", "Equal", "Not equal" have been added.'''
* Quick switching between linked libraries.
* '''Scripts: new user() method that returns the current user as a JSUser object'''
* Now it is possible to copy the password to the clipboard by long pressing on a "Password" field.
* Quick switching between linked libraries
* Scripts: new user() method that returns the current user as a JSUser object.
* Added ability to copy the password to the clipboard by long pressing on a "Password" field


=== Release 4.6.7, 2019-08-28 ===
=== Release 4.6.7, 2019-08-28 ===
Line 212: Line 257:
* Field fonts cusotmmization (size, colo, style). How: editing field > Font.
* Field fonts cusotmmization (size, colo, style). How: editing field > Font.


== Memento Desktop Edition ==
 
= Memento Desktop Edition =
 
=== Release 1.10.1, 2021-05-31 ===
* Bug fixes
 
=== Release 1.10.0, 2021-04-08 ===
* Defining field validation.
* Script: Shared scripts that can be reused in any other scripts.
* Script:  Added an additional location for the action script button in the entries list.
* Script: Added ability to set a filter for an action script. In this case, the action will be available only for entries that satisfy the filter.
 
=== Release 1.9.6, 2020-10-27 ===
* A new type of entries display – Table View
* Added new event for triggers – Updating a field.
 
=== Release 1.9.0, 2020-09-21 ===
* New field type – List. The List field is a set of text strings with checkboxes.
* New field type – Tags. The Tags field is an editable text box where you can type in a word and perform search other entries by it.
* Added ability to group entries by each value of a multi-select field. How: group > multiple-choice list field > split values.
* Added ability to set a field as Unique.
* Added ability to search in specific fields.
* Call of the calculator for numberic fields. How: editing field > Calculator. Upon enabling of this option, the button of calculator opening will be displaed to the right of the input field.
* JavaScript: Added method linksFrom(library name, field name) to the Entry object to get entries from the specified library that have links to the current entry from the specified field.
 
=== Release 1.8.4, 2020-06-30 ===
* Manual sorting of entries (drag and drop).
* Added ability to delete a comment.
* Added a new filter condition for numeric fields - "Between".
* Bug fixes.
 
=== Release 1.8.2, 2020-04-20 ===
* Bug fixes.
* Added Croatian translation.
 
=== Release 1.8.1, 2020-03-19 ===
* Bug fixes.
* Added Slovenian translation.
* Updated translations.
 
=== Release 1.8.0, 2020-03-17 ===
* Refreshed UI.
* Added ability to group libraries.
* Bug fixes.
 
=== Release 1.7.1, 2020-01-14 ===
* Fixed Google Sign In.


=== Release 1.7.0, 2019-11-07 ===
=== Release 1.7.0, 2019-11-07 ===
Line 354: Line 445:
* Fixed a crash which could occur after editing of entry
* Fixed a crash which could occur after editing of entry


[[Category:Overview]]
[[Category:en]] [[Category:Overview]]

Navigation menu