Home Documentation Download Pricing Buy Now

[Downloads] Skipper Beta

+14 votes

Changes in version 3.5.1.1882

  • Native Apple Silicon (arm64) support - Skipper now runs natively on Apple Silicon Macs as a Universal 2 (arm64 + Intel) build, no Rosetta required. (New!)
  • Security and stability: upgraded the core third-party library stack - OpenSSL 3.6.3, Boost 1.91, and refreshed vcpkg-managed libraries (libcurl, libxml2/libxslt and others), rebuilt with the current Visual Studio 2019 (v142) toolset.
  • Updated the Qt framework to 5.15.19 (KDE Patch Collection), adding accumulated upstream fixes on top of the maintained Qt 5.15 LTS series.
  • Migrated deployment to Ubuntu 26.04 (GCC 15) and macOS 15
  • Laravel migrations: changing a property of a column that already has a unique index (for example NOT NULL to nullable) no longer tries to create that index a second time. The migration failed with 'Duplicate key name'.
  • Knex migrations: changing a property of a column that already has a unique index no longer re-creates the index. Turning a primary key into a plain unique column no longer drops an index that does not exist.
  • Laravel migrations: after() is no longer generated inside change(). The column is already in place, so it only forced a full table rebuild on MySQL and was ignored by the other database platforms.

Latest Skipper beta version is 3.5.1.1882

Windows

Linux

MacOS

asked Jan 31, 2013 in Information by ludek.vodicka Skipper developer (140,530 points)
edited Jul 21 by ludek.vodicka

Please log in or register to answer this question.

...