mirror of
https://github.com/stashapp/stash.git
synced 2026-04-18 13:01:29 +02:00
* Add `-v/--version` flag to print version string - Created a new flag `-v/--version` in the command-line interface to display the version number and exit. - Moved all version-related functions inside the config package to the new file `manager/config/version.go` to avoid circular dependencies. - Added a new `GetVersionString()` function to generate a formatted version string. - Updated references to the moved version functions. - Updated references in the `Makefile`. * Move version embeds to build package * Remove githash var --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_concurrency_test.go | ||
| enums.go | ||
| init.go | ||
| map.go | ||
| map_test.go | ||
| stash_config.go | ||
| tasks.go | ||
| ui.go | ||
| urlmap.go | ||
| urlmap_test.go | ||