Skip to content

Commit

Permalink
Prepare for release 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhtz committed Jan 16, 2023
1 parent fae5e23 commit 276c0a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
# vldocking

This is a fork of https://bitbucket.org/akuhtz/vldocking
This is a fork of https://github.com/cmadsen/vldocking

## Why?

Because upstream appears to have been abandoned, but bug fixes and new features were desired for [OmegaT](http://www.omegat.org/).
## So what's new?

See https://github.com/akuhtz/vldocking/ for more information, tutorials etc.
**3.0.9**
* #2: Flash the TitleBar is broken

## So what's new?
**3.0.8**
* #1: Add an Automatic-Module-Name to MANIFEST.MF

* Switched to Gradle
**3.0.5**
* Made an important fix for Linux (see https://github.com/cmadsen/vldocking/pull/9)
* Additional customization:
* The background of `AutoHideButton`s is now customizable via the `AutoHideButton.background` key for `UIManager` (`Color` value)
* The background of `AutoHideButtonPanel` is now customizable via the `AutoHideButtonPanel.background` key for `UIManager` (`Color` value)
* Disable the gradient on `DockViewTitleBar` via the `DockViewTitleBar.disableCustomPaint` key for `UIManager` (`Boolean` value)
* The border of the main `DockingDesktop` component can be set via the `DockingDesktop.border` key for `UIManager` (`Border` value)
* Released version 3.0.5 with the above changes

Changes introduced by cmadsen/vldocking:

Expand All @@ -35,7 +34,7 @@ Changes introduced by cmadsen/vldocking:
<dependency>
<groupId>org.bidib.jbidib.com.vldocking</groupId>
<artifactId>vldocking</artifactId>
<version>3.0.8</version>
<version>3.0.9</version>
</dependency>
```

Expand All @@ -44,7 +43,7 @@ Changes introduced by cmadsen/vldocking:
Just add this to your `build.gradle` file's `dependencies` block:

```
compile 'org.bidib.jbidib.com.vldocking:vldocking:3.0.8'
compile 'org.bidib.jbidib.com.vldocking:vldocking:3.0.9'
```

VLDocking, the swing docking framework
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- groupId>com.vldocking</groupId -->
<groupId>org.bidib.jbidib.com.vldocking</groupId>
<artifactId>vldocking</artifactId>
<version>3.0.9-SNAPSHOT</version>
<version>3.0.9</version>
<packaging>jar</packaging>
<url>https://github.com/akuhtz/vldocking.git</url>

Expand Down

0 comments on commit 276c0a7

Please sign in to comment.