Update year to 2021
Transition to GitHub
Version 1.3.6
More tests for extensions
1.3.5
One more bug regarding case sensitve search fixed
Maintain change log
Unit tests for file search
Handle case that extension filter starts with *.
Rename SearchMethods to SearchAsync
Fix filtering of extensions
Fix case sensitive search for file names
1.3.3
Fix quick search keyboard modifier
Update change notes
Fix bug when UpdateIndex.exe is still running and CodeBeagle is started again
Search for proper names
Context menu for two files
Add custom menu entries for two files
Disable UI depending on index update mode
Log what is indexed
Update help with new context menu option
Added new context menu option
Default is to index content only
Add hint about wildcards
Increase version number
Add first unit test for file search
Config if content , file name or both is indexed
Cleanup code
Test file search
Fix insert of file names
Refactor SearchMethods
Search for file name
Finish file search
Fix style of checkable buttons in dark theme
Maintain change log
Hide in document search when searching for a new term in index
FInish in document search
Start Improve in document searching
Highlight in document search matches
Search for selected text when CTRL+F is pressed
Fix dark theme colors for regex tester and add some help
Increate font size, small color change for dark theme
Update readme
Changes for 1.3.0
Switch to 64 bit
Update about box
Show user hint about dark theme
Make dark theme configurable via settings dialog
Finished dark theme
Dark theme continued
Make completer for search combo box case sensitive
Fix wrong range check in brace matching
Don't hightlight braces if text is selected
Refactor syntax highlighting of comments
Show matching braces
Jump to matching brace with CTRL+B
Fix search with CTRL+SHIFT modifier
Report ignored extensions to update.log
Sort ignored extensions
Upgrade to Python 3.8
Fix search script
Show line number in matches overview page
Adjust year in about box
Linter warning
Changes
Show regex in performance dialog
Document <! !> syntax
Copy python3.dll
Fix searching for percent chars
Fix order of settings dialog tabs
Huge performance improvement when highlighting large files
Fix wrong log line
Merge branch 'indexnames'
Remove some pylint warnings
Ignore a pylint hint
Refactor line number area into separate module
Switch back to Python 3.6, cx_freeze doesn't work on 3.7
Call all unit tests from UnitTest.py
Fix regression in reg ex dialog
Merge branch 'indexnames'
Allow to configure if line numbers are shown (default is yes)
Fully type checked
Move index types to enum
More typings
Refactor fulltextindex source into separate source files
More typings, upgrade to Python 3.7
Add line numbers to source viewer
Fix type issue
Index file names along with content
More typings
More typings
Cleanup vscode config
Started mypy typings
Fix pylint warnings
pylint warning
Use new style super()
Fix bug in rename
Remove unused code
Keep search term when switching between indexes