Skip to content

Commit

Permalink
euddraft 0.10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
armoha committed Sep 23, 2024
1 parent 37b1cfd commit a490bb7
Show file tree
Hide file tree
Showing 9 changed files with 1,082 additions and 61 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.10.0.1] - 2024.09.23
### Bugfix
- [MSQC] Fix mouse button event compilation error (reported by 텔)
- Bugfix: `DisplayTextAt`, `DisplayTextAllAt` compilation error fixed (reported by @dr-zzt)
- Fixed bug with Korean translation text not showing up

### Improved
- Optimize `f_rand()` function and fix to not change CurrentPlayer
- Added error message for invalid arguments when creating `EUDVariable`, `EUDXVariable`, `EUDVArray`

## [0.10.0.0] - 2024.09.22
### Changed
- `EUDArray` now uses EPD by default
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG_ko.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 변경 사항 (한국어)

## [0.10.0.1] - 2024.09.23
### 버그 수정
- [MSQC] 마우스 버튼 인식 컴파일 오류 수정 (텔님 제보)
- DisplayTextAt, DisplayTextAllAt 컴파일 오류 수정 (@dr-zzt 님 제보)
- 한국어 번역 텍스트가 안 나오는 버그 수정

### 기능 개선
- `f_rand()` 함수 최적화 및 CurrentPlayer를 변경하지 않도록 수정
- `EUDVariable`, `EUDXVariable`, `EUDVArray` 생성시 잘못된 인자에 대해 오류 메시지 추가

## [0.10.0.0] - 2024.09.22
### 기능 변경
- `EUDArray`가 EPD를 기본으로 사용합니다
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.0.0"
version = "0.10.0.1"


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.0.0
0.10.0.1
Empty file.
Loading

0 comments on commit a490bb7

Please sign in to comment.