Skip to content

Commit 3568a0a

Browse files
committed
Updated project version, todo list and known issues section
1 parent 3d25280 commit 3568a0a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To add this project as a dependency to your project, add the following to your p
3232
<dependency>
3333
<groupId>com.github.Despical</groupId>
3434
<artifactId>CommandFramework</artifactId>
35-
<version>1.1.3</version>
35+
<version>1.1.4</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
```
@@ -45,7 +45,7 @@ repositories {
4545
```
4646
```
4747
dependencies {
48-
compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.1.3";
48+
compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.1.4";
4949
}
5050
```
5151

@@ -125,10 +125,12 @@ I accept Pull Requests via GitHub. There are some guidelines which will make app
125125
You can learn more about contributing via GitHub in [contribution guidelines](../CONTRIBUTING.md).
126126

127127
## Known issues
128+
* Cooldowns are not working command based.
128129
* ~~Framework can't detect the sub commands when a sub command registered with the name of main command.~~
129130
* ~~Sub-commands aren't compatible with tab completions.~~
130131

131132
## To do list
133+
* Exception log handler.
132134
* ~~Message handler to change system messages.~~
133135

134136
## Building from source

0 commit comments

Comments
 (0)