Skip to main content

Directory

October 17, 2025

App version: 1.0.136

New features

  • Added new abstract class for improved structure
  • Added new layout-editor with preset support
  • Added page load and change transitions

Improvements

  • Refactored search and filtering services for better performance
  • Fixed datasource actions running multiple times unnecessarily by adding debounce
  • Removed unnecessary code from components and services
  • Refactored Content parsing function
  • Refactored layout-builder components
  • Modified fallback messages on overlay
  • Added new cache logic to image types
  • Implemented image preloading functionality
  • Removed preset layouts

Bug fixes

  • Fixed preload component functionality
  • Fixed tooltip rendering
  • Fixed typo and missing styles in text type
  • Fixed preload component issues
  • Fixed issue with external commands

October 3, 2025

App version: 1.0.122

Bug fixes

  • Resolved an issue where updates to datasources were not visible until the content was manually refreshed.

October 2, 2025

App version: 1.0.120

Bug fixes

  • Fixed an issue with image caching on JsCore devices.

August 28, 2025

App version: 1.0.114

New features

  • Added an Empty search message option in Search Settings, giving users more control over what appears when no results are found.
  • Added an Allow animations toggle in Developer Settings to enable smoother page transitions.

August 8, 2025

App version: 1.0.108

New features

  • Added support for data filtering.
  • Introduced complex filtering for search, supporting both simple and complex search commands.
  • Added JSON-based search parameter setup for advanced search configuration.
  • Introduced a dedicated search service to handle search commands more efficiently.
  • Added option for cell rounding in layouts.
  • Extended maximum custom cell height to 512 for greater layout flexibility.

Improvements

  • Refactored complex search logic for better maintainability.

Bug fixes

  • Fixed interactive style issues in custom layout.
  • Fixed cell overflow issues.
  • Fixed issue where custom cell height did not apply correctly in custom layouts.
  • Fixed navigation component styling inconsistencies.
  • Fixed backward compatibility issues by adding fallback values to settings.
  • Corrected various typos.