Skip to content

Commit 036d376

Browse files
authored
Update files to 1.4 (#149)
* Update README and screenshots * Update version number in about.lua
1 parent 5cfec3a commit 036d376

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ It adds a mail-system that allows players to send each other messages in-game an
1111

1212
# Screenshot
1313

14-
![](screenshot_1.2.0.png)
14+
![Main view](screenshot_1.4.0_1.png)
15+
![Message view](screenshot_1.4.0_2.png)
1516

1617
# Installation
1718

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

4850
# Compatibility / Migration
4951

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

5558
# Dependencies
59+
5660
* None
5761

5862
# License
@@ -84,7 +88,12 @@ See the "LICENSE" file
8488
* nyomi (Hungarian translation)
8589
* whosit (UI fixes)
8690
* Wuzzy (German translation)
91+
* savilli (UX fixes)
92+
* Panquesito7 (Maintenance)
93+
* Eredin (Spanish translation)
8794
* Muhammad Rifqi Priyo Susanto (Indonesian translation)
95+
* aBlueShadow (sfinv compatibility)
96+
* Singularis (UX and storage fixes)
8897

8998
# Contribute
9099

screenshot_1.4.0_1.png

722 KB
Loading

screenshot_1.4.0_2.png

803 KB
Loading

ui/about.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function mail.show_about(name)
5555
label[0.2,0;Mail]
5656
5757
label[0.2,0.5;]] .. S("Provided by mt-mods") .. [[]
58-
label[0.2,0.9;]] .. S("Version: @1", "1.4.0-dev") .. [[]
58+
label[0.2,0.9;]] .. S("Version: @1", "1.4.0") .. [[]
5959
6060
box[0,1.5;3,0.45;]] .. mail.get_color("highlighted") .. [[]
6161
label[0.2,1.5;]] .. S("Licenses") .. [[]

0 commit comments

Comments
 (0)