Cursive 2026.3.0-eap2

Aug 21, 2026

Cursive 2026.3.0-eap2 is out. It's a bugfix release, fixing some serious bugs in how the Standard Clojure Style formatter formats namespaces. It also fixes several bugs from the exception reporter.

I've also had to change the numbering scheme for this release. Recently I switched to using IntelliJ-style versions like 2026.2. This caused a problem with the last release, 2026.2.1-eap1, where users were not offered the update and if they updated by hand were repeatedly offered the "update" to 2026.2. This was as a result of a bug in IntelliJ's version comparisons in the presence of a patch version (the .1 in 2026.2.1) and an eap version qualifier. So to keep things consistent I've renumbered this release series from 2026.2.1 to 2026.3.0, which should fix that problem.

Here's the issue:

Fixed

  • Standard formatter uses incorrect indentation in namespace clauses #3109

Cursive 2026.2.1-eap1