diff --git a/README.md b/README.md
index d923cea8..557becdb 100644
--- a/README.md
+++ b/README.md
@@ -26,19 +26,19 @@ This project is available on Maven Central:
com.github.weisj
darklaf-core
- [2.1.1,)
+ [2.2.0,)
com.github.weisj
darklaf-theme
- [2.1.1,)
+ [2.2.0,)
````
### Gradle
````kotlin
-implementation("com.github.weisj:darklaf-core:[2.1.1,)")
-implementation("com.github.weisj:darklaf-theme:[2.1.1,)") // For the themes
+implementation("com.github.weisj:darklaf-core:[2.2.0,)")
+implementation("com.github.weisj:darklaf-theme:[2.2.0,)") // For the themes
````
## Installation
@@ -146,7 +146,7 @@ Here is a list of things that currently are not finished or need refinement. Thi
This also needs to have a bundle created in the first place.
# Artifacts
- Group ID: `com.github.weisj`
-- Version: `2.1.1`
+- Version: `2.2.0`
- Artifact IDs:
- `darklaf-core` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts.
- `darklaf-theme` The themes to use with the LaF.
diff --git a/change_notes.md b/change_notes.md
index 4ee56068..0518b226 100644
--- a/change_notes.md
+++ b/change_notes.md
@@ -1,47 +1,6 @@
# Changes since last release
### New in this release
-- Support for insert text mode.
-- Text cursor will now show directional hints for bidi text.
-- Added cut/copy/paste context menu for text components.
-- Balloons tooltips are now enabled by default for buttons.
-- Improved html style sheet.
-- On Windows (Vista and later) darklaf will now use the system font.
-- On macOS Catalina the default font will now be `Helvetica Neue` due to kerning issues with the `San Francisco` font.
-- Better interoperability with custom cell renderers.
-- Improved selection painting.
- - Added property to control whether the selection is extended to the end of the text component.
- ````java
- textComp.putClientProperty(DarkTextUI.KEY_EXTEND_LINE_SELECTION, enabled);
- ````
-- Performance improvements.
-- New scrollbar appearance on macOS that resembles the system appearance more closely.
-- Improved slider thumb appearance.
-- Added rounded button variant.
- ````java
- button.putClientProperty(DarkButtonUI.KEY_ROUND, true);
- ````
-- Added warning variant for text components.
- ````java
- textComp.putClientProperty(DarkTextUI.KEY_HAS_WARNING, true);
- ````
- ![Text Warning](https://github.com/weisJ/darklaf/wiki/text_warning.png)
-- Added `HelpButton` component.
-
- ![Help Button](https://github.com/weisJ/darklaf/wiki/help_button.png)
-
### Addressed issues
-- Disabled tables/trees/lists don't paint the cells disabled. dcf86461aeb7770bcf25f5c75f7f7c0c35dadab3
-- Non standard cares shift text when at the end of the document. 5bcda602f64f741842a95a52f3d31978c2673ffe
-- Visuals of other tex components may be visible outside of border. aaa3a0849ea9235954f3d95cdcdcab5c871bbca2
-- TableHeader doesn't scroll along when TableModel is set after creating the table. #163 d727dbcfa3e8fc23287adc010c89ef4065d8a8c4
-- Table doesn't use the `Object.class` renderer when set. #164 1e1f02f24197a55c349423f8a69be49c05b870ee
-- Layout of `QuickColorChooser` has undesirable resize behaviour. #165 673eb7717222f7289279a81370138dbf373c9d5f
-- Incorrect popup location when using multiple monitors with different resolutions. #162 59e3c8e5f07479a1a717e42d48b82d763cf8f8cc
-- Poor performance when using bidirectional text with non zero margins. #167 252885df6fa18044c215361cbbe200cdf3358cf5
-- Text isn't painted when using the toggle button slider variant. 0d1f2913dd25d5a684fa2567c37a94b549f030b0
-- Kerning issues on macOS Catalina. #128 d3fd5dedabe11d84685e593a03b1941b8ea56836
-- Icons loose opaque parts after changing the theme. 6e6890fa003874c081402aa3ccdb741673e00057
-- Popups use the incorrect background after switching theme resulting in flashing when opening it. [Windows] 4a8b4c633c7bf2389874b334b1e6b01235bb6877