File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ img_folder: /img
32
32
author_default_avatar : /profile-pic.jpeg
33
33
github : https://github.com/chrisrm/material-theme-jetbrains
34
34
download : https://plugins.jetbrains.com/plugin/8006-material-theme-ui
35
- version : 6.8.1
35
+ version : 6.8.2
36
36
year : 2015-2021
37
37
social_image_path : /img/brand/logo.png
38
38
social_logo_path : /img/brand/logo.png
Original file line number Diff line number Diff line change 21
21
- Add two new keywords for the custom project frame title text: ` {module} ` and ` {file} `
22
22
23
23
### Fixes
24
+ - Fix [ #1823 ] ( https://github.com/ChrisRM/material-theme-jetbrains/issues/1823 )
24
25
- Fix [ #1772 ] ( https://github.com/ChrisRM/material-theme-jetbrains/issues/1772 )
25
26
- Fix [ #1808 ] ( https://github.com/ChrisRM/material-theme-jetbrains/issues/1808 )
26
27
- Fix [ #1790 ] ( https://github.com/ChrisRM/material-theme-jetbrains/issues/1790 )
Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ toc: true
6
6
7
7
---
8
8
9
+ # What's new in Material Theme UI v6.8.2
10
+
11
+ Yet another bug-fix release, alongside small features and an overgoing refactor.
12
+ {: class ='title'}
13
+
14
+ ### Features
15
+ - Add two new keywords for the [ Project Frame Custom Text] ( /docs/configuration/project-frame-settings.md#customize-text ) : ` {module} ` and ` {file} `
16
+
17
+ ### Fixes
18
+ - Fix [ #1823 ] ( https://github.com/ChrisRM/material-theme-jetbrains/issues/1823 )
19
+ - Fix [ #1772 ] ( https://github.com/ChrisRM/material-theme-jetbrains/issues/1772 )
20
+ - Fix [ #1808 ] ( https://github.com/ChrisRM/material-theme-jetbrains/issues/1808 )
21
+ - Fix [ #1790 ] ( https://github.com/ChrisRM/material-theme-jetbrains/issues/1790 )
22
+ - Fix [ #1825 ] ( https://github.com/ChrisRM/material-theme-jetbrains/issues/1825 )
23
+
24
+ ### Other
25
+ - More and more classes converted to Kotlin
26
+
27
+ ---
9
28
10
29
# What's new in Material Theme UI v6.8.1
11
30
You can’t perform that action at this time.
0 commit comments