Compare commits

...

5 Commits

Author SHA1 Message Date
Alexander Popov fa40cc8ae2
fix / links 2022-09-25 02:38:27 +03:00
Alexander Popov 150560fd42
fix links & add changelog 2022-09-25 02:29:23 +03:00
Alexander Popov cb487b8988
update docsify 2022-09-16 04:15:07 +03:00
Alexander Popov 14752fe833
update cover page 2022-09-16 04:14:50 +03:00
Alexander Popov 4e3108ff4d
change theme 2022-09-16 04:12:01 +03:00
11 changed files with 3727 additions and 19 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

@ -1,13 +1,15 @@
![logo](_media/logo.svg ':size=10%')
# Minecraft Batch Launcher <small>1.0.0</small>
# Minecraft Batch Launcher <small>1.19.2</small>
> Теперь запускать Minecraft просто
* 📋 Открытый исходный код лаунчера
* 🏷️ Возможность изменять имя персонажа
* 🧰 Не требуется дополнительный зависимостей
* ⚙️ Нет необходимости в настройке
* 📋 Открытый исходный код
* 🏷️ Можно менять имя персонажа
* 🧰 Не нужно что-либо доустанавливать
* ⚙️ Не требует настройки
### 🐧 🪟 🍎
[Git](https://git.a2s.su/iiiypuk/minecraft-launcher)
[Начать](README)

View File

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

View File

@ -1,4 +1,4 @@
- [Обзор](about.md)
- [Обзор](README.md)
- Начало работы

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

@ -1,8 +1,8 @@
- [About](about.md)
- [About](/en-us/README.md)
- Getting start
- [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

View File

@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css">
</head>
<body>
<div id="app">Loading...</div>

3677
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff