Releases: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
(65 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Stamp|2017-03-27|4.3.0|1.0.8}}
{{Stamp|2021-03-19|4.10.0|1.10.0}}


== Memento Mobile Edition ==
= Memento Android Edition =


=== Release 5.2.0, 2023-12-10 ===
*AI Assistant: Added the ability to create and edit entries using ChatGPT. Where: Open library > Menu > AI Assistants.
*AI Assistant: Introduced the capability to query ChatGPT based on entry data.
*Changes in the "Signature" field type. Renamed to "Drawing" with dual functionality – Drawing and Signature (configurable in the field settings).
*Added the ability to delete local files for libraries uploaded to the cloud, freeing up space in the device's internal memory. Where: Open library > Menu > Files > Local Cleanup.
*You can now create tabs corresponding to months or years, displaying entries with respective dates. How to enable: Edit library > Edit a date field > Show as tabs.
*JavaScript: Added the ability to set default values for an entry in triggers when copying or editing it. The default values are set via the [https://wiki.mementodatabase.com/index.php?title=Memento_JavaScript_Library#buildDefaultEntry() buildDefaultEntry()] method.
*JavaScript: Added the ability to get and [https://wiki.mementodatabase.com/index.php?title=Memento_JavaScript_Library#Entry_methods set image caption] values from scripts.
[https://www.youtube.com/watch?v=zIPy6-kw6vY Feature Overview Video - Watch on YouTube]
=== Release 5.1.0, 2023-10-10 ===
*New field type - Embedded object. Store custom embedded objects with attributes directly within entries.
*Draft Entries. Save your progress while creating or editing entries for a smoother workflow.
*Added ability to change field type for existing libraries. Where: edit library > 3-dots menu next to the field > convert data type.
*AI Assistant by ChatGPT: Get AI-powered assistance in creating library structures and choice field items.
*JavaScript: Added the ability to read and write files in device storage via scripts for Android 12 and later.
=== Release 5.0.0, 2023-05-04 ===
*Widgets: A customizable object that allows users to visualize and organize data. They can be added to a dashboard or library. Memento now supports aggregation, chart, script, entries list, and shortcuts widgets.
*Dashboards: Users can create custom dashboards in Memento Database that display data from different libraries in one place.
*Memento now allows users to create a simple user interface using scripts. This functionality is exclusive to scripted widgets.
*Added ability to use a limited number of HTML tags in the results for the JavaScript and Calculation fields. How to enable: edit library > edit field > HTML mode.
*Added ability to create library entries using a step-by-step form. How to enable: edit library > main tab > create entry page by page.
*The new "count" aggregation function in the library allows users to view the total number of entries and set up field-based filters for a more precise count.
=== Release 4.13.0, 2022-10-26 ===
*New field type - Tree. The Tree field is a set of predefined items with folders that have a hierarchical tree structure.
*Added ability to save library view options (view type, filter, sorting) as a preset and switch between them.
*Added ability to select any folder for automatic backup.
*JavaScript: Added method fields() to the Library object to get all the library field names.
*JavaScript: Added ability to get the current username by system().user.
*JavaScript: Added method syncGoogleSheet() to the Library object to run synchronization with Google Sheet.
=== Release 4.12.0, 2022-07-15 ===
*New field type - Button. The button field is an interactive field type that lets you trigger certain actions - run script, open URL, share text.
*New field type - Lookup. The Lookup field allows you to pull field values from linked entries.
*Added ability to display choice field items as Tabs in the list of entries and filter entries by them. Edit library > Edit field > Show as Tab.
*The new permission for the cloud libraries - Ability to copy library structure. The users don't receive this permission for shared libraries by default.
*Added the ability to insert an image into the image field by URL.
*Updated JavaScript engine.
=== Release 4.11.0, 2022-02-21 ===
*Added ability to create a library from a CSV file directly. Where: Menu > Add library > Import from CSV.
*Prefilled entries. It is possible to create entries templates with prefilled field values. Where: library > Menu > Prefilled entries
*Added ability to turn off clustering on the map view.
*Subheader can have hint text now.
*Added ability to automatically create reminders in a Date/Time field. Where: Edit library > Edit field > Auto reminder.
*Added ability to display related entries as cards.
*Added the ability to make a field read-only, though such fields can still be changed via scripts. Where: Edit library > Edit field > Read only.
=== Release 4.10.4, 2022-01-26 ===
* Bug fixes.
* Marker clustering on the map view.
=== 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 ===
* Faster sync with Google Sheets file
* Bug fixes
=== Release 4.7.2, 2019-11-28 ===
* Performance improvements.
* Lots of bugs have been fixed.
* Updated translations.
=== Release 4.7.0, 2019-10-08 ===
*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.
*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
*"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
*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.
*Scripts: new user() method that returns the current user as a JSUser object
* Quick switching between linked libraries
* Added ability to copy the password to the clipboard by long pressing on a "Password" field
=== Release 4.6.7, 2019-08-28 ===
* Lots of bug fixes.
* Updated translations.
=== Release 4.6.5, 2019-06-27 ===
* Duration - a new field type intended to store the duration in days, hours, minutes, seconds and milliseconds.
* Calculation of computable fields while editing a record.
* Possibility to set the size of captured photos for the "Image" field.
* Scripts: new trash() methods - delete and untrash() - restore for an Entry object in triggers.
* Scripts: the possibility to get the previous entry in JavaScript field: entry().prev(). The resulting entry can be read-only.
* Added a new data source for auto-completion - boardgamegeek.com, containing information about board games.
=== Release 4.6.0, 2019-02-11 ===
=== Release 4.6.0, 2019-02-11 ===
* Page size and orientation setup when saving entries in PDF.
* Page size and orientation setup when saving entries in PDF.
Line 11: Line 142:
* Barcode scanner is now built into the application.
* Barcode scanner is now built into the application.
* New type of action script - "Bulk Action". The button to start this script will be available in the menu, if you select a few entries in the library. The selected entries are available in the script via selectedEntries() function.
* New type of action script - "Bulk Action". The button to start this script will be available in the menu, if you select a few entries in the library. The selected entries are available in the script via selectedEntries() function.
=== Release 4.5.10, 2018-12-07 ===
=== Release 4.5.10, 2018-12-07 ===
* Added ability to set the year for the date field
* Added ability to set the year for the date field
Line 179: Line 311:
* 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 3.1.0, 2023-11-10 ===
* Memento now uses a completely new local database engine for better performance. To take advantage, you'll need to download your libraries from the cloud again. Note that some settings won't transfer automatically. To keep your filters, sorting, and dashboards, export your workspace in the old version and import it in the new one (Menu > File > Workspace).
* AI Assistant by ChatGPT: Get AI-powered assistance in creating library structures.
* Added ability to move or copy entries to another library.
* Added the ability to download images attached to entries during CSV export.
 
=== Release 2.1.0, 2023-10-10 ===
* New field type - Embedded object. Store custom embedded objects with attributes directly within entries.
* Added the ability to export and import library settings (filters, sorting, etc.) and reports to a file (menu > File > Workspace).
 
=== Release 2.0.0, 2023-07-07 ===
* Widgets: A customizable object that allows users to visualize and organize data. They can be added to a dashboard or library. Memento now supports aggregation, chart, script, entries list, and shortcuts widgets.
* Dashboards: Users can create custom dashboards in Memento Database that display data from different libraries in one place.
* Memento now allows users to create a simple user interface using scripts. This functionality is exclusive to scripted widgets. 
* Added ability to create library entries using a step-by-step form.
* The new "count" aggregation function in the library allows users to view the total number of entries and set up field-based filters for a more precise count.
 
=== Release 1.13.0, 2022-11-29 ===
* New field type - Tree. The Tree field is a set of predefined items with folders that have a hierarchical tree structure.
* Attribute values of related entries can be exported and imported from CSV. The format of the name of a column with an attribute shall be as follows: link field name:attribute name.
* JavaScript: Added method fields() to the Library object to get all the library field names.
* JavaScript: Added ability to get the current username by system().user.
* Bug fixes.
 
=== Release 1.12.0, 2022-07-18 ===
* New field type - Button. The button field is an interactive field type that lets you trigger certain actions - run script, open URL, share text.
* New field type - Lookup. The Lookup field allows you to pull field values from linked entries.
* The new permission for the cloud libraries - Ability to copy library structure. The users don't receive this permission for shared libraries by default.
 
=== Release 1.10.3, 2022-01-26 ===
* Added ability to change the application font: menu > help > theme > font.
* Added ability to copy a library structure: the library context menu > copy.
* Added ability to select the page for displaying related entries: edit library > relations.
* Fixed display of images in reports.
* Bug fixes.
 
=== 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 ===
* New field type - User. This type of field allows selecting one or more Memento Cloud users.
* 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.
* "JavaScript" and "Calculation" fields can now be hidden.
 
=== Release 1.6.7, 2019-07-25 ===
* Bug fixes.
 
=== Release 1.6.6, 2019-07-04 ===
* Duration - a new field type intended to store the duration in days, hours, minutes, seconds and milliseconds.
* Added a new data source for auto-completion - boardgamegeek.com, containing information about board games.
* Bug fixes.
 
=== Release 1.6.1, 2019-05-04 ===
* Added ability to create personal access tokens to access Memento Cloud API: Account > Access Tokens.
* Improved image loader.
 
=== Release 1.6.0, 2019-03-22 ===
* Calendar view that allows you to look through library entries in a calendar. Calendar view is available if there is at least one Date/Time field in the Library.
* Added ability to search among million icons and use them in your libraries. This feature is powered by IconFinder.
* New type of action script - Bulk Action. To start this script, choose the item with its name from the context menu of entries. The selected entries are available in the script via selectedEntries() function.
* Added Estonian translation
* Added Swedish translation
* Updated translations
 
=== Release 1.5.0, 2018-11-19 ===
* Added ability to display records on a map.
* Added ability to group entries by day, month, or year.
* Added ability to search library templates in the online catalog.
* The reports can display multiple photos in one field.
* Bug fixes.


=== Release 1.4.5, 2018-08-01 ===
=== Release 1.4.5, 2018-08-01 ===
Line 288: Line 534:
* 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