Skip to content

Releases: npikall/gotpm

GoTPM - v0.3.12

18 May 22:43
f848656

Choose a tag to compare

0.3.12 - 2026-05-18

🚀 Features

  • print wildcard version when deleting all
  • emit information in init command
  • add caching of package index
  • add force install flag
  • update imports on directorys

🐛 Bug Fixes

  • typo in example string
  • clear error message when no package is found

📚 Documentation

  • fix typos

🚜 Refactor

  • change rendering of locate command
  • write logs to stderr
  • change default color to normal white
  • simplify code
  • clean up code
  • explicitly ignore lipgloss errors

🧪 Testing

  • add vibed test cases
  • remove unused import

💼 Other

  • migrate fang and log to v2 and update all minor versions

GoTPM - v0.3.11

15 May 20:56
f5435ff

Choose a tag to compare

0.3.11 - 2026-05-15

🐛 Bug Fixes

  • warning message style

📚 Documentation

  • update readme
  • update contributing guide

🚜 Refactor

  • remove newline character from self info
  • reformat dryrun message

◀️ Revert

  • remove dead code

💼 Other

  • fix function name in install script
  • add alias for build recipe

GoTPM - v0.3.10

14 May 10:38
89effcc

Choose a tag to compare

0.3.10 - 2026-05-14

📚 Documentation

  • update demo tape

🚜 Refactor

  • print updated packages to stderr

◀️ Revert

  • remove accidently commited file

GoTPM - v0.3.9

22 Apr 17:55
9d3ef1b

Choose a tag to compare

0.3.9 - 2026-04-22

🚀 Features

  • override typst-package-dir with environment variable
  • add install-dir override to install cmd
  • add install-dir override to uninstall cmd

🧪 Testing

  • override typst-package-dir from env variable
  • overrideable path resolving

GoTPM - v0.3.8

12 Apr 14:46
6888213

Choose a tag to compare

0.3.8 - 2026-04-12

🐛 Bug Fixes

  • redirecting output with color escape code

💼 Other

  • update go version
  • add maintenance script to update github actions
  • update github actions script and add recipe
  • set fetch depth to 0 for git-cliff to work
  • update action versions

GoTPM - v0.3.7

10 Apr 19:34
75ec5c6

Choose a tag to compare

0.3.7 - 2026-04-10

🐛 Bug Fixes

  • ignore patterns not working properly

GoTPM - v0.3.6

09 Apr 16:12
676d673

Choose a tag to compare

0.3.6 - 2026-04-09

🚀 Features

  • make requests to typst index first before github
  • add self-update-ability

🚜 Refactor

  • make shorthand verbose flag lowercase and global version flag upper
  • move self command into self-version

◀️ Revert

  • remove unused debug flags

💼 Other

  • fix release note creation
  • fix git-cliff installation

GoTPM - v0.3.5

09 Apr 13:44
2aacf57

Choose a tag to compare

0.3.5 - 2026-04-09

🚀 Features

  • add self command to inspect the binarys build in more detail
  • add loading of manifest
  • add resolving of destination dir
  • add resolve of destination and copy files
  • add editable flag to install command
  • read input from stdin
  • add default values to build tags

🐛 Bug Fixes

  • return errors instead of logging

🚜 Refactor

  • embed git version and build info
  • default logger
  • update colors and styles
  • clean up and add tests
  • move internal/list into cmd and add tests
  • move helper.go into cmd/internal package
  • rename internal package import
  • move internal package into cmd/internal
  • update self representation

🧪 Testing

  • loading of manifest
  • add testing to os data-dir resolving
  • resolving of destination

◀️ Revert

  • remove version command as version flag works now

💼 Other

  • move makefile functionality to justfile
  • refactor the install command
  • refactor install command
  • update all dependencies
  • merge pull request #10 from npikall/clean-up
  • fix release recipe
  • fix replacement of make with just

GoTPM - v0.3.4

21 Feb 12:40
c371282

Choose a tag to compare

v0.3.4 - 2026-02-21

Compare with v0.3.3

Features

  • add bump method to PackageInfo (f411585 by Nikolas Pikall).

Bug Fixes

  • bumping without actually changing the version (36b84ee by Nikolas Pikall).
  • typo in error message (b208963 by Nikolas Pikall).

Code Refactoring

  • move bump into files (7889244 by Nikolas Pikall).

GoTPM - v0.3.3

20 Feb 17:59
e694869

Choose a tag to compare

v0.3.3 - 2026-02-20

Compare with v0.3.2

Features

  • add spinner to install command (0c5c05a by npikall).
  • add spinner to update command (a01632a by npikall).

Code Refactoring

  • reduce nested function calls (89e34bf by npikall).
  • move spinner into helpers and clean up (41d88f1 by npikall).
  • clean code and extract functions (27109f0 by Nikolas Pikall).