-
30.0.1 Stable
FalsePattern released this
2026年04月18日 18:43:19 +02:00 | 1 commits to master since this releaseFixed
- Project
- build.zig scan helper no longer downloads every single lazy dependency recursively (#7)
Full Changelog: 30.0.0...30.0.1
Downloads
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
0 downloads
-
ZigBrains-30.0.1-251-signed.zip
1 download ·
2026年04月18日 18:48:55 +02:00 · 1.6 MiB -
ZigBrains-30.0.1-252-signed.zip
2 downloads ·
2026年04月18日 18:48:55 +02:00 · 1.6 MiB -
ZigBrains-30.0.1-253-signed.zip
2 downloads ·
2026年04月18日 18:48:55 +02:00 · 1.6 MiB -
ZigBrains-30.0.1-261-signed.zip
2 downloads ·
2026年04月18日 18:48:55 +02:00 · 1.6 MiB
- Project
-
30.0.0 Stable
FalsePattern released this
2026年04月02日 22:36:29 +02:00 | 5 commits to master since this releaseRemoved
- Debugger
- Removed MSVC debugger support. It was a hard to maintain, buggy mess.
Fixed
- Internals
- Do not run modal progress dialog while in read lock
- Console highlighter throwing exception when parsing some lines
Full Changelog: 29.1.0...30.0.0
Downloads
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
0 downloads
- Debugger
-
29.1.0 Stable
FalsePattern released this
2026年03月15日 16:02:57 +01:00 | 13 commits to master since this releaseAdded
- Zig
- Config option for limiting the maximum size of syntax-aware newline indenting
Fixed
- Zig
- Long IDE freeze when editing huge files (see above)
Full Changelog: 29.0.1...29.1.0
Downloads
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
- Zig
-
29.0.1 Stable
FalsePattern released this
2026年02月25日 21:02:17 +01:00 | 16 commits to master since this releaseChanged
- Implementation
- Replaced several runBlocking-based coroutine dispatches with non-blocking alternatives or progress indicator aware alternatives
- Reduced the scope of read actions to decrease the chance of UI freezes (#3)
Fixed
- Toolchain
- IPC-based progress display now works with zig 0.16
Full Changelog: 29.0.0...29.0.1
Downloads
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
1 download
- Implementation
-
29.0.0 Stable
FalsePattern released this
2026年02月01日 16:44:20 +01:00 | 24 commits to master since this releaseChanged
- Implementation
- The plugin now uses the Modular Plugin system on IDEA 2025.3+
Added
-
Support for IDEA 2025.3 and 2026.1
-
Debugger
- Support LLDB and GDB on Windows
Fixed
- Zig
- Commenting last line in a file threw an exception (codeberg#1)
Full Changelog: 28.3.0...29.0.0
Downloads
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
1 download
- Implementation