Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Sep 16, 2023
1 parent 8c0bd7c commit 8b699e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import kotlinx.serialization.Serializable
*/
val MINCHAT_VERSION = BuildVersion(
major = 0,
minor = 3,
minor = 4,
patch = 1
)

Expand Down
4 changes: 3 additions & 1 deletion remote/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#VERSION 0.4.1
Messages now can be edited using the GUI
The chat input field now supports multi-line input
The autoupdater dialog now can show the changelog
Minor improvements and fixes
Fixed some style and ui element size issues

#VERSION 0.4.0
Added new settings
Expand Down

0 comments on commit 8b699e0

Please sign in to comment.