Skip to content

Commit

Permalink
v1.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
WolffTech committed May 24, 2022
1 parent e02830b commit c05463c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ This plugin is a modified version of [Adam's esspouch](https://github.com/Adam-/

If you find a issue please [open a issue](https://github.com/WolffTech/coal-bag-plugin/issues/new) on this repository with a description of what's happening and how to reproduce the issue.

## Known Issues

- There's a possibility to close the Widget dialog on the same tick as it opens, causing the counter not to update.

## Version History
* 1.5
* Fix Issue #4
* Check for the widget on `onClientTick` instead of `onGameTick` as it's possible to close the widget on the same game tick that it opens.
* 1.4 (Thank you to [keyosk](https://github.com/keyosk) for this update!)
* Added a configurable color for the counter
* Both chat messages and widget messages are now evaluated as they can be different.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

def runeLiteVersion = '1.7.24'
def runeLiteVersion = '1.8.20'

dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
Expand All @@ -23,7 +23,7 @@ dependencies {
}

group = 'com.coalbagplugin'
version = '1.4'
version = '1.5'
sourceCompatibility = '1.8'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit c05463c

Please sign in to comment.