Memento Database 5.4 Android
6 July 2024
- Linked Tree View: Users can now effortlessly navigate through interconnected entries from various libraries within a unified tree view interface, accessible on a single screen.
- Enhanced Visualization with Colorized Fields: Field values in both entry lists and entry view cards can now be dynamically colorized, allowing for intuitive visualization based on specified rules and field values. Where: Edit field > Colorize field value
- Added the ability to create and edit entries using AI-driven photo analysis.
- Added the ability to edit images created in drawing fields.
- Added the ability to display a secondary thumbnail icon in the entries list by selecting a second image field, along with the ability to customize thumbnail placeholders to suit specific preferences.
- The list field type now offers enhanced versatility with two distinct modes of operation: checklist or ordered list.
- All cloud libraries and template URLs in the online directory now have the hostname mementodb.com.
- JavaScript: Users can now automate processes by scheduling triggers to execute at predetermined times, leveraging the new “At scheduled time” trigger event.
- JavaScript: The script editor has been refined with added functionality, including the ability to undo and redo actions.
- JavaScript: Centralized script execution logs. Where: Open library > Menu > Scripts > Logs icon
- JavaScript: Added the ability to create Android notifications directly through scripts using the notification() method.
Read our Memento 5.4 Feature Roundup for all the exciting details!
Memento Database 5.3 Android
30 April 2024
- Customizable shortcuts toolbar for a library. To enable: Open library > Menu > Settings > Show toolbar with shortcuts.
- Added the ability to display some text as a field description when viewing or editing an entry. To enable: Edit field > Field description.
- Added the ability to edit fields directly from a view entry by clicking on them. To enable: Edit field > Direct Edit.
- Added the ability to set line limits for entry names and descriptions in the list. Location: Edit library > Main tab > Entry name.
- Added the ability to reorder the images in the field.
- Added the ability to display the “Integer values” field type as a Slider.
- Added the ability to use the Claude 3 or ChatGPT4 models as AI Assistants.
- JavaScript: Added the ability to show dialogs in scripts. Refer to the new dialog() method.
- JavaScript: Added the ability to restrict access to running a script action for specific library users. Location: Edit script > View > Allowed Users.
Memento Database 5.2 Android
10 December 2023
- 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 buildDefaultEntry() method.
- JavaScript: Added the ability to get and set image caption values from scripts.