Skip to content

Commit

Permalink
1.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Apr 7, 2022
1 parent 4468853 commit f361209
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.8.1 (April 7, 2022)
------------------------------
* fixed crashing RoboViz due to an invalid regex ([#52](https://github.com/magmaOffenburg/RoboViz/issues/52))
* migrated logging to Log4j ([#124](https://github.com/magmaOffenburg/RoboViz/pull/124))

1.8.0 (December 30, 2021)
------------------------------
* included the [darklaf](https://github.com/weisJ/darklaf) library for better look and feels ([#110](https://github.com/magmaOffenburg/RoboViz/pull/110))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.magmaoffenburg.roboviz'
version '1.8.1-SNAPSHOT'
version '1.8.1'
mainClassName = 'org.magmaoffenburg.roboviz.MainKt'

ext {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/magmaoffenburg/roboviz/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import java.awt.EventQueue
class Main {
companion object {
const val name = "RoboViz"
const val version = "1.8.1-SNAPSHOT"
const val version = "1.8.1"

var mode = Mode.LIVE
lateinit var config: Config // TODO maybe Config should be a Object
Expand Down

0 comments on commit f361209

Please sign in to comment.