All Versions
43
Latest Version
Avg Release Cycle
29 days
Latest Release
894 days ago

Changelog History
Page 2

  • v1.6.0 Changes

    February 12, 2021

    ๐Ÿ›  Fixed

    • Coin chart lookup
    • Dynamic column widths

    โž• Added

    • ๐Ÿ”ง Configurable table columns
    • Basic price alerts
  • v1.5.5 Changes

    November 15, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ‘• 0acb49c Travis lint fix
    ๐Ÿ”€ 0859a6c Merge branch 'vuon9-feature/open-link-on-cmd-and-powershell'
    6485927 #66 Ability to open link in cmd and powershell
    ๐Ÿ”€ 49dc327 Merge branch 'vuongggggg-feature/sort-by-percentholdings-on-portfolio' into master
    b10e9bb Align percent holdings header
    3083dee added sort shortcut for [%]holdings on portfolio
    ๐Ÿ f32f46e Merge branch 'vuongggggg-fix/make-windows-builds-again' into master
    โšก๏ธ 1a4710d Update error message
    ๐Ÿ 890fbf2 Fixed #70 - windows can build again
    fa9274c Add currency conversion option to holdings command
    โšก๏ธ 2441a89 Update cache dir error message
    87d1116 Normalize cache dir path from config
    890e1c5 Store cache dir preference in config file and soft fail if cache dir error
    f82c113 Prefix version with label
    โšก๏ธ 34111fc Update Makefile

  • v1.5.4 Changes

    August 24, 2020

    ๐Ÿ”„ Changelog

    โšก๏ธ 52c4da8 Update CHANGELOG
    ๐Ÿšš 26956fc Move coins without rank to end of list. Fixes #59
    ๐Ÿณ 996d842 Dockerfile: Add colorschemes
    ๐Ÿ”€ ac84b77 Merge branch 'feature/ssh-flags' into master
    903227f Add colors-dir flag
    ๐Ÿ”€ 8e9ac85 Merge branch 'sboselli-patch-1' into master
    10c3f8d wip
    9576af6 Fix version Regex in Binary install script
    ๐ŸŒฒ c16fc03 Log error and exit with code if invalid command. Closes #60
    โšก๏ธ 19b3fc6 Update rpm spec

  • v1.5.3 Changes

    August 14, 2020

    ๐Ÿ”„ Changelog

    โšก๏ธ 98ebd33 Update CHANGELOG
    85ccd89 Fix int to string vet error
    โšก๏ธ cf8f5a8 Update .travis.yml
    โšก๏ธ 77fce2b Update copr spec
    โšก๏ธ f4417e5 Update CHANGELOG

  • v1.5.2 Changes

    August 13, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ”€ d9e1b88 Merge branch 'biehlerj-master'
    97a2f52 Use os.UserConfigDir() for preferred config directory
    ๐Ÿ”€ 32b0d06 Merge branch 'master' of https://github.com/biehlerj/cointop into biehlerj-master
    f56d0a6 Removing artifacts from tests to check what would happen if HOME and XDG_CONFIG_HOME are undefined
    261f893 Add command to read bitcoin dominance percentage
    8d3d026 go mod vendor
    d8f88d8 Add filter flags to holdings command
    fd87bb6 Add output format options for holdings command
    832284d Add sort options for holdings command
    ๐Ÿ“ฆ b7ede5a Remove runtime package and OS checks in favor UserConfigDir and UserHomeDir which are platform agnostic and add more robust tests
    b47b447 Add boolean to UserPrefferedHomeDir to help correctly build configuration file placement and account for users with XDG_CONFIG_HOME defined
    a7f1e12 go mod vendor
    3ee3358 Implement api interface for selective coin data
    ๐Ÿ–จ 97facbe Add command to print holdings
    โšก๏ธ 9d15e26 Update more info url
    42ac3f3 Add version and license info to help view
    4e6a471 Add per page flag
    bea2b12 Show currency symbols in convert menu
    d0fb190 Add additional page navigation shortcuts
    ๐Ÿ–จ 0fed4d5 Print version string with newline
    โšก๏ธ 71d09da Update RPM spec
    โšก๏ธ 6eff97f Update CHANGELOG

  • v1.5.1 Changes

    August 05, 2020

    ๐Ÿ”„ Changelog

    โšก๏ธ 6f40702 Update Dockerfile
    โšก๏ธ b761ac0 Update snapcraft.yml

  • v1.5.0 Changes

    August 05, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ— 523c430 Read version from runtime build info if available
    ๐Ÿš€ 1cd4c3c Add install script to download from binary release
    โšก๏ธ c0add90 Update CHANGELOG

  • v1.4.8 Changes

    August 03, 2020

    ๐Ÿ”„ Changelog

    d9ea155 Add no-cache option
    71a26ba Add cointop twitter link

  • v1.4.7 Changes

    August 02, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ 34adf8a Exclude windows build in server
    โšก๏ธ 5fdac27 Update README
    โšก๏ธ acb970b Update CHANGELOG
    3fc19ad Add host key flag to SSH server
    2fca6ee Fix config path not set
    1ee3814 Add cache directory option
    ca92601 Add silent option for SSH server executable
    52be62a Add comments
    ๐ŸŒฒ 2d54de7 Add option flag to silence log output
    e33854b Reset cache on SSH server connection
    โšก๏ธ 4f27d05 Update README
    6ba8477 Add SSH server
    3147bc1 Fix currency name
    ๐Ÿณ 89b10ab Add Dockerfile
    โšก๏ธ 643f7be Update rpm spec
    โšก๏ธ a201f3d Update snapcraft.yaml

  • v1.4.6 Changes

    May 23, 2020

    ๐Ÿ”„ Changelog

    โšก๏ธ aa8ddff Update CHANGELOG
    7ad3756 Disable hourly chart changes. Closes #52
    7459139 Increase decimal places for btc and eth conversions. Closes #51
    6fafc47 Increase max page results for coingecko. Closes #47
    ๐Ÿ”€ dbe32db Merge branch 'dolanor-master'
    โšก๏ธ 1c6722b Update default config filepath
    ๐Ÿ”€ 3fbe1ff Merge branch 'master' of https://github.com/dolanor/cointop into dolanor-master
    โšก๏ธ 631197e Update Makefile
    058e1b5 use standard config dir path
    โšก๏ธ 88be77e Update meta