Blink Changelog

What's new in Blink 1.9.1

Jan 26, 2024
  • fix for sorting in file list
  • display selected file total
  • only edit file when 1 file is selected

New in Blink 1.9.0 (Nov 2, 2023)

  • Multi tab file editing
  • Confirmation prompt when exit modified file
  • Replace in find dialog

New in Blink 1.8.2 (Oct 19, 2023)

  • Set tab width to 4 instead of 8
  • Default to consolas font for editor
  • Display current line, column
  • Goto line dialog

New in Blink 1.8.1 (Mar 16, 2023)

  • Fix for case insensitive and fuzzy match.

New in Blink 1.8.0 (Mar 2, 2023)

  • Ported to Qt6
  • Editor in lower panel
  • Various crash fixes
  • Use app data instead of app directory in windows

New in Blink 1.7.4 (Oct 20, 2021)

  • Auto complete font size configurable in setting
  • Fix for missed suggestion in auto complete
  • Fix for replace in file match whole word checking

New in Blink 1.7.3 (Oct 18, 2021)

  • Fuzzy suggestion in auto complete for symbol

New in Blink 1.7.2 (Oct 17, 2021)

  • live query when auto complete item is highlighted
  • fix for new project created failed with changed project name

New in Blink 1.7.1 (Oct 6, 2021)

  • Fix for editor font in setting
  • Show progress bar when load project

New in Blink 1.7.0 (Oct 5, 2021)

  • Support live grep
  • Limit search result by default to 30000 row
  • Autocomplete suggestion sorted by levenshtein distance
  • improve search performance

New in Blink 1.6.3 (Oct 2, 2021)

  • Add directory dialog for new project
  • Prevent ui freeze when loading large file list

New in Blink 1.6.2 (Sep 30, 2021)

  • Drag and right click support for filenames in symbol window
  • Calculate tag update progress based on file size

New in Blink 1.6.1 (Sep 22, 2021)

  • Support more language highlight in editor

New in Blink 1.6.0 (Sep 17, 2021)

  • Default edit using internal code editor.

New in Blink 1.5.1 (Aug 29, 2020)

  • Click on filename in symbol search open default editor
  • Fix for default editor select in config dialog in linux
  • Copy path name right click shortcut for project

New in Blink 1.5.0 (Aug 23, 2020)

  • Replace in files for searched symbol in symbol tab or selected files in file tab (Menu->Tool)
  • Options for regular expression for symbol query (Menu->Option)

New in Blink 1.4.3 (Aug 18, 2020)

  • Regular expression support for symbol queries
  • Icon for linux

New in Blink 1.4.2 (Aug 13, 2020)

  • Fix for autocomplete enter shortcut
  • Configurable font size for symbol view