Releases: BigOokie/skywire-wing-commander
Releases · BigOokie/skywire-wing-commander
v1.1.1
Changed
- Updated Wing Commander based on domain migration for Skycoin (from skycoin.net to skycoin.com). All references to the old domain have now been updated. Specific details relating to the changes made by the Skycoin team can be found here: https://github.com/skycoin/skywire/wiki/Testnet-Discovery-Address-Change-Instructions
v1.1.0
Added
- Added a new button to the bot which provides a link to the official Skycoin Whitelist site (https://whitelist.skycoin.net). The Skycoin Whitelisting site allows you to manage your whitelisting, and also check the official uptime for any registered Skywire Nodes. Users will be taken to the Whitelisting site and will need to login. For security reasons, Wing Commander will not manage these credentials.
v1.0.7
v1.0.0
v0.2.0-beta.13
Fixed
- Fixed typo in the Heartbeat status message.
v0.2.0-beta.12
Added
- Application usage analytics collected via Google Analytics. Application usage analytics have been added to Wing Commander to assist with understanding "real-world" deployment usage and better focus the development of improvements and features. No personally identifiable information is collected (you can check the source code). Information that is collected includes the application version and the events that occur within the application (i.e. if you select 'start', 'update', etc.). Application usage analytics are enabled by default. If you wish to 'opt-out', please update your
config.toml
file with the following entries:
[WingCommander]
analyticsenabled = false
v0.2.0-beta.11
Added
- Added support for Telegram Inline Keyboards. Wing Commander will now display a Main Menu to the user at startup. The Main Menu is context aware, and will only display command button options that are considered valid based on the current state. For example, the
start
button will be shown if the Bot is not currently monitoring your Nodes and thestop
button will be shown if it is. The Main Menu will be shown automatically on start-up and at the completion of executing a command. Note that some commands are performed in the background and responces rely on feedback from remote systems. In these cases the menu may move up through the conversation as additional status information is reported by the Bot. Note that all the Bot commands remain accessable through the chat also - the menu does not replace them, it just provides a simpler way to access them. - Added the
/menu
command. This allows the user to manually request the Main Menu to be shown.
v0.2.0-beta.9
Added
- Added
/update
command. This will detect if a newer release is available on GitHub and if so, will invoke thewc-update.sh
shell script to pull the latest source, build, install and then run the new version. Immediately after invoking the shell script, the current application instance will terminate. The new instance of the Bot will message you to tell you it has restarted as a result of an upgrade. If you do not get this message within a reasonable period of time (1-2min), you should investigate and manually start the Bot.
Changed
- Change the
wc-update.sh
to improve its handling and management of the upgrade process. Only very minor changes, and this script can still be called directly from the command line.
v0.2.0-beta.10
Fixed
- Fixed application instance control which was accidentally disabled in v0.2.0-beta.9. This has been reinstated and will again prevent multiple instances of the Bot from running on the same machine.
v0.2.0-beta.8
Added
- Added (Beta) autoupdate shell script scripts/wc-update.sh. This shell script was published recently on the project wiki to gain feedback from the community. Feedback at this point indicates the script is extreamly useful and as such has now been incorporated into the scripts provided by the project. Please refer to the Autoupdate Script page on the project wiki for more information.
- Added
/uptime
command. This dynamically generates a URL query for the Skywirenc.com site for the list of currently connected Nodes and presents a hyperlink button to the user. Clicking the hyperlink button will launch the users browser and take them to the Skywirenc.com site displaying the current uptime for the locally connected nodes.
Changed
- Structure of the project now follows (wip) the pricipals outlines in golang-standard - project-layout and Package Oriented Design. This is a structural change to the physical layout of the project repository - so a large number of files have changed, moved or may no longer exist.
- Changed location of the following files:
config.exampl.toml
. Can now be found incmd/wcbot/
.wcbuildconfig.sh
. Can now be found inscripts/
.wcstart.sh
. Can now be found inscripts/
.