Skip to content

Release Notes

Lime CRM Desktop Client 11.1.2824

Product Lime CRM Desktop Client Version 11.1.2824 Date published 2023-03-07 Platform Windows Availability Manual installation and Automatic Updates.

Fixes

  • Moved validation with events to separate step for batch and async usage.
  • Removed broadcast message without listeners.
  • Fixed stability issue for adding records with relations async, seen for campain manager.
  • Fixed race-condition for injected script (window.external.run not working) in onload-event.
  • Fixed debugger warning due to multiple callbacks for shared environment.
  • Graceful recovery after WebView2 Runtime upgrade while running.
  • Disable sync for message opened from document.
  • Fixed potential 100% CPU hang for invalid API usage from WebView2.

LDC 12.9.2784

Service Lundalogik Data Component (LDC) Version 12.9.2784 Date published 2023-02-13 Platform Windows Download LDC 12.9.2784 Included in Lime CRM Server 2022.3.1059

This version of LDC will make Lime CRM Server more secure and resolve some bugs.

Technical Details

  • Updated lifetime handling to reduce logging when Redis is not configured.
  • Log and forward root-cause internally and coerce login error only for external API.
  • Fixed bug in time-limited binary backoff that result in eternal busy-wait.

LDC 12.9.2806

Service Lundalogik Data Component (LDC) Version 12.9.2806 Date published 2023-02-24 Platform Windows Download LDC 12.9.2806 Included in Lime CRM Server 2022.3.1066

This version of LDC will make Lime CRM Server more secure and resolve some bugs.

Technical Details

  • Fixed HANDLE-leak for Windows-login
  • Removed unnecessary caching
  • Added default settings for COM+ recycling.
  • Improved logging and error reporting.
  • Improved robustness for error handling.
  • Fixes buffer overrun and memory leak in error reporting.
  • Include details for external errors.
  • Handle empty XML documents.
  • Worked around problems with session handling in LISA.
  • Fixed more issues related to 100% CPU.

LDC 12.9.2816

Service Lundalogik Data Component (LDC) Version 12.9.2816 Date published 2023-03-06 Platform Windows Download LDC 12.9.2816 Included in Lime CRM Server 2022.3.1070

This version of LDC will make Lime CRM Server more secure and resolve some bugs.

Technical Details

  • Fixed memory leak for helpers to access data structure.
  • Added support for logging all calls into SQL over a specified threshold.
  • Updated session logic to exclude sessions with different database id.
  • Skip validation for sessions retrieved from database.
  • Removed [timestamp] filter for active sessions due to mismatch between session lifetime between Python and database.
  • Use hash to avoid too long paths.

Lime CRM 2022.3 - Rysy - Patch 3

Description

This is the third patch release of 🇵🇱Lime CRM 2022.3 Rysy.

Patch Upgrade Instructions

If upgrading to this release from:

🪲 Fixes

LDC

LDC upgraded to version 12.9.2806. Highlighted improvements are:

  • Fixes some performance issues
  • Fixes issue where users couldn’t login to Lisa

Read full release notes here: LDC 12.9.2806 Release Notes

Lime CRM 2022.3 - Rysy - Patch 2

Description

This is the second patch release of 🇵🇱Lime CRM 2022.3 Rysy.

Patch Upgrade Instructions

If upgrading to this release from:

🪲 Fixes

Web Client

  • Performance improvements when loading cards. Extra noticeable on cards with many tabs.
  • Label on set field no longer end up as as an overlay of the field content. Untitled

LDC

LDC upgraded to version 12.9.2784. Read release notes here: https://docs.lime-crm.com/releases/ldc/12.9.2784

Lime CRM Desktop Client 11.1.2742

Product Lime CRM Desktop Client Version 11.1.2742 Date published 2023-01-24 Platform Windows Availability Manual installation and Automatic Updates.

Fixes

  • Workaround race-conditions for reloading actionpad by postponing pending refresh until application is not busy.
  • Improved robustness for wait cursor.
  • Pause list refresh after error.
  • Restored keyboard shortcuts for numeric keys.
  • Ensure child records are orphaned if deleted.
  • Updated to official release of Outlook Redepmtion 6.3
  • Fixed problem where dynamically set readonly or required will not trigger validation indication.
  • Unified view and filter dialogs.
  • Worked around stability problem for JSON-conversion of closed Records-object.
  • Improved robustness for cleanup of temporary emails
  • Improve robustness for document size handling.
  • Compatibility: Reintroduced support for virtual document fields.
  • Fail early if record cannot be loaded by ID.
  • Fixed problem where edit control contents was not automatically selected when activated.
  • Workaround: Ignore any restricted fields mentioned in structure
  • Compatibility: Allow access to old document fields
  • Block incoming COM-calls for STA while populating template to avoid performance degradation due to async refresh of ActionPads.
  • Fixed compatibility problem with automatic popoluation or description field for document record.
  • Worked around encoding issue for procedure arguments that affected document handling.

Lime CRM Desktop Client 11.1.2746

Product Lime CRM Desktop Client Version 11.1.2746 Date published 2023-01-25 Platform Windows Availability Manual installation and Automatic Updates.

Fixes

  • Updated external dependencies, including WebView2 SDK.
  • Workaround: Ensure that dummy updates required for “update on relation change” are not filtered by optimizations. Note: Must be explicitly activated via feature flag: features.applyWorkaroundForUpdateOnRelationChange = True|False
  • Fixed crash when document control is used without record, reported internally for column filters.
  • Compatibility: Only use embedded metadata for documents, not generic files and pictures.

Lime CRM Desktop Client 11.1.2763

Product Lime CRM Desktop Client Version 11.1.2763 Date published 2023-02-05 Platform Windows Availability Manual installation and Automatic Updates.

Fixes

  • Refactored transfer selected to support all tabs.
  • Fixed bug in lifetime handling when .Net-based addins essentially killed the shared RCW.
  • Resolved problem where field lookup for email depended on the contextual view.
  • Added mitigation to make window.external.Run context-aware.
  • Avoid reload for Controls if not associated with Record anymore.
  • Ensure return and escape is properly handled for list-edit.
  • Use ClientID to avoid backend creation for save.
  • Workaround VBA-issues related to ActiveControls and ActiveInspector for Save and Close by explicitly activating Inspector before operations.
  • Avoid potential deadlock for synchronous queries by only using semaphore for async.
  • Added mitigation to avoid PrankCall-behaviour for window.external
  • Switched to batch APIs for adding recipients.
  • Improved robustness for cleanup of temporary emails
  • Switched to Application.MessageBox to provide additional error details for Outlook Integration.
  • Improved robustness for VBA integrations that handle outgoing mail.
  • Only use unique matches for lookup operations based on email address.
  • Updated Sentry to 0.5.4 which resolves a crash due to race-conditions in error reporting.
  • Use text field to edit document filter.
  • Workaround crash in focus-handling when removing last tab.