fix links & add changelog

This commit is contained in:
Alexander Popov 2022-09-25 02:29:23 +03:00
parent cb487b8988
commit 150560fd42
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
8 changed files with 41 additions and 10 deletions

View File

@ -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)

View File

@ -9,6 +9,8 @@
* 🧰 Не нужно что-либо доустанавливать
* ⚙️ Не требует настройки
### 🐧 🪟 🍎
[Git](https://git.a2s.su/iiiypuk/minecraft-launcher)
[Начать](README)

View File

@ -3,5 +3,5 @@
- [Готовые сборки](https://mega.nz/folder/0E0QRKZL#HOyMLQ292PJ3xIE1vXbLJQ)
- Translations
- [🇷🇺 Русский](/)
- [🇷🇺 Русский](/README)
- [🇺🇸 English](/en-us/)

View File

@ -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

View File

@ -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)

View File

@ -3,5 +3,5 @@
- [Build](https://mega.nz/folder/0E0QRKZL#HOyMLQ292PJ3xIE1vXbLJQ)
- Translations
- [🇷🇺 Русский](/)
- [🇷🇺 Русский](/README)
- [🇺🇸 English](/en-us/)

View File

@ -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
View 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