Skip to content

Releases: korandoru/hawkeye

6.1.1 2025-06-11

11 Jun 02:05
v6.1.1
cdc68d9
Compare
Choose a tag to compare

Release Notes

New features

  • Supports format CommonJS files: pattern = "cjs" and headerType = "SLASHSTAR_STYLE".
  • Supports format Verilog files: pattern = "v" and headerType = "SLASHSTAR_STYLE".
  • Supports format SystemVerilog files: pattern = "sv" and headerType = "SLASHSTAR_STYLE".

Install hawkeye 6.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.1.1/hawkeye-installer.sh | sh

Download hawkeye 6.1.1

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

6.1.0 2025-06-06

06 Jun 11:58
v6.1.0
bd49f56
Compare
Choose a tag to compare

Release Notes

New properties:

  • attrs.disk_file_created_year can be used to replace nonexisting Git attrs like {{attrs.git_file_created_year if attrs.git_file_created_year else attrs.disk_file_created_year }}

Install hawkeye 6.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.1.0/hawkeye-installer.sh | sh

Download hawkeye 6.1.0

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v6.0.4

26 May 15:01
v6.0.4
ec5ff34
Compare
Choose a tag to compare

Install hawkeye 6.0.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.0.4/hawkeye-installer.sh | sh

Download hawkeye 6.0.4

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v6.0.3

14 Apr 06:39
v6.0.3
209483f
Compare
Choose a tag to compare

Install hawkeye 6.0.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.0.3/hawkeye-installer.sh | sh

Download hawkeye 6.0.3

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v6.0.2

24 Feb 12:14
v6.0.2
4408238
Compare
Choose a tag to compare

Install hawkeye 6.0.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.0.2/hawkeye-installer.sh | sh

Download hawkeye 6.0.2

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v6.0.1

16 Feb 11:53
v6.0.1
dd74178
Compare
Choose a tag to compare

Install hawkeye 6.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.0.1/hawkeye-installer.sh | sh

Download hawkeye 6.0.1

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

6.0.0 2025-01-28

28 Jan 03:58
v6.0.0
479470f
Compare
Choose a tag to compare

Release Notes

Breaking changes

Now, HawkEye uses MiniJinja as the template engine.

All the properties configured will be passed to the template engine as the props value, and thus:

  • Previous ${property} should be replaced with {{ props["property"] }}.
  • Previous built-in variables hawkeye.core.filename is now attrs.filename.
  • Previous built-in variables hawkeye.git.fileCreatedYear is now attrs.git_file_created_year.
  • Previous built-in variables hawkeye.git.fileModifiedYear is now attrs.git_file_modified_year.

New properties:

  • attrs.git_authors is a collection of authors of the file. You can join them with , to get a string by {{ attrs.git_authors | join(", ") }}.

Notable changes

Now, HawkEye would detect a leading BOM (Byte Order Mark) and remove it if it exists (#166). I tend to treat this as a bug fix, but it may affect the output of the header.

Install hawkeye 6.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-installer.sh | sh

Download hawkeye 6.0.0

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v5.9.1

23 Jan 04:45
v5.9.1
fac79d4
Compare
Choose a tag to compare

Install hawkeye 5.9.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v5.9.1/hawkeye-installer.sh | sh

Download hawkeye 5.9.1

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v5.8.1

27 Aug 05:39
v5.8.1
4dd17f3
Compare
Choose a tag to compare

Install hawkeye 5.8.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v5.8.1/hawkeye-installer.sh | sh

Download hawkeye 5.8.1

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v5.8.0

15 Aug 14:32
v5.8.0
1823bc8
Compare
Choose a tag to compare

Install hawkeye 5.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v5.8.0/hawkeye-installer.sh | sh

Download hawkeye 5.8.0

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum