Releases: pelletiermaxime/MaxMiner
Releases · pelletiermaxime/MaxMiner
0.1.3
- Update to latest webpack 3
- Remove testing stuff for now. When I get to it I will research and add back only what I need.
- yarn upgrade babel-eslint babel-preset-env chalk copy-webpack-plugin css-loader quasar-framework systeminformation
- Upgrade eslint, electron-builder and ccxt
- Upgrade axios, vuex and vue-style-loader and cleanup more tests stuff
- Upgrade eslint stuff. Pretty much done with the easy stuff.
- And the two last. Quasar and webpack are ways too big for now.
0.1.2
- [Profits] Move default hash_rate from the currencies to the algos and fix empty value if there was no CMC value.
- [Profits] Fix logos by switching to cryptocompare API
- Add webpack graphql loader and commit the graphql schema to be able to import queries and to have autocomplete in vs code
- Put graphql queries in separate files
- Use graphql query to get currencies for profits. Finally will be able to edit currencies without a new release! :D
- Minor and security versions upgrades
- Upgrade to electron 2. Security fixes and updated node and v8 !
0.1.1
- [Pools] Play with using a Graphql SAAS, Scaphold, to put the pool list into an API to be able to change the pools without having to do a release every time
0.0.33
- [Currencies] Fix Desire balance
- [Currencies] Add Bulwark
- [Currencies] Add Magnet
- [Currencies] Add ENT, GBX, HBC and XYLO
- [Currencies] Add Aspectcoin and mark BCC as not mineable as its now POS
- [Currencies] Add Numus, Verge-X17 and Vsync
- [Currencies] Add SegWit2x and HBC CMC
- [Currencies] Add CRC, Pcoin, SPK and XSH (a bit broken tough)
- [Currencies] Fix NMS block reward and Pcoin block reward
- [Currencies] Numus is now on CMC
- [Currencies] Add Lizus and mark Numus as no more mineable
0.0.32
- [Algos] Add lyra2z
- [Currencies] Add ZCoin
- [Currencies] Add a few new neoscrypt/x11 coins
- More CNM limit fixes and some added info for btx, inn and tzc
0.0.31
- [Currencies] Add DSR and INN and use whattomine for Solaris now that it's updated for xevan
- [Currencies] Fix hshare explorer
0.0.30
- Upgrade dependencies. Now requires nodejs > 7.6
0.0.29
- [Portfolio] Use iquidus to get balance if defined
- [Profits] Use iquidus if we don't have the block reward from whattomine or the current diff from wtm or cryptoid. Fixes Solaris profits
- [Algos] Xevan is now gpu mineable
- [Pools] Add hashrefinery
- [Pools] Update YiiMP pool API url
- [Profits] Add yet another method to get difficulty, using a yiimp pool explorer [Currencies] Use the new magic yiimp explorer way to get diff for Interzone and Solaris
- [Currencies] Add LUXCoin now that it's in an exchange and on cmc
- [Profits] Add ability to hardcode block_reward and use it for LUX because their explorer seems to have problems
0.0.28
- Start upgrading deps to the latest from electron-vue. Babel and eslint to start.
- Yay, webpack 3 !
- Update to vue-loader 13 and fix requires to make it work
- [Profit] Add Interzone and MonaCoin
0.0.27
- [Portfolio] Use cryptoid API to get balance if available instead of using alternate explorer
- Update deps. Latest Quasar now works with latest Vue !