feat(status): display version and update status in nupst status command
All checks were successful
CI / Type Check & Lint (push) Successful in 5s
CI / Build Test (Current Platform) (push) Successful in 4s
Release / build-and-release (push) Successful in 46s
CI / Build All Platforms (push) Successful in 49s

- Add version display at the top of status output
- Check for available updates and notify user
- Show "Up to date" or "Update available" with version
- Display before service and UPS status information
- Improves user awareness of software version and updates

Bumps version to 4.1.4
This commit is contained in:
2025-10-20 01:01:06 +00:00
parent 7d595fa175
commit d14ba1dd65
3 changed files with 44 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/nupst",
"version": "4.1.3",
"version": "4.1.4",
"exports": "./mod.ts",
"tasks": {
"dev": "deno run --allow-all mod.ts",