Skip to content

Releases: csprance/MisRCON

3.0.0-dev-15

24 Aug 03:13
Compare
Choose a tag to compare
3.0.0-dev-15 Pre-release
Pre-release

Fixed a few issues and integrated Spafbis Server Installation Script

Additions

  • Terminal History should work correctly
  • Tasks work again
  • Confirmation Dialog to delete server
  • Form Validation for Server Addition
  • Must have server to access app
  • Player Color Works again
  • Updated a lot of deps

Issues

  • Hosting Section is placeholder

0.2.4

24 Jan 23:07
Compare
Choose a tag to compare

This release helps resolve an issue with quotes in the status response it is mostly an update due to node-misrcon being bump to 1.2.0

MisRCON - v0.2.3 Shaboygan

05 May 18:49
Compare
Choose a tag to compare

What's new

  • Cross platform release.

Known Issues

  • Scaling can cause issue with the display of certain input fields on Linux.

Linux

After installation, MisRCON will be found within your application menu, or run by executing /usr/local/bin/MisRCON

Ubuntu/Debian Installation

The following was tested on Ubuntu 17.04. Download MisRCON_0.2.3_amd64.deb, either use your favorite .deb package installation GUI of choice, or open a console and execute:

$ sudo dpkg -i MisRCON_0.2.3_amd64.deb

If you encounter dpkg: dependency problems prevent configuration of misrcon, you will need to also execute the following command:

$ sudo apt --fix-broken install

Other Linux Distributions

Simply download and execute MisRCON-0.2.3-x86_64.AppImage. It may be necessary for you to first add execute permissions on this file.

$ chmod +x MisRCON-0.2.3-x86_64.AppImage

Then execute the AppImage file:

$ ./MisRCON-0.2.3-x86_64.AppImage

When run, you will be prompted by the application with Would you like to integrate /home/snowc/MisRCON-0.2.3-x86_64.AppImage with your system? If you answer yes, this will add it to your applications menu and install icons; answering no will simply run MisRCON.

MisRCON - v0.2.2 Shaboygan

05 May 06:14
Compare
Choose a tag to compare
  • Fixed scheduled tasks a little bit more (they still only work for one server)
  • cleaned up a lot of code
  • added in copy paste for console
  • fixed layout in certain spots
  • changed bg color

Known issues:

  • The console doesn't auto focus after pasting in some lines

MisRCON - v0.2.0 Shaboygan

03 May 08:41
Compare
Choose a tag to compare
  • ready to be compiled for cross platform
  • uses redux
  • slightly faster
  • can store credentials for multiple servers

Known Issues

  • You can only have one set of tasks not multiple. #29

MisRCON - v0.0.3 Macadocious

13 Dec 22:02
Compare
Choose a tag to compare
Pre-release
  • Add/Filter/Remove players from whitelist
  • Add/Filter/Remove players from banlist
  • Initial server data call is chained so it doesn't time out anymore
  • performance improvements
  • layout improvements

Known issues

  • none?

MisRCON 0.0.21

11 Dec 03:34
Compare
Choose a tag to compare
MisRCON 0.0.21 Pre-release
Pre-release

Updates

  • Kick Ban should be working. Will need testing!
  • Avatars Show correctly
  • Filter players by name in player tab.
  • Avatars links are stored instead of requesting each time. Saves network requests
  • more logging

Known Issues

  • none?

MisRCON - v.0.0.2 Macadocious

10 Dec 02:33
Compare
Choose a tag to compare
Pre-release

Updates

  • Refactors in the back
  • Players View
    • View all players on the server
    • Kick/Ban Players (Not Working Yet)
    • Take notes on players
  • more error checking
  • Unicode error on weird player name should be gone
  • Logs show up at application root/misrcon.log

Known Issues

  • kick and ban buttons do nothing for now

MisRCON v0.0.1-babycakes Pre-Release

08 Dec 02:54
Compare
Choose a tag to compare
Pre-release

Has all basic functionality working

  • Logging in and storing credentials (locally only)
  • Sending authenticated commands to a server
  • Receiving a response back from the server and displaying it
  • Scheduling tasks at a specific date/time
  • Scheduling recurring tasks
  • Deleting tasks

To View any errors please Select File -> Toggle Developer Tools and report any red text in the console