Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: show stats for followed players with --stats #44

Merged
merged 19 commits into from Oct 27, 2023

Commits on Oct 20, 2023

  1. Write release notes

    Hamatti committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e321895 View commit details
    Browse the repository at this point in the history
  2. Write documentation

    Hamatti committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7e7749c View commit details
    Browse the repository at this point in the history
  3. First functioning version

    Hamatti committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8b506b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b313396 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c09c542 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9445510 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3854335 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9b4d16 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Update version

    Hamatti committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b4fec7a View commit details
    Browse the repository at this point in the history
  2. Refactor arguments into Options struct

    Now that the program starts to have more configuration settings,
    it's a good time to create an Options struct and pass that along
    down the line so I don't need to pass multiple arguments and
    the future development of adding new configurations will become
    way nicer.
    Hamatti committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    ac29537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3643751 View commit details
    Browse the repository at this point in the history
  4. Make count_stats return a HashMap instead of modifying one

    There's no reason to create the stats HashMap in print_stats anymore
    but rather create it in count_stats and return from there.
    Hamatti committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c38b80a View commit details
    Browse the repository at this point in the history
  5. Refactor message crafting to separate function and add tests

    Separating message crafting from printing makes it possible to be
    unit tested.
    
    Wrote those tests too.
    Hamatti committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    981237a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    4237209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf595a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da2921a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbc319a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6113c62 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Add --stats to readme

    Hamatti committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1f15220 View commit details
    Browse the repository at this point in the history