Releases: npikall/gotpm
Releases · npikall/gotpm
GoTPM - v0.3.12
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
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
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
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
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
GoTPM - v0.3.6
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
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