• v0.5.0-517-g0f7a4f25 676dc300de

    neurocyte released this 2025-11-04 20:36:52 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@0f7a4f25 fix: check for formatter executable before trying to start formatter job

    contributors

    CJ van den Berg

    downloads

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

    Downloads
  • v0.5.0-516-g9a13191e 676dc300de

    neurocyte released this 2025-11-04 16:24:40 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@9a13191e feat: add reStructuredText support
    neurocyte/flow@8be5a14e fix: allow indenting of blank lines if there is just one cursor
    neurocyte/flow@5e292e75 fix: store redo metadata along with undo metadata and restore it on redo
    neurocyte/flow@76952a7d fix: check clipboard is not empty before pasting in helix mode
    neurocyte/flow@03f2821e fix: post location updates to project_manager creating or navigating buffers

    contributors

    CJ van den Berg

    downloads

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

    Downloads
  • v0.5.0-511-g19f88a83 676dc300de

    neurocyte released this 2025-11-04 11:52:32 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@19f88a83 feat: bind restore_closed_tab to ctrl+shift+t
    neurocyte/flow@1d289855 feat: reopen closed tab
    neurocyte/flow@0b28218a feat: move open_previous_file keybind to project to work anywhere
    neurocyte/flow@b116d103 feat: allow open_previous_file to jump back to a closed tab
    neurocyte/flow@eb72f06b refactor: rename maybe_reset_drag_source
    neurocyte/flow@15b600b5 fix: clipboard_palette does not paste the selected item

    contributors

    CJ van den Berg
    n0n

    downloads

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

    Downloads
  • v0.5.0-505-g1ac34340 676dc300de

    neurocyte released this 2025-11-03 21:51:13 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@1ac34340 test: [hx] Exercises some aspects of BEW and bew closes #315
    neurocyte/flow@8d2355dc refactor: [hx] move and extend word sharing common code
    neurocyte/flow@c3bd6b6b refactor: [hx] group word movements
    neurocyte/flow@a8c056c2 feat: hx extend word to right
    neurocyte/flow@0bef3ce2 fix: do not indent blank lines
    neurocyte/flow@cd1d9f30 fix: don't clip leading whitespace based on cursor column in smart_insert_line
    neurocyte/flow@9026404d fix: save file when toggling auto_save on
    neurocyte/flow@15c94693 fix: render auto_save state in filestate widget
    neurocyte/flow@99cd7b6d refactor: send auto_save state in more editor events
    neurocyte/flow@0c38e8c4 fix: don't show dirty state in tabs for auto_save buffers
    neurocyte/flow@8d0f333a refactor: simplify Buffer.write_state
    neurocyte/flow@30b1329d refactor: move auto_save flag from Editor to Buffer
    neurocyte/flow@fa6ea11d fix: only reset mouse drag context when the dragging button is released
    neurocyte/flow@1fb3a882 fix: be more precise about tracking active state in scrollbar_v widget

    contributors

    CJ van den Berg
    Igor Támara

    downloads

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

    Downloads
  • v0.5.0-491-g2d65864e 676dc300de

    neurocyte released this 2025-11-03 17:38:06 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@2d65864e fix: merge selections when collapsing cursors
    neurocyte/flow@79369bf2 fix: also collapse cursors during mouse operations
    neurocyte/flow@1c96a458 feat: add CurSel.merge function
    neurocyte/flow@1f3419ec feat: add Selection.merge and Selection.expand functions
    neurocyte/flow@5fccffc4 feat: add Cursor.within predicate function
    neurocyte/flow@1d1d8280 fix: move cursor to the beginning of an egc in Cursor.clamp_to_buffer

    contributors

    CJ van den Berg

    downloads

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

    Downloads
  • v0.5.0-485-gf6234e60 676dc300de

    neurocyte released this 2025-11-02 20:38:06 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@f6234e60 refactor: remove pointless dupe call in move_to_char
    neurocyte/flow@22326088 feat: add underlining keybinds ctrl+_, ctrl+= and ctrl+plus
    neurocyte/flow@f727c488 refactor: make get_char.options.start optional
    neurocyte/flow@b5e591c1 refactor: move_to_char to use new get_char mini mode
    neurocyte/flow@28688b49 refactor: move_to_char mini mode into a reusable get_char mini mode
    neurocyte/flow@7af0c7ff fix: improve dupe_cursel_down to correctly handle duplicating at EOF
    neurocyte/flow@e1e82a57 fix: improve dupe_cursel_up to correctly handle duplicating at EOF
    neurocyte/flow@1c486ccd fix: support no selection special case for cut and copy commands with multiple cursors
    neurocyte/flow@d12494a7 fix: update flow-syntax to fix ziggy schema file extension

    contributors

    CJ van den Berg

    downloads

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

    Downloads
  • v0.5.0-476-g4d375d2d 676dc300de

    neurocyte released this 2025-10-31 21:57:05 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@4d375d2d feat: add support for groups in clipboard history
    neurocyte/flow@6f575789 feat: add flow mode bindings for plain move_begin (ctrl+k home)
    neurocyte/flow@63745f1e refactor: use @memcpy to splat replacement string
    neurocyte/flow@18bc89ed refactor: replace cursel_length with Buffer.Node.get_range
    neurocyte/flow@8246f2b0 feat: [hx] r to replace with a character
    neurocyte/flow@411b26d4 feat: Add functionals with parameters

    contributors

    CJ van den Berg
    Igor Támara

    downloads

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

    Downloads
  • v0.5.0-470-g3249c35c 676dc300de

    neurocyte released this 2025-10-30 20:35:12 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@3249c35c Merge branch github/master
    neurocyte/flow@932c79fb fix: crash in home screen
    neurocyte/flow@131d9db5 feat: [hx] match clipboard behaviour on delete

    contributors

    CJ van den Berg
    Igor Támara

    downloads

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

    Downloads
  • v0.5.0-467-ga0fa079a 676dc300de

    neurocyte released this 2025-10-30 17:12:50 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@a0fa079a fix: remove workaround for Buffer.store_to_file_const bug on non-linux platforms
    neurocyte/flow@ab4d1cdf fix: always use std.Io.Writer.writeAll to avoid write underflow

    contributors

    CJ van den Berg

    downloads

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

    Downloads
  • v0.5.0-465-gb556c1da 676dc300de

    neurocyte released this 2025-10-30 16:00:36 +00:00 | 0 commits to master since this release

    commits in this build

    neurocyte/flow@b556c1da fix: add workaround for Buffer.store_to_file_const bug on non-linux platforms
    neurocyte/flow@d201a84e fix: add test of Buffer.store_to_file_and_clean
    neurocyte/flow@18a71905 fix: normalize_file_path_dot_prefix on windows

    contributors

    CJ van den Berg

    downloads

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

    Downloads