Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

0.5.14 #2048

Merged
merged 141 commits into from
Mar 21, 2018
Merged

0.5.14 #2048

merged 141 commits into from
Mar 21, 2018

Commits on Dec 24, 2017

  1. Configuration menu
    Copy the full SHA
    580fafd View commit details
    Browse the repository at this point in the history
  2. Bug fix

    cmroche committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    f2caf69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e99f0c View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. Generate market data for Kraken, also finally figured out how to get …

    …around asset prefix quirks from their API.
    cmroche committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    cf60c3b View commit details
    Browse the repository at this point in the history
  2. Removing darkpool entries

    cmroche committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    d386dcd View commit details
    Browse the repository at this point in the history
  3. Update documentation

    cmroche committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    1995833 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Configuration menu
    Copy the full SHA
    36840f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cccd33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    184a51c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    08afc88 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Configuration menu
    Copy the full SHA
    1be0227 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Configuration menu
    Copy the full SHA
    b0949e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Configuration menu
    Copy the full SHA
    5d65165 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    b61e4bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d79a1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4882c59 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Fixing bitfinex import

    cmroche committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    c54af15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277c7e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3bd6fe View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    df50774 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. update links to documentation

    askmike committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    ea11115 View commit details
    Browse the repository at this point in the history
  2. fix link to static assets

    askmike committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    c87b820 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b5ba93 View commit details
    Browse the repository at this point in the history
  4. add exchange simulator

    askmike committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    3df746b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0e30a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74ab11a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ecf144 View commit details
    Browse the repository at this point in the history
  8. add debug strategies

    askmike committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    056cc8a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Fix kraken minimum order quantities

    xteejx authored and askmike committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    d5897b4 View commit details
    Browse the repository at this point in the history
  2. Updated binance market data using script provided in PR#1550 by @cmroche

    M. Abdullah Onuş authored and askmike committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    3d3dcb7 View commit details
    Browse the repository at this point in the history
  3. Fixed the order of assets and pairs

    M. Abdullah Onuş authored and askmike committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    8396106 View commit details
    Browse the repository at this point in the history
  4. - Binance processes the manually canceled order as filled (fixed)

    M. Abdullah Onuş authored and askmike committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    c49bb55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5c6036 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    996afab View commit details
    Browse the repository at this point in the history
  2. Update binance markets

    cmroche committed Jan 18, 2018
    3 Configuration menu
    Copy the full SHA
    7d3acf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Fix response code 522

    Fixes response code 522 errors killing gekko instance. See Issue #1719
    xteejx authored and askmike committed Jan 19, 2018
    2 Configuration menu
    Copy the full SHA
    01d46fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da956f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Configuration menu
    Copy the full SHA
    1cced32 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1a1b1f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e416035 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. postgresql fixes

    handle.js
    - wrong syntax to address result count
    
    util.js
    - workaround for market with '-' in it
    
    writer.js
    - immediate push to db, so it can feed candle readers
    antoniridzki authored and askmike committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    cb6d17a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9213ed View commit details
    Browse the repository at this point in the history
  3. Updating Binance requirement to 1.3.0

    cmroche authored and askmike committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    4b552c5 View commit details
    Browse the repository at this point in the history
  4. Add time synchronization

    cmroche authored and askmike committed Jan 21, 2018
    2 Configuration menu
    Copy the full SHA
    a26506e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0df9295 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05ba414 View commit details
    Browse the repository at this point in the history
  7. Support configurable order update delays

    cmroche authored and askmike committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    0a29389 View commit details
    Browse the repository at this point in the history
  8. Fix bad variable reference

    cmroche authored and askmike committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    f5c7346 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    876c5f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecdcb70 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'origin/product_updates' of git://github.com/cmroche/gek…

    …ko into cmroche-origin/product_updates
    askmike committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    dbfda6f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ced592 View commit details
    Browse the repository at this point in the history
  13. remove outdated bin files

    askmike committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    b16eb60 View commit details
    Browse the repository at this point in the history
  14. gekko v0.5.13

    askmike committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    18a12db View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3 from askmike/cmroche-origin/product_updates

    minor file tweaks
    cmroche committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    04b74ea View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1550 from cmroche/origin/product_updates

    Use script to generate market data for binance, karken and bitfinex and exchange function for lot sizing
    askmike committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    c9ec544 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8bf4670 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    8c74a3b View commit details
    Browse the repository at this point in the history
  2. Bugfix JSON files for market data

    cmroche authored and askmike committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    08f09c6 View commit details
    Browse the repository at this point in the history
  3. Bug fix gdax, missing constant

    cmroche authored and askmike committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    68e1f87 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. minimal order values

    vivekmarakana authored and askmike committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    dcc5424 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    1e285ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42e173 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Updated commander from 2.9.0 to 2.13.0

    Marco Franssen authored and askmike committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    67e7747 View commit details
    Browse the repository at this point in the history
  2. Updated mocha from 2.5.3 to 5.0.0

    Marco Franssen authored and askmike committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    da0b576 View commit details
    Browse the repository at this point in the history
  3. Updated chai from 2.3.0 to 4.1.2

    Marco Franssen authored and askmike committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    4636893 View commit details
    Browse the repository at this point in the history
  4. Updated sinon from 1.17.7 to 4.2.0

    Marco Franssen authored and askmike committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    067c2de View commit details
    Browse the repository at this point in the history
  5. Updated moment from 2.19.3 to 2.20.1

    Marco Franssen authored and askmike committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    bf81f53 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Use declared var instead of undefined

    dmitriz authored and askmike committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    1479b13 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    d7f4b06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91a71fe View commit details
    Browse the repository at this point in the history
  3. Whitespace cleanup

    werkkrew authored and askmike committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    d059d29 View commit details
    Browse the repository at this point in the history
  4. Additional whitespace cleanup

    werkkrew authored and askmike committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    cb3fafe View commit details
    Browse the repository at this point in the history
  5. safely check for log prop

    askmike committed Jan 29, 2018
    2 Configuration menu
    Copy the full SHA
    70cbf1a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Update TSI.js

    Paulovms authored and askmike committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    509be21 View commit details
    Browse the repository at this point in the history
  2. Update varPPO.js

    Paulovms authored and askmike committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    5912ba6 View commit details
    Browse the repository at this point in the history
  3. Update TSI.js

    Paulovms authored and askmike committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c466614 View commit details
    Browse the repository at this point in the history
  4. Update varPPO.js

    Paulovms authored and askmike committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    bd5c155 View commit details
    Browse the repository at this point in the history
  5. Update recoverable errors

    Paulovms authored and askmike committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    d703a91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8dcff91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2b1129 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4259ec5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    892760c View commit details
    Browse the repository at this point in the history
  10. Whitespace cleanup

    werkkrew authored and askmike committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    5df0d9a View commit details
    Browse the repository at this point in the history
  11. Whitespace cleanup

    werkkrew authored and askmike committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    ec45059 View commit details
    Browse the repository at this point in the history
  12. Added return in callback

    werkkrew authored and askmike committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    528b35c View commit details
    Browse the repository at this point in the history
  13. more intuitive naming

    dmitriz authored and askmike committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    d0451b8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d31c0e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dd7a275 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Update startGekko.js

    Fix parenthesis.
    xteejx authored and askmike committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    eeddec2 View commit details
    Browse the repository at this point in the history
  2. Update talib.js

    add  Pattern Recognition
    wupeng1211 authored and askmike committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    7aaa8e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. base trading method update

    werkkrew authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    a359894 View commit details
    Browse the repository at this point in the history
  2. trading advisor update

    werkkrew authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    20df7c3 View commit details
    Browse the repository at this point in the history
  3. Comment and whitespace cleanup

    werkkrew authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    782bf9b View commit details
    Browse the repository at this point in the history
  4. removed out of scope change

    werkkrew authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    29666c1 View commit details
    Browse the repository at this point in the history
  5. Fix to date in emitted trades

    werkkrew authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    2a07c60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b80db75 View commit details
    Browse the repository at this point in the history
  7. Change the order of the subtract function params in the moment.js (#1583

    )
    
    * Fix typos in tradebot doc
    
    * Add back "By YOU" text.
    
    * Updated the moment.js subtract params from the deprecated versions
    cloggy45 authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    9115d54 View commit details
    Browse the repository at this point in the history
  8. Fix to Binance dates appearing incorrect in Roundtrip info

    Was trying to pass a millisecconds Unix timestamp with the moment.unix() function, when we just need to pass it straight in. This was causing dates in the Rountrips table to appear like 50046-01-30
    rkingy authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    425e66c View commit details
    Browse the repository at this point in the history
  9. Create a new DEMA indicator

    Fix issue #1812
    rkingy authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    76bb8bf View commit details
    Browse the repository at this point in the history
  10. Revert "Create a new DEMA indicator"

    This reverts commit fab67a5.
    rkingy authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    262d951 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0f94cb View commit details
    Browse the repository at this point in the history
  12. Fix Dema (#1822), fix #1812

    Fix DEMA
    Paulovms authored and askmike committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    09f96d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    3296885 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix to date in emitted trades", fix #1862

    This reverts commit 2a07c60.
    askmike committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    51c35e9 View commit details
    Browse the repository at this point in the history
  3. update dynamic market files

    askmike committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    a24be89 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    fe069c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Fixes issue 1786 (#1886)

    * Only round price to precision, not amount. That can round 0.05XBT to 0 and cause an error.
    Huvudfoting authored and askmike committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    b366e81 View commit details
    Browse the repository at this point in the history
  2. fix: URL in gekko.js comments

    sortegam authored and askmike committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    d953a37 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Fix Bitfinex CancelOrder

    Paulovms authored and askmike committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    df62ec0 View commit details
    Browse the repository at this point in the history
  2. Fix providesHistory property for Bitfinex

    cmroche authored and askmike committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    5e502a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    b5b3593 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Fix roundtrip calaculations

    cmroche authored and askmike committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    a4e5cd1 View commit details
    Browse the repository at this point in the history
  2. Missing 'args' definition in quadriga

    cmroche authored and askmike committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    907b8ac View commit details
    Browse the repository at this point in the history
  3. Missing 'args' definition in quadriga

    cmroche authored and askmike committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    24d50a5 View commit details
    Browse the repository at this point in the history
  4. Uppercase fix and getCapabilities fix

    cmroche authored and askmike committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    08ccac6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    145ce8a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Force reorder delay

    Paulovms authored and askmike committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    4f69a71 View commit details
    Browse the repository at this point in the history
  2. Return newly created indicator instance in addIndicator method (#1871)

    * return the indicator after adding it
    ansonphong authored and askmike committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    7dfdc99 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Improve Binance getTicker log entry (#1954)

    Resolves [#1953](#1953)
    difelice authored and askmike committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    669f4e2 View commit details
    Browse the repository at this point in the history
  2. Quadriga Quick Bugfix (#1948)

    * Quick bugfix, adding toLowerCase
    cmroche authored and askmike committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    f9a43dc View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Update minimal Order values Binance

    in Binance the minimal Order size for USDT is 10 not 1 (anymore) and for the others it is 0.01, 0.001 and 1
    DerBeweis authored and askmike committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    38f555a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Configuration menu
    Copy the full SHA
    7cf20f6 View commit details
    Browse the repository at this point in the history
  2. update package for bitcoin-id (#1945)

    * update package for bitcoin-id
    cloggy45 authored and askmike committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    c709a38 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    5faeab6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    557cb1b View commit details
    Browse the repository at this point in the history
  2. add binance ref link

    askmike committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    e7fd863 View commit details
    Browse the repository at this point in the history
  3. add cf ref link

    askmike committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    fab03c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Corrected some typos.

    codymikol authored and askmike committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    8e67f37 View commit details
    Browse the repository at this point in the history
  2. Fix precision for BTC pairs

    kevinmershon authored and askmike committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    23b72c7 View commit details
    Browse the repository at this point in the history
  3. telegrambot refactor

    new features:
    Supports multible subscribers cia /subscribe and /unsubscribe commands
    Suports custom /donate text
    AidasK authored and askmike committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    36f3612 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. add getting help page

    askmike committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    9dbc849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa52c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aeb24f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    429a732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d636e5a View commit details
    Browse the repository at this point in the history
  6. Update package.json

    jmcklondonuk authored and askmike committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    8381656 View commit details
    Browse the repository at this point in the history
  7. Update package.json

    jmcklondonuk authored and askmike committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    da7519c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Configuration menu
    Copy the full SHA
    accc406 View commit details
    Browse the repository at this point in the history
  2. update market files

    askmike committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    9e8de7f View commit details
    Browse the repository at this point in the history
  3. v0.5.14

    askmike committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    eedcd88 View commit details
    Browse the repository at this point in the history