Releases: roeniss/dhlottery-api
Releases · roeniss/dhlottery-api
v3.0.0
v2.0.5
v2.0.4
v2.0.2
v2.0.0
마이그레이션 방법
- 신버전 설치
pip install dhapi --upgrade # pip 가 최신버전이어야 함
dhapi --version # 2.0.0
- credentials 위치, 포맷 수정
# ~/.dhapi_profile
your_name
your_password
# 위 내용을 아래와 같이 변경
[default]
username = your_name
password = your_password
# 변경한 파일을 ~/.dhapi/credentials 로 이동
What's Changed
- (#47) fix: direct INTCOM1, INTCOM2 by @seunggabi in #48
- (#44) feat: profile added by @seunggabi in #45
New Contributors
- @seunggabi made their first contribution in #48 이번 PR 에 여러모로 기여해주셔서 감사합니다. 많이 배웠습니다.!
Full Changelog: v1.4.0...v2.0.0
v1.4.0
What's Changed
- add run example to reamde by @roeniss in #39
- Implement semi-auto and manual modes by @dhoon-dev in #31
New Contributors
- @dhoon-dev 감사합니다! #31
Full Changelog: v1.3.5...v1.4.0