Tag: v1.1.0


  • Fix for the launch issue on Windows OS

    Releasing a cross-platform desktop application for major operating systems comes with its specific challenges. After initial beta versions, our first Windows users reported a very strange bug. Their attempt to launch the release version of the app was failing with the following message: Despite the release build failing, the development build we provided worked just…

  • maxDEV v1.1.0 Beta Release

    Overview MaxDEV v1.1.0 introduces major changes to settings and UI notification systems. maxDEV v1.1.0 — TL;DR Breaking changes Settings for the Dark Mode and Font Size will reset after the upgrade. To restore your configuration, you can read your previous settings from ~/maxdev_settings.properties and set them again via the UI or in the new settings directory (~/.maxdev/app_settings.json).…

  • Toasts-like UI notifications

    UI for Notifications As part of the preparation for version 1.1.0, we introduced a Toast-like (Bootstrap) notification system for maxDEV. maxDEV is a Kotlin Multiplatform application and uses the Jetpack Compose declarative UI framework. Currently, it is integrated only for the Redis Client dev tool. However, the new notifications system has been implemented as a…