You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add accent normalization with optimized memory usage and toggle option
Implemented a string normalization method to handle accented characters, improving search consistency and preventing query mismatches.
Added an accent mapping dictionary for common diacritics
Implemented normalization using Span<char> and stackalloc to reduce heap allocations and improve performance
Introduced a user-controlled toggle (SensitiveAccents) to enable or disable normalization dynamically
Prepared the system for cache-aware queries based on normalization settings
<system:Stringx:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
125
125
<system:Stringx:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
126
+
<system:Stringx:Key="sensitiveAccent">Enable accent sensitivity when searching for programs.</system:String>
127
+
<system:Stringx:Key="sensitiveAccentToolTip">When this option is enabled, you will be able to find programs that contain accented characters more easily.</system:String>
<system:Stringx:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
<system:Stringx:Key="hideOnStartup">Esconder Flow Launcher na inicialização</system:String>
123
123
<system:Stringx:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
124
+
<system:Stringx:Key="sensitiveAccent">Ativar a distinção de acentuação na consulta de programas.</system:String>
125
+
<system:Stringx:Key="sensitiveAccentToolTip">Ao ativar ou desativar esta opção você precisa reniciar o Flow para ser aplicado corretamente a configuração, você poderá encontrar programas que possuem acentuação com mais facilidade.</system:String>
124
126
<system:Stringx:Key="hideNotifyIcon">Ocultar ícone da bandeja</system:String>
125
127
<system:Stringx:Key="hideNotifyIconToolTip">Quando o ícone não está na bandeja, o menu de Configurações pode ser aberto ao clicar na janela de busca com o botão direito do mouse.</system:String>
126
128
<system:Stringx:Key="querySearchPrecision">Precisão de Busca da Consulta</system:String>
0 commit comments