Skip to content

Commit 230bd57

Browse files
authored
Update README
1 parent 470b92a commit 230bd57

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20
2+
++ Added option in Extras section: Install Vitashell
3+
++ Some plugins corrections thanks to Yoti
4+
15
# v1.19
26
++ Only some inner corrections.
37
++ Support for http.download (without ITLs enso)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ You no longer need to add the line:
6666
Download the **font.pgf** file(here https://github.com/ONElua/Autoplugin2/blob/master/font/font.pgf ) and insert it in the path **ux0:data/Autoplugin2/font** (Remember if the font folder does not exist you have to create it)
6767
This fixes missing non-standard characters, not found at english charset. Those will show as "_" instead of the unusual letter.
6868

69+
### Changelog 1.20 ###
70+
- Added option in Extras section: Install Vitashell
71+
- Some plugins corrections thanks to Yoti
72+
6973
### Changelog 1.19 ###
7074
- [Fix] Only some inner corrections
7175
- Support for http.download (without ITLs enso)

Translations/Langdatabase.lua

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Online_Langs = {
2-
{ id = "ENGLISH_US", version = "01.25", author = "Yoti" },
3-
{ id = "ITALIAN", version = "01.29", author = "TheHeroGAC" },
4-
{ id = "JAPANESE", version = "01.25", author = "Kouchan" },
5-
{ id = "SPANISH", version = "01.33", author = "gvaldebenit" },
6-
{ id = "CHINESE_S", version = "01.39", author = "yexun1995" },
7-
{ id = "FRENCH", version = "01.40", author = "Chronoss09" },
8-
{ id = "GERMAN", version = "01.25", author = "Schn1ek3" },
9-
{ id = "RUSSIAN", version = "01.39", author = "Yoti" },
10-
{ id = "POLISH", version = "01.25", author = "Gameplay World's" },
11-
{ id = "PORTUGUESE_BR",version = "01.12", author = "allanaln2009" },
2+
{ id = "ENGLISH_US", version = "01.26", author = "Yoti" },
3+
{ id = "ITALIAN", version = "01.30", author = "TheHeroGAC" },
4+
{ id = "JAPANESE", version = "01.26", author = "Kouchan" },
5+
{ id = "SPANISH", version = "01.34", author = "gvaldebenit" },
6+
{ id = "CHINESE_S", version = "01.40", author = "yexun1995" },
7+
{ id = "FRENCH", version = "01.41", author = "Chronoss09" },
8+
{ id = "GERMAN", version = "01.26", author = "Schn1ek3" },
9+
{ id = "RUSSIAN", version = "01.40", author = "Yoti" },
10+
{ id = "POLISH", version = "01.26", author = "Gameplay World's" },
11+
{ id = "PORTUGUESE_BR",version = "01.13", author = "allanaln2009" },
1212
}

0 commit comments

Comments
 (0)