Skip to content

Releases: bordeux/tmpltool

v1.4.2

04 Jan 17:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release v1.4.2

v1.4.0

04 Jan 17:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.4.0 (2026-01-04)

  • Merge pull request #32 from bordeux/feature/ide-support (f5025fb), closes #32
  • fix: add Windows .exe suffix support in CLI tests (4787e1d)
  • fix: make DNS empty hostname test platform-tolerant (7c5a7eb)
  • fix: use assert_cmd for CLI integration tests (e64e312)
  • docs: add package manager installation instructions (115ec12)
  • feat: add --ide flag for IDE metadata export (17f6a79)

v1.3.1

03 Jan 22:16

Choose a tag to compare

1.3.1 (2026-01-03)

  • Merge pull request #31 from bordeux/fix/fix-workflow-version-app (900b11a), closes #31
  • chore: skip QA checks in pre-commit when no Rust files changed (588a834)
  • fix: ensure builds use correct git ref for version (816b7e1)

v1.3.0

03 Jan 21:31

Choose a tag to compare

1.3.0 (2026-01-03)

  • Merge pull request #30 from bordeux/feature/new-packages-build (ba1808b), closes #30
  • feat: add dual syntax support for all is-functions (2d71887)
  • feat: unified filter-functions architecture and packaging improvements (db27729)
  • docs: add big picture overview and update future enhancements in CLAUDE.md (8b63c98)

v1.2.5

02 Jan 08:30

Choose a tag to compare

1.2.5 (2026-01-02)

  • Merge pull request #29 from bordeux/fix/fix-triggers (4bee433), closes #29
  • Merge remote-tracking branch 'origin/master' into fix/fix-triggers (4584654)
  • ci: update workflow names during repo update (18cf9ab)
  • fix(ci): use ubuntu-22.04 for glibc builds for Debian 12 compatibility (6670c6b)

v1.2.4

02 Jan 01:07

Choose a tag to compare

1.2.4 (2026-01-02)

  • Merge pull request #28 from bordeux/fix/fix-triggers (5b1c5b7), closes #28
  • fix(ci): correct bash indirect variable expansion for token lookup (cafb472)

v1.2.3

02 Jan 00:47

Choose a tag to compare

1.2.3 (2026-01-02)

  • Merge pull request #26 from bordeux/hotfix/fix-branch-for-repos (37981e5), closes #26
  • Merge pull request #27 from bordeux/feature/distribution-v2 (d4dd748), closes #27
  • fix: Add arch repo (c8def93)
  • ci: add Alpine APK package support (c9c3607)
  • ci: add APK package building to CI workflow (6cf676f)
  • ci: consolidate package repo triggers into matrix job (e58eda3)
  • ci: fix branch ref for publishing repos (235e1cc)

v1.2.2

01 Jan 22:03

Choose a tag to compare

1.2.2 (2026-01-01)

  • Merge pull request #25 from bordeux/fix/fix-building-debian-package (8247089), closes #25
  • fix: fix ARM64 DEB package build in cross-compilation (5356105)

v1.2.1

01 Jan 21:44

Choose a tag to compare

1.2.1 (2026-01-01)

  • Merge pull request #21 from bordeux/dependabot/npm_and_yarn/multi-289c097fca (5bf7a2a), closes #21
  • Merge pull request #22 from bordeux/feature/distribution (e2538fe), closes #22
  • Merge pull request #23 from bordeux/feature/distribution (0b2150a), closes #23
  • Merge pull request #24 from bordeux/fix/upgrade-node-version (9f77263), closes #24
  • Merge remote-tracking branch 'origin/master' into feature/distribution (60cc65f)
  • fix: Force redeployment for new packages (d3fdf2b)
  • fix: upgrade Node.js version from 20 to 24 (1aef904)
  • ci: add APT repository update trigger on release (b01f26e)
  • ci: add DEB package generation for Debian/Ubuntu (9b2e338)
  • ci: add DEB/RPM package building to CI workflow (ff30cfc)
  • ci: add Homebrew formula auto-update on release (586b164)
  • ci: add RPM package generation for Fedora/RHEL (cba83a3)
  • ci: add versioned Homebrew formulas support (cd5b383)
  • ci: simplify Homebrew update to trigger external workflow (0b1afb5)
  • chore(deps): bump glob and semantic-release (21639a5)

v1.2.0

01 Jan 16:26

Choose a tag to compare

1.2.0 (2026-01-01)

Features

  • add 20 new template functions for string, array, and set operations (49b2b9e)
  • add 6 JSON/Object operation functions (a6c282a)
  • add 8 Kubernetes extended functions (6d18b54)
  • add 8 new string manipulation functions (9a3ace3)
  • add 9 network and system functions (7af3f9a)
  • add UUID version support (v4, v7) to uuid() function (792fc89)

Bug Fixes

  • support Windows paths in get_cwd() integration test (9c06d74)