Skip to content

Commit 6dac32f

Browse files
Release of version v0.9.0
1 parent dfe4d40 commit 6dac32f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## development
1+
## v0.9.0 - More settings & languages, less bugs
22
- Added F# (#43)
33
- Added additional C# file extensions (#43)
44
- Added setting to force big IDE icon (#27)

DESCRIPTION.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Publishes rich presence information about your current project to Discord.
33
For bugs or feature requests visit [the project on github](https://github.com/Almighty-Alpaca/JetBrains-Discord-Integration) or [join the Discord server](https://discord.gg/SvuyuMP).
44

5-
65
## Features:
76
- Shows the Project and File as well as the IDE and language you're using in Discord
87
- Shows beautiful icons for you the IDE and language

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import java.awt.*
2525
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
2626

2727
group = 'com.almightyalpaca.jetbrains.plugins.discord'
28-
version = '0.8.0'
28+
version = '0.9.0'
2929

3030
ext {
3131
github = 'https://github.com/Almighty-Alpaca/JetBrains-Discord-Integration/'
@@ -86,7 +86,7 @@ ext {
8686
.replaceAll('\\s*</ul>\\s*', '</ul>')
8787

8888
// Replace newlines
89-
.replace('\r?\n', '<br>')
89+
.replace('\n', '<br>')
9090
// @formatter:on
9191
}
9292

0 commit comments

Comments
 (0)