Skip to content

Commit

Permalink
Update files to 1.4 (#149)
Browse files Browse the repository at this point in the history
* Update README and screenshots

* Update version number in about.lua
  • Loading branch information
Athozus authored Aug 5, 2024
1 parent 5cfec3a commit 036d376
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ It adds a mail-system that allows players to send each other messages in-game an

# Screenshot

![](screenshot_1.2.0.png)
![Main view](screenshot_1.4.0_1.png)
![Message view](screenshot_1.4.0_2.png)

# Installation

Expand Down Expand Up @@ -43,16 +44,19 @@ Mails can be deleted, marked as read or unread, replied to and forwarded to anot
* Multiple selection (new in 1.1.0)
* Settings
* Chat, on join, HUD and sound notifications
* Translated in : English, French, German, Chinese (both traditional and simplified), Spanish, Brazilian Portuguese.
* Anti-spam detection
* Translated in : English, French, German, Chinese (both traditional and simplified), Spanish, Brazilian Portuguese, Hungarian, Indonesian.

# Compatibility / Migration

Overview:
* `v1` all the data is in the `<worldfolder>/mails.db` file
* `v2` every player has its own (in-) mailbox in the `<worldfolder>/mails/<playername>.json` file
* `v3` every player has an entry in the `<playername>` `mod_storage/` (inbox, outbox, drafts, contacts, mailing lists, settings)
* `v3.1` database fix after the message id mess

# Dependencies

* None

# License
Expand Down Expand Up @@ -84,7 +88,12 @@ See the "LICENSE" file
* nyomi (Hungarian translation)
* whosit (UI fixes)
* Wuzzy (German translation)
* savilli (UX fixes)
* Panquesito7 (Maintenance)
* Eredin (Spanish translation)
* Muhammad Rifqi Priyo Susanto (Indonesian translation)
* aBlueShadow (sfinv compatibility)
* Singularis (UX and storage fixes)

# Contribute

Expand Down
Binary file added screenshot_1.4.0_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot_1.4.0_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ui/about.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function mail.show_about(name)
label[0.2,0;Mail]
label[0.2,0.5;]] .. S("Provided by mt-mods") .. [[]
label[0.2,0.9;]] .. S("Version: @1", "1.4.0-dev") .. [[]
label[0.2,0.9;]] .. S("Version: @1", "1.4.0") .. [[]
box[0,1.5;3,0.45;]] .. mail.get_color("highlighted") .. [[]
label[0.2,1.5;]] .. S("Licenses") .. [[]
Expand Down

0 comments on commit 036d376

Please sign in to comment.