mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #156] [Enhancement] Add Version Info #723
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#723
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @h-town on GitHub (May 25, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/156
Please consider adding version information to the webapp UI; if even a user-configured option and/or it being shown at the very bottom of /settings.
As it sits today I have to compare the file dates among those at /var/www/anonaddy in order to approximate the version I'm on. Granted, there's probably a more straightforward way to do it, but having the info front-and-center would be nice. 👍
Thanks again for your hard work in maintaining this project Will!
@willbrowningme commented on GitHub (May 27, 2021):
Thanks a lot, that's a great idea. I've just added the version details to the footer in the latest commit.
You can also get the apps version details by calling the API - https://app.anonaddy.com/docs/#get-the-current-anonaddy-app-version replacing
app.anonaddy.comwith the URL of your own instance.