انتشارها

  • 1.1.10

    deadtom 3 هفته پیش | 4 تغییر در master پس از این انتشار

    Minor bug fix update

    Bugs

    • Fixed email registration form not showing up in the user panel.
    • Fixed "authentication required" notification to only show up if a viewer is not authenticated.

    Upgrade Instructions

    If upgrading from v1.1.9

    1. Backup your instance folder.
    2. Make sure you backed up your instance folder.
    3. Do a git pull from your OwnchatBot directory, or if you downloaded the zip/tar package, extract it over your existing OwnchatBot directory.
    4. Restart your bot.
    5. Ransom the world for one million billion dollars.

    If upgrading from v1.1.8

    1. Backup your instance folder.
    2. Make sure you backed up your instance folder.
    3. Do a git pull from your OwnchatBot directory, or if you downloaded the zip/tar package, extract it over your existing OwnchatBot directory.
    4. From your OwnchatBot directory, run: bash upgrade.sh
    5. Restart your bot.
    6. Ransom the world for one million billion dollars.

    Next item on the road map

    1. GiveButter monthly subscription integration
     
  • Version 1.1.9

    deadtom 1 ماه پیش | 15 تغییر در master پس از این انتشار

    The GiveButter update

    Features

    • Created a new tab in the management panel for donation related settings, called "Donations".
      • All Ko-fi settings have been moved to this tab.
    • Basic GiveButter integration.
      • Found under the new Donations tab in the management panel.
      • Works similar to Ko-fi integration. Uses the viewer's email to associate their GiveButter account.
      • GiveButter doesn't have its own stream alert, so I created one. This can be configured in the alerts tab.

    Bugs

    • Changed color scheme to be color-blind friendly.
    • Modified HTML templates to be more screen-reader friendly.
      • Certainly get in touch with me if this is still wonky.

    Upgrade Instructions

    1. Backup your instance folder.
    2. Make sure you backed up your instance folder.
    3. Do a git pull from your OwnchatBot directory, or if you downloaded the zip/tar package, extract it over your existing OwnchatBot directory.
    4. From your OwnchatBot directory, run: bash upgrade.sh
    5. Restart your bot.
    6. Ransom the world for one million billion dollars.

    Thanks

    Thanks to The Esoteric Programmer for doing a screen-reader test, and offering some advice.

    Thanks to Ozoned for testing the installation and GiveButter integration. A few people in the live stream chat for this had some very helpful ideas and advice. Unfortunately, I don't remember who all said what, but thanks.

    Next item on the road map

    1. GiveButter monthly subscription integration
     
  • Version 1.1.8

    deadtom 1 ماه پیش | 86 تغییر در master پس از این انتشار

    I've made few more tweaks based on Ozone's test run yesterday.

    Features

    • The install and upgrade scripts now prompt you for the external URL that your bot uses. This is to create more helpful URL paths in some instructions. I also expect it to come in handy for future features.
      • This can also be configured in the "settings" tab of the management panel.
    • Added detailed instructions to the "To-do List" and "Alerts" sections of the management panel, on how to use those overlays.

    Bugs

    No new bugs this time around!

    To upgrade

    1. Backup your instance folder.
    2. Make sure you backed up your instance folder.
    3. Do a git pull from your OwnchatBot directory, or if you downloaded the zip/tar package, extract it over your existing OwnchatBot directory.
    4. From your OwnchatBot directory, run: bash upgrade.sh
    5. Restart your bot.
    6. Ransom the world for one million billion dollars.

    Next items on the road map

    1. Vision impaired accessiblity changes.
    2. GiveButter integration.
     
  • Version 1.1.7

    deadtom 1 ماه پیش | 100 تغییر در master پس از این انتشار

    Thanks so much to ozone and his many viewers, for doing a test installation live. We identified some problems and weak points.

    It was brought to my attention that the button color scheme is not colorblind accessible. I will address this next, but it may be a few days. In the meantime, here are the changes made after today's test.

    Updates

    • Install script now prompts for the URL that OwnchatBot will be using.
    • Install script now defaults to port 8081 for the port OwnchatBot will listen on.
    • Added a "Requirements" section to the readme.
    • Updated the overlays screenshot, at Wondrwmn's insistence.

    Bugs

    • Removed "add to category to activate" line when creating a new category.
     
  • Version 1.1.6

    deadtom 1 ماه پیش | 122 تغییر در master پس از این انتشار

    Features added

    • OCB now sends a chat announcement when a reward is fulfilled or refunded.

    Bugs squashed

    • Fixed bug where number of points is being repeated in !points response.
    • user_handlers now properly tests refund_points.
    • reward_handlers now properly tests fulfill_reward.
     
  • Version 1.1.5

    deadtom 1 ماه پیش | 136 تغییر در master پس از این انتشار

    Feature:

    • Votes and goals are now separated into their own sections in the manage rewards panel.
     
  • Version 1.1.4

    deadtom 1 ماه پیش | 140 تغییر در master پس از این انتشار

    Feature:

    • Overlays now only update when changes are detected, rather than at set intervals.
     
  • Version 1.1.3 - Little features and bugs

    deadtom 1 ماه پیش | 148 تغییر در master پس از این انتشار

    Features:

    • When a milestone is passed, chat now announces the next milestone.
    • Added blurb to "Manage Accounts" panel, explaining how to merge accounts with temporary accounts.
      • Temporary accounts now show up in green, for easier visibility

    Bugs:

    • "UnboundLocalError: cannot access local variable 'id' where it is not associated with a value" when an unregistered user subcribes on kofi.
    • "NameError: name 'donations' is not defined" error in log on kofi donation.
    • !rewards command correctly describes votes, and correctly pluralizes "points" or "point".
     
  • Version 1.1.2 - More bugs

    deadtom 1 ماه پیش | 155 تغییر در master پس از این انتشار

    Bug Fixes

    • "Mouse over flags to show milestones" line no longer appears on rewards queue pages when there are no milestones configured.
    • All category related management pages now return to the categories tab in the management panel.
     
  • Version 1.1.1 - bracket

    deadtom 1 ماه پیش | 164 تغییر در master پس از این انتشار

    Micro release

    Fixed missing closing bracket in alertstyle.css.