Browse Source

Version 3.0.0

Update README and advance version number.
pull/323/head
Jannis Weis 3 years ago
parent
commit
126f3e917f
No known key found for this signature in database
GPG Key ID: 7C9D8D4B558049AB
  1. 11
      README.md
  2. 2
      gradle.properties

11
README.md

@ -26,12 +26,12 @@ This project is available on Maven Central:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>2.7.2</version>
<version>3.0.0</version>
</dependency>
````
### Gradle
````kotlin
implementation("com.github.weisj:darklaf-core:2.7.2")
implementation("com.github.weisj:darklaf-core:3.0.0")
````
You can also use the latest nightly build.
@ -163,17 +163,22 @@ Here is a list of things that currently are not finished or need refinement. Thi
# Artifacts
- Group ID: `com.github.weisj`
- Version: `2.7.2`
- Version: `3.0.0`
- Artifact IDs:
- `darklaf-core` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts.
- `darklaf-iconset` The icons used by the laf.
- `darklaf-theme` The themes to use with the LaF.
- `darklaf-theme-spec` Relevant classes needed to implement a custom theme.
- `darklaf-property-loader` Library to load and parse property files and icon.
- `darklaf-utils` Shared utility classes for other modules.
- `darklaf-native-utils` Loading of native libraries.
- `darklaf-platform-base` Common classes for the platform modules.
- `darklaf-platform-decorations` Standalone module to provide custom window decorations on macOS and Windows.
- `darklaf-platform-preferences` Standalone module to access and listen to changes to the system theme.
- `darklaf-windows` Code specific to Windows.
- `darklaf-macos` Code specific to macOS.
- `darklaf-compatiblity` Don't use this. It's only meant to encapsulate code not portable across JVM versions.
# Projects using Darklaf

2
gradle.properties

@ -17,7 +17,7 @@ org.gradle.jvmargs = \
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
# Darklaf version
darklaf.version = 3.0.0
darklaf.version = 3.0.1
# Plugins
com.github.vlsi.vlsi-release-plugins.version = 1.74

Loading…
Cancel
Save