Skip to content

Commit

Permalink
Readme update and release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Jan 2, 2022
1 parent 6f9794a commit 7076f91
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### 1.4.4 (WIP)
### 1.4.4
* Translation: Japanese - Thank you SO much @BrotherSharper
* Bugfix: Adjusted players arrow icon margin

### 1.4.3
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ if (game.modules.get('minimal-ui')?.active) {
}
```

# Appreciations
* Thanks to colorsettings by ardittristan: Minimal UI has a color picker!
* Thanks to vance in the FoundryVTT Discord: Minimal UI is better written!
* Thanks to the FoundryVTT Discord community for the amazing issue reports and feedback.
* Thanks to Merudo for being the first code contributor to Minimal UI as an open source module!
* Thanks to Greayhead for German Translations
* Thanks to BrotherSharper for the wonderful Japanese Translations

## Special Minimal UI Module Companions

### Window Controls
Expand Down Expand Up @@ -102,13 +110,6 @@ Also do share systems and modules Minimal UI already works with too!
Plugins: `rollup`, `rollup-plugin-css-porter`, `npm-build-zip`
Build Script: `npm run build`

# Appreciations
* Thanks to colorsettings by ardittristan: Minimal UI has a color picker!
* Thanks to vance in the FoundryVTT Discord: Minimal UI is better written!
* Thanks to the FoundryVTT Discord community for the amazing issue reports and feedback.
* Thanks to Merudo for being the first code contributor to Minimal UI as an open source module!
* Thanks to Greayhead for German Translations

# License
[MIT License](./LICENSE.md)

Expand Down
3 changes: 1 addition & 2 deletions lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@
"MinimalUI.TransparencyPercentageHint": "マウスホバーをしたときのUIの透明度を設定します。デフォルト: 75",
"MinimalUI.ColorPicker": "色選択"

}

}
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Minimal UI",
"author": "JeansenVaars#2857",
"description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.",
"version": "1.4.3",
"version": "1.4.4",
"minimumCoreVersion": "9.233",
"compatibleCoreVersion": "9.238",
"dependencies": [
Expand Down Expand Up @@ -35,5 +35,5 @@
],
"url": "https://github.com/saif-ellafi/foundryvtt-minimal-ui.git",
"manifest": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/latest/download/module.json",
"download": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/download/1.4.3/foundryvtt-minimal-ui_1.4.3.zip"
"download": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/download/1.4.4/foundryvtt-minimal-ui_1.4.4.zip"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundryvtt-minimal-ui",
"version": "1.4.3",
"version": "1.4.4",
"description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.",
"main": "minimalui.js",
"scripts": {
Expand Down

0 comments on commit 7076f91

Please sign in to comment.