Releases: NCAIC/Toolkit
Releases · NCAIC/Toolkit
v0.5.2
Documentation
- add details about docker usage (JacobLinCool)
Continuous Integration
- use pnpm to release package (JacobLinCool)
Chores
- upgrade cloudflared to
0.3.1
#9 (JacobLinCool) - bump to
0.5.2
(JacobLinCool)
v0.5.1
Features
- update tunnel param (upstream breaking change) (JacobLinCool)
Chores
- upgrade to latest
cloudflared
(JacobLinCool) - bump to
0.5.1
(JacobLinCool)
v0.5.0
v0.4.3
Features
- utility to run program with memory limit #8 (JacobLinCool)
Code Refactoring
- run executables with
run_exe
#8 (JacobLinCool)
Continuous Integration
- add C++ test #7 (JacobLinCool)
Chores
- simplify cpp test program #7 (JacobLinCool)
- bump to
0.4.3
(JacobLinCool)
v0.4.2
Features
- rand.cpp (HowChienLu)
Bug Fixes
- setup failed on Windows (JacobLinCool)
- build before setup on CI (JacobLinCool)
- remove cargo cached binary on Windows (JacobLinCool)
- wrong parsing (HowChienLu)
Performance Improvements
- add
postinstall
script to prebuild rust deps #6 (JacobLinCool)
Builds
- remove dev deps in docker image #6 (JacobLinCool)
- docker unignore scripts (JacobLinCool)
Continuous Integration
- VERBOSE mode in test CI (JacobLinCool)
Chores
- ignore rust target in npm package (JacobLinCool)
- use gitignore instead of npmignore (JacobLinCool)
v0.4.1
Builds
- includes dir
programs
in npm package (JacobLinCool)
v0.4.0
Features
- add performance test command #5 (JacobLinCool)
Documentation
- add
perf
command #5 (JacobLinCool) - add usage of
npx
andpnpm dlx
#5 (JacobLinCool)
Code Refactoring
- rename command
speed
toperf
#5 (JacobLinCool)
Chores
- bump to
0.4.0
(JacobLinCool)
v0.3.9
Features
- list / delete created env #1 (JacobLinCool)
- add verbose output to check command #3 (JacobLinCool)
- add Dockerfile, not tested yet #3 (JacobLinCool)
- Dockerfile for all languages #3 (JacobLinCool)
- add release workflow on tag pushed #4 (JacobLinCool)
Bug Fixes
- add
.exe
to build target name on Windows (JacobLinCool) - C / C++ language support detection on Windows #1 (JacobLinCool)
Documentation
- update README for details #4 (JacobLinCool)
Continuous Integration
- remove gcc/g++ installation #2 (JacobLinCool)
- add test of docker image #3 (JacobLinCool)
- setup qemu and buildx before image build #3 (JacobLinCool)
- no version on docker build test #4 (JacobLinCool)
- fetch all git history and checkout main on release (JacobLinCool)
Chores
- add docker release script #3 (JacobLinCool)
- yml indent 2 #4 (JacobLinCool)