• v0.5.0-331-gfa397b16 676dc300de

    neurocyte released this 2025-10-02 14:43:28 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@fa397b16 fix: add ctrl+space keybind for completion and move SELECT mode to shift+space

    contributors

    CJ van den Berg

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads
  • v0.5.0-330-g5362706b 676dc300de

    neurocyte released this 2025-10-02 14:32:54 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@5362706b fix: translate columns to byte offsets when requesting completions
    neurocyte/flow@6ec8aae9 fix: translate byte offsets to columns when applying completions
    neurocyte/flow@6ae176a8 refactor: add selection_pos_to_width and get_replace_selection functions
    neurocyte/flow@390fbd51 refactor: simplify code by using Selection.from_pos
    neurocyte/flow@10bd270d feat: add Match.from_pos function
    neurocyte/flow@65eb6bc7 feat: add Selection.from_pos function
    neurocyte/flow@81a1c888 fix: force refresh on add_completion_done events for slow language servers
    neurocyte/flow@778907c5 fix: ignore empty replacement selections for completion
    neurocyte/flow@ebb7fb39 fix: support TextEdit responses to completion requests

    contributors

    CJ van den Berg

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads
  • v0.5.0-321-gcc9b0027 676dc300de

    neurocyte released this 2025-10-02 12:08:03 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@cc9b0027 feat: add freebsd to binary release builds
    neurocyte/flow@b7b05017 fix: support -Dtarget=[target] for release builds
    neurocyte/flow@31c03060 build: add -Dall_targets build option to build all known good release targets

    contributors

    CJ van den Berg

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads
  • v0.5.0-318-gb1e5b2f8 676dc300de

    neurocyte released this 2025-10-01 20:06:21 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@b1e5b2f8 fix: never set completion selection to an empty range
    neurocyte/flow@b02f096f feat: set the initial completion query based on the cursor position
    neurocyte/flow@74b011cf feat: add support for setting the initial query value in palettes
    neurocyte/flow@42b7ae46 fix: open competion palette after all completions are received
    neurocyte/flow@03c82999 feat: select replacement range during completion
    neurocyte/flow@3901d0cc feat: add support for state values in palettes
    neurocyte/flow@2783120a fix: update terminal style when switching color scheme
    neurocyte/flow@80fc3b7b refactor: explicitly pass theme to tui.set_terminal_style

    contributors

    CJ van den Berg

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads
  • v0.5.0-310-g69f97530 676dc300de

    neurocyte released this 2025-10-01 15:27:01 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@69f97530 fix: error.TtyInitError on startup in win32 tui
    neurocyte/flow@24bca6d5 fix: re-enable win32 release builds
    neurocyte/flow@f29eac4f fix: update win32 gui build for zig-0.15
    neurocyte/flow@6da6af22 fix: update win32 tui build for zig-0.15
    neurocyte/flow@1d61f18f fix: update libvaxis for win32 support on zig-0.15
    neurocyte/flow@73b75149 fix: update thespian for win32 support on zig-0.15
    neurocyte/flow@30ad3aea feat: minor tweaks to version info

    contributors

    CJ van den Berg

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads
  • v0.5.0-303-g1d509282 676dc300de

    neurocyte released this 2025-09-30 13:40:54 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@1d509282 feat: add cli options to select color scheme
    neurocyte/flow@8e4c4284 feat: make manually set color scheme override terminal selected color scheme
    neurocyte/flow@2fe12a05 feat: report color scheme changes from terminal and add command set_color_scheme

    contributors

    CJ van den Berg

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads
  • v0.5.0-300-gcb389888 676dc300de

    neurocyte released this 2025-09-30 12:30:44 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@cb389888 feat: add command toggle_color_scheme and flow mode keybind (alt+f11)
    neurocyte/flow@fbe6a6e5 build: update flow-themes

    contributors

    CJ van den Berg

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads
  • v0.5.0-298-g8fb29416 676dc300de

    neurocyte released this 2025-09-30 09:42:03 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@8fb29416 build: use the same optimization level for regular and debuginfo builds
    neurocyte/flow@f5bfcd92 build: use standard --release flag for building releases
    neurocyte/flow@f795eb71 fix: unbreak macos release builds
    neurocyte/flow@2edd93e0 fix: move kanagawa-lotus theme to light themes collection
    neurocyte/flow@716fd480 fix: enable llvm by default for debug builds
    neurocyte/flow@3bef2822 feat: add Kanagawa theme

    contributors

    CJ van den Berg

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads
  • v0.5.0-292-g5c844410 676dc300de

    neurocyte released this 2025-09-29 21:00:36 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@5c844410 build: disable windows builds until fixed
    neurocyte/flow@269c0087 Add missing shells to the README
    neurocyte/flow@a7097e62 build: update zigwin32 for zig-0.15
    neurocyte/flow@578a205d docs: update required zig version in README.md
    neurocyte/flow@92ca066d refactor: drop useless comment
    neurocyte/flow@8aee0f3a refactor: use Selection.is_reversed
    neurocyte/flow@32c70f0e fix: minor leak in editor format command
    neurocyte/flow@2f89dcba fix: improve Buffer writer impl
    neurocyte/flow@372d3d1e fix: update thespian to fix subprocess writer
    neurocyte/flow@8cb9b5e4 Merge branch 'master' into zig-0.15
    neurocyte/flow@d6843c4f Merge branch 'master' into zig-0.15
    neurocyte/flow@2992b0f5 Merge branch 'master' into zig-0.15
    neurocyte/flow@b8d2679c Merge branch 'master' into zig-0.15
    neurocyte/flow@26cb33ca fix: tracing using zig-0.15 Writer and add a trace file write lock
    neurocyte/flow@91d2131d fix: update Buffer tests for zig-0.15
    neurocyte/flow@65414d2d fix: update keybind test case for zig-0.15
    neurocyte/flow@f90d486e fix: update Buffer.store_to_string for zig-0.15
    neurocyte/flow@8f137574 fix: simplify and update Buffer.get_byte_pos for zig-0.15
    neurocyte/flow@2867fc9a fix: update Buffer.get_line function for zig-0.15
    neurocyte/flow@0f560ed3 fix: Buffer.rebalance on zig-0.15
    neurocyte/flow@757096bf fix: use std.heap.stackFallback more carefully
    neurocyte/flow@dfdb82ca refactor: move write_range to Buffer
    neurocyte/flow@06b9d238 fix: flush lsp log file after every message
    neurocyte/flow@d97a4c11 fix: update thespian to remove bogus assert
    neurocyte/flow@ab84d067 build: update libvaxis for the rebase of zig-0.15 fixes
    neurocyte/flow@705ff49a fix: remove bogus assert in Buffer drain function
    neurocyte/flow@2fd347d0 build: update build.zig.zon version field
    neurocyte/flow@0a3a71db build: update build.zig.zon minimum zig version
    neurocyte/flow@4125db26 fix: Writer.Allocation.initOwnedSlice does not append
    neurocyte/flow@720bb951 Merge branch 'master' into zig-0.15
    neurocyte/flow@bf0d4402 refactor: lots more writergate fixes - first successful build
    neurocyte/flow@5094aa8c fix: update thespian for more zig-0.15 fixes
    neurocyte/flow@e6b39c27 refactor: lots and lots of writergate changes
    neurocyte/flow@96e81003 Merge branch 'master' into zig-0.15
    neurocyte/flow@2d165042 fix: update thespian for more zig-0.15 build fixes
    neurocyte/flow@ccd2dec5 fix: tree-sitter build
    neurocyte/flow@f958aa30 Merge branch 'master' into zig-0.15
    neurocyte/flow@8903ca86 Merge branch 'master' into zig-0.15
    neurocyte/flow@15990b9d Merge branch 'master' into zig-0.15
    neurocyte/flow@53746409 Merge branch 'master' into zig-0.15
    neurocyte/flow@b7d825e8 fix(zig-0.15): more libvaxis zig-0.15 changes
    neurocyte/flow@71344d96 fix(zig-0.15): more syntax changes
    neurocyte/flow@1bb73d87 fix(zig-0.15): update thespian
    neurocyte/flow@435a3edb Merge branch 'master' into zig-0.15
    neurocyte/flow@311fb785 refactor: run zig fmt
    neurocyte/flow@1afaa3be fix(zig-0.15): more syntax changes
    neurocyte/flow@e558502e refactor: port to writergate
    neurocyte/flow@dfd3c5d6 build: update all dependecies for zig-0.15.1
    neurocyte/flow@b6d49353 build: update build to zig-0.15.1
    neurocyte/flow@55a862ea Merge branch 'master' into zig-0.15.0
    neurocyte/flow@54a43264 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@6e6d6dae Merge branch 'master' into zig-0.15.0
    neurocyte/flow@0d08a54a Merge branch 'master' into zig-0.15.0
    neurocyte/flow@c702bc2c Merge branch 'master' into zig-0.15.0
    neurocyte/flow@d07ef96f Merge branch 'master' into zig-0.15.0
    neurocyte/flow@fbed6c64 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@abcdea15 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@50c6e2b0 Merge branch 'writergate' into zig-0.15.0
    neurocyte/flow@8c716fcf Merge branch 'master' into zig-0.15.0
    neurocyte/flow@6f20c8a1 build: update dizzy
    neurocyte/flow@a1c9c53d build: update fuzzig for zig-0.15.0-dev.1034+bd97b6618
    neurocyte/flow@cb62a810 Merge branch 'zig-0.15.0' into writergate
    neurocyte/flow@5b099b0b Merge branch 'master' into zig-0.15.0
    neurocyte/flow@b94fbebb Merge branch 'zig-0.15.0' into writergate
    neurocyte/flow@88fef727 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@05d8fe37 update to zig 0.15.0-dev.1048+f43f89a70
    neurocyte/flow@82c431c9 update to zig 0.15.0-dev.1048+f43f89a70
    neurocyte/flow@b60cd890 Merge branch 'zig-0.15.0' into writergate
    neurocyte/flow@e6388629 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@bc298e96 Merge branch 'zig-0.15.0' into writergate
    neurocyte/flow@724dc920 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@4cb6d0af build: update to zig-0.15.0-dev.1034+bd97b6618
    neurocyte/flow@891945ba build: update flow-syntax for 0.15.0-dev.1034+bd97b6618
    neurocyte/flow@4ee7a268 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@625c89ab Merge branch 'master' into zig-0.15.0
    neurocyte/flow@e5b20974 build: update to zig-0.15.0-dev.936+fc2c1883b
    neurocyte/flow@4e80bae8 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@8fb36025 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@0a4c1a57 build: update std/debug.zig to zig-0.15.0-dev.877+0adcfd60f
    neurocyte/flow@b258b2bb Merge branch 'master' into zig-0.15.0
    neurocyte/flow@1fdfd41a Merge branch 'master' into zig-0.15.0
    neurocyte/flow@e2816945 build: update to zig-0.15.0-dev.877+0adcfd60f
    neurocyte/flow@3e3bc2cd Merge branch 'master' into zig-0.15.0
    neurocyte/flow@697ad50e Merge branch 'master' into zig-0.15.0
    neurocyte/flow@eece7202 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@4d608d41 build: update to zig-0.15.0-dev.836+080ee25ec
    neurocyte/flow@c21a6731 Merge branch 'master' into zig-0.15.0
    neurocyte/flow@6fb364d6 zig: update to zig-0.15.0-dev.703+597dd328e
    neurocyte/flow@0e3806ab zig: port log.MsgStore to 0.15.0-dev.703+597dd328e

    contributors

    CJ van den Berg
    Loris Cro
    zai1208

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads
  • v0.5.0-203-g8b52202f 676dc300de

    neurocyte released this 2025-09-29 19:37:59 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@8b52202f build: update flow-syntax for fix in syntax.highlights_at_point

    contributors

    CJ van den Berg

    downloads

    flow-control.dev (source only)
    github.com (binaries & source)
    codeberg.org (binaries & source)

    Downloads