Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuviman committed Nov 1, 2021
1 parent 81d9165 commit 8156450
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.2

- Исправлен баг с уроном по пролетающим роботам
- Исправлен баг с постройкой зданий без роботов на планете

## v1.0.1

- Исправлен баг в игровом сервере
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.1**
Текущая версия: **1.0.2**

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

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

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

- [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)
- [Windows](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.2/app-windows.zip)
- [MacOS](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.2/app-macos.tar.gz)
- [Linux](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.2/app-linux.tar.gz)
- [Linux ARMv7](https://github.com/All-Cups/spbaichamp21/releases/download/v1.0.2/app-linux-armv7.tar.gz)

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

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

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

Expand Down

0 comments on commit 8156450

Please sign in to comment.