Chris Smith пре 5 година
родитељ
комит
793bde7b26
2 измењених фајлова са 3 додато и 1 уклоњено
  1. 2
    0
      CHANGELOG
  2. 1
    1
      build.gradle.kts

+ 2
- 0
CHANGELOG Прегледај датотеку

1
 vNEXT (in development)
1
 vNEXT (in development)
2
 
2
 
3
+v0.4.0
4
+
3
  * Added CtcpReceived and ActionReceived events
5
  * Added CtcpReceived and ActionReceived events
4
  * Added sendCtcp and sendAction message builders
6
  * Added sendCtcp and sendAction message builders
5
  * Fix issue with messages being sent out of order, which sometimes caused problems connecting to passworded servers
7
  * Fix issue with messages being sent out of order, which sometimes caused problems connecting to passworded servers

+ 1
- 1
build.gradle.kts Прегледај датотеку

1
 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1
 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
 
2
 
3
-version = "0.3.1"
3
+version = "0.4.0"
4
 group = "com.dmdirc.ktirc"
4
 group = "com.dmdirc.ktirc"
5
 
5
 
6
 plugins {
6
 plugins {

Loading…
Откажи
Сачувај