From 7d32ff24d6d83e6366a3fa43bd6a079e9abc806f Mon Sep 17 00:00:00 2001 From: Jesse Webb Date: Sun, 17 Jun 2018 10:55:19 -0600 Subject: [PATCH] Bump version to 1.0.0 and add release notes --- README.md | 4 +--- about.html | 18 +++++++++++++++++- buy-binds-generator.html | 2 +- css/app.css | 5 +++++ index.html | 23 ++++++++++------------- js/services.js | 2 +- package.json | 2 +- 7 files changed, 36 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index b03f564..ad6f87a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ Copyright © 2014-2018 Jesse Webb This code is available under [the MIT License](https://github.com/jessewebb/csgo-buynds/blob/gh-pages/LICENSE). -_Disclaimer:_ This project is currently in **BETA** stages of development. - -`Version: 1.0.0-dev` +`Version: 1.0.0` [![Build Status](https://travis-ci.org/jessewebb/csgo-buynds.svg?branch=gh-pages)](https://travis-ci.org/jessewebb/csgo-buynds) diff --git a/about.html b/about.html index 335b924..f443442 100644 --- a/about.html +++ b/about.html @@ -179,8 +179,24 @@

Development Information

Jesse's preferred JavaScript IDE is JetBrain's WebStorm.

-
+

Release Notes

+
+ +
+
    +
  • Show prices of equipment and total prices of buy binds
  • +
  • Show team-colored labels on team-specific equipment
  • +
  • Add hover-over pop-ups that show equipment images and icons
  • +
  • Add help page with instructions on how to use buy binds
  • +
  • Upgrade 3rd-party libraries
  • +
  • Replace ZeroClipboard with clipboard.js (fixes bug #25)
  • +
  • Lots of code clean-up!
  • +
+
+

v0.9.0 (BETA) Released: 2017-03-26

diff --git a/buy-binds-generator.html b/buy-binds-generator.html index b6de911..dc1e21b 100644 --- a/buy-binds-generator.html +++ b/buy-binds-generator.html @@ -49,7 +49,7 @@ ga('set', { 'appName': 'CS:GO Buynds', 'appId': 'csgo-buynds', - 'appVersion': '1.0.0-dev' + 'appVersion': '1.0.0' }); diff --git a/css/app.css b/css/app.css index 3ccc775..371f503 100644 --- a/css/app.css +++ b/css/app.css @@ -26,6 +26,11 @@ pre.buy-binds { margin-left: 10px; } +div.release-notes ul { + padding-left: 10px; + list-style-type: square; +} + .footer { border-top: 1px solid lightgrey; font-size: small; diff --git a/index.html b/index.html index c9714f9..d5f80af 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,7 @@
-

CSGO-Buynds v1.0.0-dev

+

CSGO-Buynds v1.0.0

CS:GO Buy Binds Generator

@@ -137,28 +137,25 @@

Create your own CS:GO Buy Binds!

don't need to sign-up for an account or download any software. It only takes 5 minutes to setup your own personal key bindings. You can keep it simple and have 1 weapon per key or go crazy and setup entire load-outs available with a single keystroke! Never be the last one out of spawn again!

- -

Disclaimer

- -

This software is currently in the BETA stages of development. It is available for early-access use right - now but be warned that it is prone to bugs and drastic changes. Visit frequently for updates!

Release Notes

-
+
-

v0.9.0 (BETA) Released: 2017-03-26

+

v1.0.0 Released: 2018-06-17

    -
  • New Save and Load buttons on Multi-Key Generator allowing 5 custom configurations
  • -
  • Added support to load Binds from built-in presets
  • -
  • MKG now has an 'Auto-Generate' option
  • -
  • Replaced Key and Weapon select boxes with more user-friendly controls
  • -
  • Now Mouse buttons can be used for binds (thanks bpinkert for PR!)
  • +
  • Show prices of equipment and total prices of buy binds
  • +
  • Show team-colored labels on team-specific equipment
  • +
  • Add hover-over pop-ups that show equipment images and icons
  • +
  • Add help page with instructions on how to use buy binds
  • +
  • Upgrade 3rd-party libraries
  • +
  • Replace ZeroClipboard with clipboard.js (fixes bug #25)
  • +
  • Lots of code clean-up!