Skip to content

Releases: opspresso/toast.sh

v2.1.16: docs: README.md 단축 명령어 별칭 순서 및 설명 조정

07 Mar 06:27
Compare
Choose a tag to compare
- 'toast am' 별칭을 'i'로 변경
- 'toast region' 별칭 위치 조정
- 각 별칭의 설명 유지

v2.1.15: docs: 아키텍처 문서를 영어로 전환 및 개선

07 Mar 06:20
Compare
Choose a tag to compare
- ARCHITECTURE.md 전체 내용을 영어로 번역
- 다이어그램 및 섹션 설명 명확화
- 시스템 구조와 컴포넌트에 대한 설명 개선
- 향후 개선 사항 및 보안 고려사항 업데이트

v2.1.14: fix: Minor ASCII art logo adjustment

04 Mar 10:35
Compare
Choose a tag to compare
- Update ASCII art logo in README.md and toast.sh
- Replace '(_)' with '(-)' in logo text

v2.1.13: fix: Revert VERSION file changes in GitHub Pages publish workflow

04 Mar 10:32
Compare
Choose a tag to compare
- Add explicit git checkout for VERSION file before publishing
- Prevent unintended modifications to VERSION during GitHub Pages update

v2.1.12: refactor: Optimize package script file copying and version handling

04 Mar 10:26
Compare
Choose a tag to compare
- Simplify file copying for build and dist targets
- Add README.md and install.sh to build target
- Ensure version replacement in toast script

v2.1.11: fix: Update installation script URL references

04 Mar 10:18
Compare
Choose a tag to compare
- Remove '.sh' extension from toast.sh installation URLs
- Update README.md and toast.sh script to use simplified install URL

v2.1.10: fix: Improve installation script version and path handling

04 Mar 10:16
Compare
Choose a tag to compare
- Re-enable fallback version retrieval from toast.sh/VERSION
- Add explicit chmod for toast executable in both sudo and non-sudo paths
- Clarify copy path comment

v2.1.9: refactor: Update package script target directories

04 Mar 10:12
Compare
Choose a tag to compare
- Rename 'publish' and 'release' directories to 'build' and 'dist'
- Update GitHub Actions workflow to use new target directory paths
- Simplify directory handling in packaging and publishing steps

v2.1.8: fix: Configure git user for GitHub Pages publish workflow

04 Mar 10:06
Compare
Choose a tag to compare
- Add global git user configuration for bot account
- Set email and name for automated GitHub Pages publishing

v2.1.7: fix: Update GitHub Pages publish workflow directory handling

04 Mar 10:04
Compare
Choose a tag to compare
- Modify clone directory to 'gh-page' for clarity
- Ensure correct directory context when copying publish artifacts