Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Releases: Skhmt/koalabot2

2.0.0-alpha-6

28 Oct 06:42
Compare
Choose a tag to compare
2.0.0-alpha-6 Pre-release
Pre-release

Changed the behavior of the scrub and volume bars on the music tab... it should be much more intuitive now. Volume constantly changes as you drag, scrub changes on release only. They continue to move even if your mouse leaves the box of the bars themselves.

Fixed some animation problems switching between tabs.

Added a loading spinner on application open.

Changed the background to be subdued but colorful. It starts slowly rotating after you log in.

Made text selection behavior more consistent... which basically means nothing is selectable, as it should be.

Upgraded tapic.js, velocity.js, and velocity.ui.js versions.

2.0.0-alpha-5

21 Oct 08:26
Compare
Choose a tag to compare
2.0.0-alpha-5 Pre-release
Pre-release

KB2 Alpha requires a 64-bit OS and Windows 7 or later

Removed dependencies on bootstrap and jquery
Changed the theme a lot to make things responsive in the way I want

2.0.0-alpha-4

29 Sep 04:45
Compare
Choose a tag to compare
2.0.0-alpha-4 Pre-release
Pre-release

Added a lot of code to the backend of the bot, which the user won't see, but is necessary to keep on developing.

A single command has been implemented, but I haven't finished error handling yet.

!songrequest [youtube url or id]

If you put in a bad url or a url for a video in the correct format but it doesn't exist, it will silently fail but otherwise keep going. Anyone but the bot can type that chat command in and it'll run it as if you were adding it via the UI.

Right now, the hard-coded commands are being/will be stored in separate .js files. I'm not sure if I'm going to keep that format as it requires a lot of message passing and boiler plate, but it does separate concerns quite a bit. We'll see.

2.0.0-alpha-3

12 Sep 08:06
Compare
Choose a tag to compare
2.0.0-alpha-3 Pre-release
Pre-release

Added more compatibility for youtube URLs

2.0.0-alpha-2

09 Sep 08:44
Compare
Choose a tag to compare
2.0.0-alpha-2 Pre-release
Pre-release

All alpha releases are Windows only.

  • Fixed problem with some youtube videos not liking HTML5
  • Removed some extra files in the folder and minutely decreased startup time by not zipping the bot files, they all reside in the package.nw folder as raw source
  • Fixed some problems with logging in

Next up:

  • Program state/store/source-of-truth and event system, then implementing it to replace localStorage
  • Commands
  • Point system
  • Then finishing Music with a saving playlist