Skip to content

Releases: BigOokie/skywire-wing-commander

v1.1.1

02 Oct 07:26
ff929bf
Compare
Choose a tag to compare

Changed

v1.1.0

14 Apr 10:29
658abb9
Compare
Choose a tag to compare

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

16 Jan 10:21
0144732
Compare
Choose a tag to compare

Fixed

  • Fixed issued that were introduced by new version and update management changes from v1.0.0 thru v1.0.6. These releases are no longer available. If you have a release of Wing Commander v1.0.0 - v1.0.6 you should update to v1.0.7.

v1.0.0

15 Jan 12:07
edfed95
Compare
Choose a tag to compare

Added

  • Wing Commander is now out of Beta. v1.0.0 has been released.
  • Automated release packaging is being produced using GoReleaser. Binary versions for MacOS and Linux are available on GitHub.

v0.2.0-beta.13

03 Nov 08:22
0c5dcb6
Compare
Choose a tag to compare
v0.2.0-beta.13 Pre-release
Pre-release

Fixed

  • Fixed typo in the Heartbeat status message.

v0.2.0-beta.12

10 Sep 10:31
f267f88
Compare
Choose a tag to compare
v0.2.0-beta.12 Pre-release
Pre-release

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

07 Sep 08:19
f750dca
Compare
Choose a tag to compare
v0.2.0-beta.11 Pre-release
Pre-release

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 the stop 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

31 Aug 07:22
3d82ae4
Compare
Choose a tag to compare
v0.2.0-beta.9 Pre-release
Pre-release

Added

  • Added /update command. This will detect if a newer release is available on GitHub and if so, will invoke the wc-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

31 Aug 22:29
8640a07
Compare
Choose a tag to compare
v0.2.0-beta.10 Pre-release
Pre-release

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

28 Aug 23:24
12b1cc2
Compare
Choose a tag to compare
v0.2.0-beta.8 Pre-release
Pre-release

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 in cmd/wcbot/.
    • wcbuildconfig.sh. Can now be found in scripts/.
    • wcstart.sh. Can now be found in scripts/.