Skip to content

Commit

Permalink
euddraft 0.10.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
armoha committed Oct 8, 2024
1 parent 35d1f39 commit a6183ff
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.1.4] - 2024.10.09
### Bugfix
- Fixed bug where some triggers wouldn't execute after 4,294,967,295 game ticks (2,087 days in Fastest game), or after setting 0x57F23C to -1 (reported by snoqqqq)

### Improved
- Improve error message for format print functions when placeholders are more than arguments (reported by Yuuki-Asuna)

## [0.10.1.3] - 2024.10.05
### Changed
- Remove unused issueError parameter in Encode functions
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG_ko.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 변경 사항 (한국어)

## [0.10.1.4] - 2024.10.09
### 버그 수정
- 4,294,967,295 게임 틱(노배속 Fastest에서 2,087일)이 경과하거나, 0x57F23C에 -1을 대입하는 경우 일부 트리거의 실행이 누락되는 버그 수정 (snoqqqq님 제보)

### 기능 개선
- 포맷 텍스트 출력 함수에서 플레이스홀더가 인자보다 많을 때 오류 메시지 개선 (Yuuki-Asuna님 제보)

## [0.10.1.3] - 2024.10.05
### 기능 변경
- Encode류 함수에서 미사용 issueError 인자 삭제
Expand Down
2 changes: 1 addition & 1 deletion euddraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from pluginLoader import getGlobalPluginDirectory
from readconfig import readconfig

version = "0.10.1.3"
version = "0.10.1.4"


def applylib():
Expand Down
2 changes: 1 addition & 1 deletion latest/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1.3
0.10.1.4
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "euddraft"
version = "0.10.1.3"
version = "0.10.1.4"
description = "Framework for creating & applying various plugins to StarCraft map."
authors = ["armoha <kein0011@naver.com>", "Park Hyun Woo <phu54321@naver.com>"]
license = "MIT"
Expand Down

0 comments on commit a6183ff

Please sign in to comment.