Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Releases: harryzcy/ascheck

v0.1.2

03 Apr 16:48
900f74b
Compare
Choose a tag to compare

Changelog

62dc1ac Add Build and Test badge
7df5fcb Add Github actions for unit testing
f9d5e70 Add coverage report to CI workflow
1749a89 Fix failing test and add an example macho file
0808558 Fixes #1
80ebf9a Fixes #3
900f74b Increase coverage (#6)
9682d74 Merge branch 'main' of https://github.com/harryzcy/ascheck into issue-1
fec3cff Merge pull request #2 from harryzcy/workflows
461ba1f Merge pull request #4 from harryzcy/issue-3
c88ad75 Merge pull request #5 from harryzcy/issue-1
1b70d4e Remove go 1.15
678cf4a Update go documentations
2a5ca26 Update unit testing workflow
79c988d Update workflow
7d3fcd9 Update workflow steps

v0.1.1

01 Apr 22:27
0584748
Compare
Choose a tag to compare

Changelog

546673c Add badges
bad4af9 Add homebrew tap installation
5c9299d Document usage
0584748 Fix all golint issues
bdfa6fe Fix golint warnings
97dc32b Merge branch 'main' of https://github.com/harryzcy/ascheck into main
39309ae Update README.md

v0.1.0

28 Mar 19:21
96d529a
Compare
Choose a tag to compare

Changelog

bfc7bca Add .gitignore
f3fd4ac Add cache variable
200527b Add functions that check if a file is text file
9d2a11f Add install guide
2800e3e Add usage description
a1e5c26 Add version flag
5be3db2 Change output table format
28e1f84 Continue to check other apps on error
b7c62ff Create GoReleaser config
8d21504 Create README.md
6c6dfcb Detect apps with text-executable files
47155b5 Enhance Arm Support info display
4221aa1 Finish up architecture query
33f3131 Fix GetArchitectures testing
8ebc37f Fix output header error
ce8ae34 Fix syntax highlighting in README.md
f70ecd1 Get reports from Does it Arm
10a19e1 Improve architecture formatting
f44648d Improve cli syntax & output
670b00e Include all application path on default
02e2c25 Initial commit
39f70de Load remote info in app check
e11bf65 Mark system apps as natively supported
4a11a19 Output apps' info to stdout
41388bd Print out arm support from remote sources
b93408a Refactor code
a436643 Refactor remote check package
7303da9 Remove space before asterisk
67a5892 Remove unused code
a58301f Rename remote check files
3d1fb39 Show unknown support status
15f9f68 Start of project
e84dc4d Support getting an application list
eefc05a Support getting architecture info
77c242c Support getting executable name from plist
d13943a Support getting info for an app
96d529a Update GoReleaser config
cd01738 Update installation guide