Skip to content

2022.2 (May 2022)

Compare
Choose a tag to compare
@klugier klugier released this 27 May 20:02
· 963 commits to master since this release

This release serves mainly as a service pack to 2022.1 and contains significant number of resolved issues. There are limited set of new features.

Release highlights:

  • Core: IsVoid(String) function to avoid confusion with IsVoid(Value)
  • Core: LoadFile fixed to be work with special files in POSIX /proc/
  • Core: BiVector, BiArray Create with constructor parameters
  • CtrlLib: RichTextView WhenLeftClick, ClearSelection
  • CtrlLib: FileSel::NoExeIcons to suppress loading of icons from .exe files in background
  • CtrlLib: Fixed issues with namespace agnostic layouts
  • Image: Support for >2G pixel images (ImageBuffer::GetLength now returns size_t)
  • Draw: Fixed/optimised FlipImage
  • plugin/tif: Minimal geotiff support via metadata (see reference/geotiff)

TheIDE:

  • ide: git format-patch patch format support

POSIX:

  • Fix Manjaro (GNU/Linux) installation dependencies