Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kuviman committed Oct 25, 2021
1 parent a33928f commit 81d9165
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.0.1

- Исправлен баг в игровом сервере
- Вернули json при наведении на планету

## v1.0.0

- Исправлено игнорирование вражеских пролетающих групп
Expand Down
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
В этом репозитории можно скачать всё необходимое для участия в чемпионате.
При необходимости, можно ознакомиться с историей изменений на странице [релизов](https://github.com/All-Cups/spbaichamp21/releases).

Текущая версия: **1.0.0**
Текущая версия: **1.0.1**

## Документация

Expand All @@ -15,26 +15,26 @@

### Актуальные версии приложения под различные ОС

- [Windows](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/app-windows.zip)
- [MacOS](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/app-macos.tar.gz)
- [Linux](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/app-linux.tar.gz)
- [Linux ARMv7](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/app-linux-armv7.tar.gz)
- [Windows](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/app-windows.zip)
- [MacOS](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/app-macos.tar.gz)
- [Linux](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/app-linux.tar.gz)
- [Linux ARMv7](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/app-linux-armv7.tar.gz)

### Языковые пакеты

- [С++](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-cpp.zip)
- [C#](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-csharp.zip)
- [D](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-dlang.zip)
- [F#](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-fsharp.zip)
- [Go](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-go.zip)
- [Java](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-java.zip)
- [JavaScript](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-javascript.zip)
- [Kotlin](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-kotlin.zip)
- [Python](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-python.zip)
- [Ruby](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-ruby.zip)
- [Rust](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-rust.zip)
- [Scala](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-scala.zip)
- [TypeScript](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.0/client-typescript.zip)
- [С++](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-cpp.zip)
- [C#](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-csharp.zip)
- [D](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-dlang.zip)
- [F#](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-fsharp.zip)
- [Go](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-go.zip)
- [Java](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-java.zip)
- [JavaScript](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-javascript.zip)
- [Kotlin](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-kotlin.zip)
- [Python](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-python.zip)
- [Ruby](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-ruby.zip)
- [Rust](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-rust.zip)
- [Scala](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-scala.zip)
- [TypeScript](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.1/client-typescript.zip)

## Докерфайлы

Expand Down

0 comments on commit 81d9165

Please sign in to comment.