Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kuviman committed Jul 18, 2022
1 parent 6a40373 commit 259e978
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.2.3

- Fixed units sometimes visible in corners of the view
- Time used & crash tick for players in results
- Fixed incorrect displayed_tick sent to the client

## v1.2.2

- Show health & shield bars in fancy mode
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.2.3

- Исправлен баг - юниты были иногда видны за пределами поля зрения
- В файле результатов для TCP игроков можно видеть затраченное время и тик, на котором стратегия "упала"
- Исправлен некорректный `displayed_tick` отсылаемый клиенту в метод `debug_update`

## v1.2.2

- Показывать полоски здоровья и щита в несхематичном режиме
Expand Down
10 changes: 5 additions & 5 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
In this repository you can download everything needed for participating.
If needed you can see history of changes on [releases page](https://github.com/All-Cups/aicup22/releases).

Current version: **1.2.2** ([Changelog](CHANGELOG-en.md))
Current version: **1.2.3** ([Changelog](CHANGELOG-en.md))

[**Documentation**](docs-en/doc.md)

Expand All @@ -23,10 +23,10 @@ You can see example strategy in several languages that goes to center of the map

### Current version of app for local testing for each OS

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

### Language packages

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

Текущая версия: **1.2.2** ([Changelog](CHANGELOG.md))
Текущая версия: **1.2.3** ([Changelog](CHANGELOG.md))

[**Документация**](docs-ru/doc.md)

Expand All @@ -25,10 +25,10 @@

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

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

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

Expand Down

0 comments on commit 259e978

Please sign in to comment.