Releases: 0xtbug/telbot
Releases · 0xtbug/telbot
v1.0.6
v1.0.5
build(ci): update Go module path for version embedding Updates the Go build command to use 'telkomsel-bot/util.version' instead of 'main.version' for embedding the application version. This change reflects the correct module path for the version variable.
v1.0.4
refactor(version): move version variable to a dedicated util package feat(cli): persist auto-buy and pending offer/payment settings across logins feat(bot): persist auto-buy and pending offer/payment settings across logins refactor(cli): remove "Keluar" (Exit) option from menus to simplify navigation style(bot): update login message to "Proses login..." for clarity style(cli): update login message to "Proses login..." for clarity feat(cli): display application version in the title
v1.0.3
feat(cli): add --version flag to display application version Introduce a `version` variable in `main.go` to hold the application's version string. Implement `--version` and `-v` command-line flags to print this version. Update the `printHelp` function to also show the version. Modify the GitHub Actions build workflow to inject the Git reference name (`github.ref_name`) into the `main.version` variable using `ldflags`. This ensures that the displayed version accurately reflects the specific build, allowing users to easily identify the application's version from the command line.
v1.0.2
fix(mcp): recover from panics in get_profile tool Adds a defer-recover block to catch and log panics within the `get_profile` tool function. This prevents server crashes and improves the overall stability of the application.
v1.0.1
ci: add arm architecture for Raspberry Pi support
v1.0.0
initial commit