diff --git a/docs/docs/release_notes/v19_0_0.md b/docs/docs/release_notes/v19_0_0.md new file mode 100644 index 0000000000..99a63f7045 --- /dev/null +++ b/docs/docs/release_notes/v19_0_0.md @@ -0,0 +1,26 @@ +# CodeLite 19.0.0 +--- + +This page contains the accumulated changes since CodeLite 18.0.0 + +## Downloads +--- + +As always, all downloads are available through our [download page][1] + +## Changes + +--- + +- [Find next shortcut doesn't work while Find/replace dialog is focused][2] +- Fixed: quick find bar: replace all not working as expected when the `find what` is a subset of "replace with" Fixed: build error (CI, MSW) +- Fixed: `Replace All` in selection +- Find bar: enable the "Replace with" field when "In Selection" is checked +- Fixed: under `Windows 11`: side bar icons are dimmed (when dark mode is used) +- Better terminal colours for builds with `wxWidgets` version lower than `3.3` +- Use better colour for drawing default text in the build output pane Build output view: do not centre on the clicked line, unless the operation came from the keyboard (e.g. user hit ++f4++) +- Matching brace highlight is now done faster, this is done by reducing the idle event interval to min of `100ms` +- Highlight word: minor performance improvement: check that we have marker before clearing the markers + +[1]: https://downloads.codelite.org +[2]: https://github.com/eranif/codelite/issues/3566 diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index b3dd002cd3..ec84d71052 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -74,6 +74,7 @@ nav: - Install Rust: misc/install_rust.md - cc-wrapper: misc/cc_wrapper.md - Release Notes: + - CodeLite v18.x - 19.0.0: release_notes/v19_0_0.md - CodeLite v17.x - 18.0.0: release_notes/v18_0_0.md - CodeLite v16.x - 17.0.0: release_notes/v17_0_0.md - CodeLite v15.x - 16.0.0: release_notes/v16_0_0.md