Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Feb 27, 2021
1 parent 41d9a90 commit 4d214db
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## [1.1.0] - 2021-02-28
### Changed
- Change license to MIT
- Change internal Unicode library to ICU
- Get dependencies for build from vcpkg

### Added
- regexp: add support ignorecase for symbol class
- add new property for TextParser - maximum block size of regexp in string line

### Fixed
- Fix error when searching for the missing type
- Fix duplicate entries in outliner https://github.com/colorer/FarColorer/issues/25

### Removed
- Remove dlmalloc library
- Remove working with different charsets. Input files only in Unicode, output only in UTF-8.

## [1.0.4] - 2019-01-29
### Changed
- Update xerces-c
- Update zlib
- Add spdlog
- Remove g3log

## [1.0.3] - 2018-12-09
### Fixed
- Fixed incorrect file type detection

## [1.0.2] - 2016-06-18
### Changed
- optimized

## [1.0.1] - 2016-02-06
### Changed
- logging default off
- add settings for logging

## [1.0.0] - 2016-01-23
### Changed
- add version info
- add asynchronous logging



0 comments on commit 4d214db

Please sign in to comment.