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
Disable UI depending on index update mode
Update help with new context menu option
Context menu for two files
Log what is indexed
Added new context menu option
Add custom menu entries for two files
Default is to index content only
Add hint about wildcards
Increase version number
Fix insert of file names
Refactor SearchMethods
Test file search
Add first unit test for file search
Cleanup code
Search for file name
Config if content , file name or both is indexed
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
Highlight in document search matches
FInish in document search
Start Improve in document searching
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
Show matching braces
Refactor syntax highlighting of comments
Jump to matching brace with CTRL+B
Fix search with CTRL+SHIFT modifier
Sort ignored extensions
Report ignored extensions to update.log
Upgrade to Python 3.8
Show line number in matches overview page
Document <! !> syntax
Copy python3.dll
Linter warning
Adjust year in about box
Changes
Show regex in performance dialog
Fix searching for percent chars
Fix search script
Fix wrong log line
Fix order of settings dialog tabs
Huge performance improvement when highlighting large files
Merge branch 'indexnames'
More typings
Fix regression in reg ex dialog
Refactor line number area into separate module
More typings
Remove some pylint warnings
Call all unit tests from UnitTest.py
More typings
Switch back to Python 3.6, cx_freeze doesn't work on 3.7
Merge branch 'indexnames'
More typings, upgrade to Python 3.7
Add line numbers to source viewer
Ignore a pylint hint
Refactor fulltextindex source into separate source files
Fix type issue