fix links & add changelog
This commit is contained in:
parent
cb487b8988
commit
150560fd42
@ -14,6 +14,3 @@
|
||||
Способы доната:
|
||||
* [Ko-Fi](https://ko-fi.com/iiiypuk)
|
||||
* Переводом через [СБП](https://sbp.nspk.ru/) (`Тинкофф`, `СберБанк`, `ВТБ`) на номер **911 313-90-95**.
|
||||
|
||||
## Сведения
|
||||
![License](https://img.shields.io/github/license/iiiypuk/minecraft-launcher?style=for-the-badge) ![Latest release](https://img.shields.io/github/v/release/iiiypuk/minecraft-launcher?style=for-the-badge) ![Total downloads](https://img.shields.io/github/downloads/iiiypuk/minecraft-launcher/total?style=for-the-badge)
|
||||
|
@ -9,6 +9,8 @@
|
||||
* 🧰 Не нужно что-либо доустанавливать
|
||||
* ⚙️ Не требует настройки
|
||||
|
||||
### 🐧 🪟 🍎
|
||||
|
||||
[Git](https://git.a2s.su/iiiypuk/minecraft-launcher)
|
||||
[Начать](README)
|
||||
|
||||
|
@ -3,5 +3,5 @@
|
||||
- [Готовые сборки](https://mega.nz/folder/0E0QRKZL#HOyMLQ292PJ3xIE1vXbLJQ)
|
||||
|
||||
- Translations
|
||||
- [🇷🇺 Русский](/)
|
||||
- [🇷🇺 Русский](/README)
|
||||
- [🇺🇸 English](/en-us/)
|
||||
|
@ -1 +1,18 @@
|
||||
# 1.0.0 (2021-02.14)
|
||||
## Легенда
|
||||
- 🐛 - Баг
|
||||
- ✔️ - Исправление
|
||||
- ❌ - Удалено
|
||||
- ➕ - Добавлено
|
||||
- ℹ️ - Информация
|
||||
- ♻️ - Изменено
|
||||
|
||||
## 14/09/2022 - (1.19.2 Update)
|
||||
- ℹ️ - Версия клиента обновлена до 1.19.2
|
||||
- ➕ - Проверка на пустое имя персонажа
|
||||
- ➕ - Добавлено приветствие в лаунчере
|
||||
- ✔️ - Исправлено неправильный вывод текста в консоли для Windows
|
||||
- ✔️ - Исрпалена длинное значение переменной `LIBRARIES_LIST` в Windows
|
||||
|
||||
## 30/07/2022 - (macOS Release)
|
||||
- ✔️ - Версия клиента обновлена до 1.19.1
|
||||
- ℹ️ - Первый выпуск с поддержкой macOS
|
||||
|
@ -7,6 +7,3 @@ This is a simple script to launch Minecraft without an official launcher
|
||||
* To run Minecraft without a license (for testing servers)
|
||||
|
||||
The absence of the need to compile the launcher allows you to change parameters on the fly simply by editing the `* .bat` file.
|
||||
|
||||
## Information
|
||||
![License](https://img.shields.io/github/license/iiiypuk/minecraft-launcher?style=for-the-badge) ![Latest release](https://img.shields.io/github/v/release/iiiypuk/minecraft-launcher?style=for-the-badge) ![Total downloads](https://img.shields.io/github/downloads/iiiypuk/minecraft-launcher/total?style=for-the-badge)
|
||||
|
@ -3,5 +3,5 @@
|
||||
- [Build](https://mega.nz/folder/0E0QRKZL#HOyMLQ292PJ3xIE1vXbLJQ)
|
||||
|
||||
- Translations
|
||||
- [🇷🇺 Русский](/)
|
||||
- [🇷🇺 Русский](/README)
|
||||
- [🇺🇸 English](/en-us/)
|
||||
|
@ -5,4 +5,4 @@
|
||||
- [Installing](/en-us/installing.md)
|
||||
- [Variables](/en-us/variables.md)
|
||||
|
||||
- [ChangeLog](changelog.md)
|
||||
- [ChangeLog](/en-us/changelog.md)
|
||||
|
18
docs/en-us/changelog.md
Normal file
18
docs/en-us/changelog.md
Normal file
@ -0,0 +1,18 @@
|
||||
## Legend
|
||||
- 🐛 - Bug
|
||||
- ✔️ - Fixed
|
||||
- ❌ - Removed
|
||||
- ➕ - Added
|
||||
- ℹ️ - Information
|
||||
- ♻️ - Edited
|
||||
|
||||
## 14/09/2022 - (1.19.2 Update)
|
||||
- ℹ️ - Update to 1.19.2 client version
|
||||
- ➕ - Added check for empty player name
|
||||
- ➕ - Added laucher title
|
||||
- ✔️ - Fixed Windows echo bug
|
||||
- ✔️ - Fixed long LIBRAIRES string variable
|
||||
|
||||
## 30/07/2022 - (macOS Release)
|
||||
- ✔️ - Update to 1.19.1 client version
|
||||
- ℹ️ - First macOS version
|
Loading…
Reference in New Issue
Block a user