Releases: hey2022/tls-xb
Releases · hey2022/tls-xb
v0.4.1
Install tls-xb 0.4.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hey2022/tls-xb/releases/download/v0.4.1/tls-xb-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/hey2022/tls-xb/releases/download/v0.4.1/tls-xb-installer.ps1 | iex"
Download tls-xb 0.4.1
File | Platform | Checksum |
---|---|---|
tls-xb-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
tls-xb-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
tls-xb-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
tls-xb-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
tls-xb-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.4.0
Install tls-xb 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hey2022/tls-xb/releases/download/v0.4.0/tls-xb-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/hey2022/tls-xb/releases/download/v0.4.0/tls-xb-installer.ps1 | iex"
Download tls-xb 0.4.0
File | Platform | Checksum |
---|---|---|
tls-xb-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
tls-xb-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
tls-xb-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
tls-xb-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
tls-xb-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
What's Changed
- feat(gpa): add unweighted gpa calculations by @hey2022 in #37
- Add sixel by @hey2022 in #38
- docs/improve install instructions by @hey2022 in #39
- chore: add issue templates by @hey2022 in #41
- Add GPA Delta by @hey2022 in #44
- Fix sixel build error on Windows and macOS by @hey2022 in #46
- feat(login): improve login UX by @wusitee in #48
- fix(weighted-subject): adjust the weight to 0.5 by @wusitee in #53
- fix(weighted-subject): correct gpa of B+ to 3.8 by @wusitee in #54
- fix: get intact username when it contains spaces by @wusitee in #55
- fix: adjust subject weights so they sum up to 100 by @aulimaru in #49
- Feature GPA full score calculate by @lanbinleo in #50
- Improve compile time by removing unneeded image feature flags by @hey2022 in #60
- fix(gpa): correct the calculation by @wusitee in #62
- Fix adjusted proportion in nested evaluation projects by @aulimaru in #61
- Add learning task list for evaluation projects. by @hey2022 in #58
- build: upgrade all dependencies by @hey2022 in #64
- Revert "feat(GPA): add GPA delta" by @hey2022 in #65
- build: update release action by @wusitee in #66
- docs: link windows package to v0.3.6 by @wusitee in #68
- Better format of tasks by @hey2022 in #69
- feat: init logger by @hey2022 in #72
New Contributors
- @aulimaru made their first contribution in #49
- @lanbinleo made their first contribution in #50
Full Changelog: v0.3.5...v0.4.0
v0.3.6
Install tls-xb 0.3.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hey2022/tls-xb/releases/download/v0.3.6/tls-xb-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/hey2022/tls-xb/releases/download/v0.3.6/tls-xb-installer.ps1 | iex"
Download tls-xb 0.3.6
File | Platform | Checksum |
---|---|---|
tls-xb-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
tls-xb-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
tls-xb-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
tls-xb-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
tls-xb-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.3.5
Install tls-xb 0.3.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hey2022/tls-xb/releases/download/v0.3.5/tls-xb-installer.sh | sh
Download tls-xb 0.3.5
File | Platform | Checksum |
---|---|---|
tls-xb-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
tls-xb-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
tls-xb-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
tls-xb-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
tls-xb-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.3.4
Install tls-xb 0.3.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hey2022/tls-xb/releases/download/v0.3.4/tls-xb-installer.sh | sh
Download tls-xb 0.3.4
File | Platform | Checksum |
---|---|---|
tls-xb-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
tls-xb-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
tls-xb-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
tls-xb-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
tls-xb-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
What's Changed
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Full Changelog: v0.3.2...v0.3.3
Install tls-xb 0.3.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hey2022/tls-xb/releases/download/v0.3.3/tls-xb-installer.sh | sh
Download tls-xb 0.3.3
File | Platform | Checksum |
---|---|---|
tls-xb-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
tls-xb-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
tls-xb-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
tls-xb-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
tls-xb-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.3.2
What's Changed
- refactor: use text_io for input by @hey2022 in #31
- Build precompiled binaries by @hey2022 in #32
- build(deps): bump openssl from 0.10.64 to 0.10.66 by @dependabot in #33
Full Changelog: v0.3.1...v0.3.2
Install tls-xb 0.3.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hey2022/tls-xb/releases/download/v0.3.2/tls-xb-installer.sh | sh
Download tls-xb 0.3.2
File | Platform | Checksum |
---|---|---|
tls-xb-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
tls-xb-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
tls-xb-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
tls-xb-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
tls-xb-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |