Skip to content

Commit

Permalink
правки
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Aug 27, 2024
1 parent 33f412a commit 3f905a0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Добавлено

- Добавлен скрипт `tools/create_config.py` для генерации конфига бота

### Изменено

- Функции действий для игрока (прогулка, работа, и тд) из `base/player.py` перенесены в `base/actions.py`
- Рефакторинг файла `config.py`
- Рефакторинг файла `config.py`. Теперь все конфиги хранятся в файле `config.toml` в место файла `.env`
- Модуль `requests` окончательно заменен на `httpx`

### Удалено

- Библиотека `python-dotenv` из файла `requirements.txt`

## [5.1.0] - 2024-08-16

### Добавлено
Expand Down

0 comments on commit 3f905a0

Please sign in to comment.