Skip to content

Releases: jiro4989/build-deb-action

v4.0.0

14 Jan 09:40
8ea0fb1
Compare
Choose a tag to compare

🔥Breaking Changes🔥

  • v4.0.0: PR #54 - BREAKING_CHANGES: Migrate Nim to Golang #53
    • replacetool was recreated by golang (from nim)
    • docker base image was changed from ubuntu 22.04 to ubuntu 24.04
    • default value of optional parameters (depends, homepage and section) was changed from none to "" (empty string)
      • the none was avoid of parseopt bugs of nim.

v3.2.0

14 Jan 04:25
6fd859b
Compare
Choose a tag to compare

v3.2.0: PR #52 - feat: add 'section' parameter #51

v3.1.0

03 Jun 14:02
1bd8ed1
Compare
Choose a tag to compare
  • v3.1.0: PR #50 - feat: add homepage parameter #49

v3.0.0

25 May 10:51
a143da4
Compare
Choose a tag to compare

🔥Breaking Changes🔥

  • PR #45 - Makes all files owned by root
    • Changed default file owner to root. Use keep_ownership: true if you want to revert to v2 behavior.

v2.8.1

22 May 12:20
d38d2ef
Compare
Choose a tag to compare

v2.8.1: PR #46 - Fix ceiling size calculation

v2

10 Jul 11:00
d38d2ef
Compare
Choose a tag to compare

🎉 Initial release

v2.8.0

13 Mar 11:15
6d70272
Compare
Choose a tag to compare

Hotfix

  • Fixed an error when setting multi-line desc (#43)

v2.7.0

24 Oct 13:14
6b31b9f
Compare
Choose a tag to compare

Feature

  • Add a new parameter compress_type
  • Change default compression type of dpkg-deb from zstd to gzip

v2.6.1

24 Oct 11:28
Compare
Choose a tag to compare
Revert "feat: Bump minor 2.6.0 (#39)"

This reverts commit 4b62053545d14351c4a823191c346f67517e346e.

v2.6.0

20 Oct 14:21
4b62053
Compare
Choose a tag to compare
feat: Bump minor 2.6.0 (#39)