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

fix(deps): update rust crate sysinfo to 0.32.0 #171

Closed
wants to merge 651 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    55e79bc View commit details
    Browse the repository at this point in the history
  2. build(deps): bump trim-newlines from 3.0.0 to 3.0.1

    Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
    - [Commits](https://github.com/sindresorhus/trim-newlines/commits)
    
    ---
    updated-dependencies:
    - dependency-name: trim-newlines
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    f231ad6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a849780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4049854 View commit details
    Browse the repository at this point in the history
  5. fix(whirl): logger definition

    `flexi_logger` version `0.18.0` broke a lot of stuff, this fixes those broken things.
    Fuwn committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    71125ca View commit details
    Browse the repository at this point in the history
  6. Merge pull request #43 from Whirlsplash/renovate/flexi_logger-0.x

    fix(deps): update rust crate flexi_logger to 0.18.0
    Fuwn authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    20157a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    279dea8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8a338e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a77ba8 View commit details
    Browse the repository at this point in the history
  10. docs(readme): extra doc info

    Fuwn committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    81d8662 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

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

Commits on Jun 14, 2021

  1. feat(cli): fine-grain control over which sub-servers are started

    Instead of being given the option to start all of the sub-servers (`whirl run` or `whirl run all`),
    you are now given the option to specify a selection of sub-servers by passing a comma-seperated list
    to the `run` sub-command (`whirl run distributor,hub`). Despite the changes, `whirl run` still
    starts all of the available sub-servers!
    Fuwn committed Jun 14, 2021
    1 Configuration menu
    Copy the full SHA
    27ec39f View commit details
    Browse the repository at this point in the history
  2. refactor(cli): clippy lints

    Fuwn committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b50ef82 View commit details
    Browse the repository at this point in the history
  3. style(global): fix license spec

    Fuwn committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    c35aed3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    3f29427 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from Whirlsplash/renovate/tokio-1.x

    fix(deps): update rust crate tokio to 1.6.2
    Fuwn authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    be5feaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5833afb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f208fe View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. style: fix license template reporting errors

    I guess at some point I accidentally inserted a newline to the end of the `.license_template` file,
    don't know how I didn't notice until now but this commit fixes the errors that rustfmt would report.
    Fuwn committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    07c7b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9b73b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from Whirlsplash/renovate/tokio-1.x

    fix(deps): update rust crate tokio to 1.7.0
    Fuwn authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    878fe71 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    87e88a4 View commit details
    Browse the repository at this point in the history
  5. revert: fix license template reporting errors

    Issue came back, reverted commit, issue is gone...
    Fuwn committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    fd5ca18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60d98ec View commit details
    Browse the repository at this point in the history
  7. feat(config): create version key

    At the moment, the `version` key is never accessed, but once Whirl's "`1.0`" release is out, the
    configuration schema will need to be standardized, the `version` key will regulate that and also
    ensure no one is left behind when updating.
    
    BREAKING CHANGE: `version` key is created
    Fuwn committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    99efedf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    4bf51fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from Whirlsplash/renovate/mimalloc-0.x

    fix(deps): update rust crate mimalloc to 0.1.26
    Fuwn authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    eb50728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    579ae59 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. style(compose): not much

    Fuwn authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    e802a58 View commit details
    Browse the repository at this point in the history
  2. fix(make): docker run commands

    Fuwn authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    c4f9933 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from Whirlsplash/renovate/tokio-1.x

    fix(deps): update rust crate tokio to 1.7.1
    Fuwn authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    53c8e86 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. feat(cli): generate sub-command

    The long awaited `generate` sub-command is finally here. You may now generate yourself a default
    configuration file by running `whirl config generate`!
    Fuwn committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    0082fd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

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

Commits on Jun 24, 2021

  1. ci(vagrant): setup (incomplete)

    Fuwn committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a2fa487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743bbb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

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

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    5c349dc View commit details
    Browse the repository at this point in the history
  2. refactor(whirl_server): implement Clone for PropertyList

    The following commits will require `PropertyList` to be cloneable, this enables that.
    Fuwn committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5a45e14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38dad45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c01f578 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51 from Whirlsplash/renovate/husky-7.x

    chore(deps): update dependency husky to v7
    Fuwn authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    980aab9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a44aaf4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #50 from Whirlsplash/renovate/sysinfo-0.x

    fix(deps): update rust crate sysinfo to 0.19.0
    Fuwn authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    80a511f View commit details
    Browse the repository at this point in the history
  8. refactor(whirl_api): use the existing System to grab uptime instead…

    … of constructing a new one
    Fuwn committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c799acd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    430e67d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63993df View commit details
    Browse the repository at this point in the history
  11. feat(whirl_server): drone development implementation

    This is not a complete implementation of the drone system of Worlds, not even close, but it is a
    good proof of concept that drones do work and how they work (arguable...).
    Fuwn committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c47d405 View commit details
    Browse the repository at this point in the history
  12. fix(readme): valgrind url

    Fuwn authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    33371b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    8f68f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5638c15 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Configuration menu
    Copy the full SHA
    4f1aef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ef9c8 View commit details
    Browse the repository at this point in the history
  3. build(nix): update deps

    Fuwn committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    4665250 View commit details
    Browse the repository at this point in the history
  4. fix(whirl_cli): method of comparing argument when evaluating logger s…

    …tyle
    
    This commit adds extra error checking to the logger style evaluator as previously, Whirl would panic
    if no arguments were passed via the command line because an expression within the evaluator would
    still do a comparison to the first index of the command line arguments.
    Fuwn committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    393f8d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a6dedd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f38b2c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03d1dc6 View commit details
    Browse the repository at this point in the history
  8. test(make): add checkall task which performs a suite of checks

    like `checkfc` but more!
    Fuwn committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    bcd8d31 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Configuration menu
    Copy the full SHA
    7fa6a4e View commit details
    Browse the repository at this point in the history
  2. feat(whirl_server): implement a demo of the REGOBJID and APPRACTR com…

    …mands
    
    The following demo creates an actor named "fuwn" upon login at GroundZero.
    Fuwn committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    a4e17b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca87817 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2c08b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. feat(whirl_api): /api/v1/worlds/vip endpoint

    An endpoint for checking if a given user has VIP status at the time of request. Example usage:
    https://api.whirlsplash.org/api/v1/worlds/vip?username=fuwn will return `false`.
    Fuwn committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    3e81c97 View commit details
    Browse the repository at this point in the history
  2. feat(whirl_api): /api/v1/worlds/info endpoint

    An endpoint for grabbing user profile information. Example usage:
    https://api.whirlsplash.org/api/v1/worlds/info?username=fuwn will return *a lot of information*.
    Fuwn committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    ad31efd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a963f2 View commit details
    Browse the repository at this point in the history
  4. refactor(whirl_api): /api/v1/worlds/info default to empty string inte…

    …ad of "null"
    
    When defaulting to "null", the API request would query for a user with the username "null", by
    querying for an empty string, no possible false information is provided.
    Fuwn committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    788fca0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f509f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    583604a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c807c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. 1 Configuration menu
    Copy the full SHA
    42a7606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7074b69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08b9fcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2f09b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    2917b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b513671 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

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

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    2df2e46 View commit details
    Browse the repository at this point in the history
  2. build(make): create kill task

    Given that Whirl sometimes fails to exit properly (which should be fixed soon...), this task is
    needed to kill all dangling Whirl processes.
    Fuwn committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    df65a71 View commit details
    Browse the repository at this point in the history
  3. fix(cli): proper ctrl+c handling

    Fuwn committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    29a1e67 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. build(nix): update deps

    Fuwn committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    696809a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. chore(git): nixfmt hook

    Fuwn committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    301671f View commit details
    Browse the repository at this point in the history
  2. style(nix): nixfmt

    Fuwn committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    d8f52cc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    55f68dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from Whirlsplash/renovate/tokio-1.x

    fix(deps): update rust crate tokio to 1.8.2
    Fuwn authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    5a5b13d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

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

Commits on Jul 24, 2021

  1. Configuration menu
    Copy the full SHA
    70847c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f504be View commit details
    Browse the repository at this point in the history
  3. fix(whirl_prompt): register single char input as null

    When entering inputs with a single character, the input would not
    register as a null command so no "command not found" error would be
    produced. Now it will produce the error.
    
    In the future, it would be smart to replace this mechanism with an
    iterator over a commands list.
    Fuwn committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    1fb96f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d51eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81ce6f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

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

Commits on Jul 27, 2021

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

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    7f3b533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    508cd62 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    3e8715f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from Whirlsplash/renovate/serde-1.x

    fix(deps): update rust crate serde to 1.0.127
    Fuwn authored Jul 31, 2021
    Configuration menu
    Copy the full SHA
    94dd501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09aab11 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #65 from Whirlsplash/renovate/serde_derive-1.x

    fix(deps): update rust crate serde_derive to 1.0.127
    Fuwn authored Jul 31, 2021
    Configuration menu
    Copy the full SHA
    2a4587c View commit details
    Browse the repository at this point in the history
  5. feat(whirl): platform specific signal handling

    I hadn't realised until now; the `signal-hook` crate doesn't
    function properly on Windows, for the time being; the functionality of
    this crate has been disabled on Windows.
    
    This change also adapts the signal handler to use the Tokio-specific
    `signal-hook` crate.
    Fuwn committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    7dbdb6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd3e2bc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

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

Commits on Aug 4, 2021

  1. refactor(whirl_api): migrate to Axum

    The Tokio group recently released a new web-framework called Axum, and being that almost every
    aspect of Whirl harnesses Tokio's pre-existing libraries; I think it's more fitting to migrate the
    web-server over to a Tokio-based one as well!
    Fuwn committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    66af66d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c3e7b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Merge pull request #66 from Whirlsplash/renovate/sysinfo-0.x

    fix(deps): update rust crate sysinfo to 0.20.0
    Fuwn authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    4aaa598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658a3ad View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    4ab2ec3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from Whirlsplash/renovate/axum-0.x

    fix(deps): update rust crate axum to 0.1.3
    mergify[bot] authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    d392ff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

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

Commits on Aug 13, 2021

  1. Merge pull request #69 from Whirlsplash/renovate/tokio-1.x

    fix(deps): update rust crate tokio to 1.10.0
    mergify[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    5474900 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

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

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    535325e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from Whirlsplash/renovate/serde-1.x

    fix(deps): update rust crate serde to 1.0.128
    mergify[bot] authored Aug 21, 2021
    Configuration menu
    Copy the full SHA
    996347d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1f5267 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71 from Whirlsplash/renovate/serde_derive-1.x

    fix(deps): update rust crate serde_derive to 1.0.128
    mergify[bot] authored Aug 21, 2021
    Configuration menu
    Copy the full SHA
    2a99ca7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    7e10460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e460ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from Whirlsplash/renovate/sysinfo-0.x

    fix(deps): update rust crate sysinfo to 0.20.1
    mergify[bot] authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    9885dd7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #74 from Whirlsplash/renovate/serde-1.x

    fix(deps): update rust crate serde to 1.0.129
    mergify[bot] authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3189957 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9e30df View commit details
    Browse the repository at this point in the history
  6. Merge pull request #75 from Whirlsplash/renovate/serde_derive-1.x

    fix(deps): update rust crate serde_derive to 1.0.129
    mergify[bot] authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    2ab5866 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    5919e2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from Whirlsplash/renovate/tokio-1.x

    fix(deps): update rust crate tokio to 1.10.1
    mergify[bot] authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    73804c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8995fe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    a259dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c2b00c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80 from Whirlsplash/renovate/bytes-1.x

    fix(deps): update rust crate bytes to 1.1.0
    mergify[bot] authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    f66bb19 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #78 from Whirlsplash/renovate/husky-7.x

    chore(deps): update dependency husky to v7.0.2
    mergify[bot] authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ac64499 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #77 from Whirlsplash/renovate/hyper-0.x

    fix(deps): update rust crate hyper to 0.14.12
    mergify[bot] authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    5496d60 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    2e2f661 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from Whirlsplash/renovate/flexi_logger-0.x

    fix(deps): update rust crate flexi_logger to 0.18.1
    mergify[bot] authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    a2f3338 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    2df18bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from Whirlsplash/renovate/serde_derive-1.x

    fix(deps): update rust crate serde_derive to 1.0.130
    mergify[bot] authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    9c46aff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8b698a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #82 from Whirlsplash/renovate/serde-1.x

    fix(deps): update rust crate serde to 1.0.130
    mergify[bot] authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    e0d03e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. feat(readme): add sub-moto

    Fuwn authored Aug 29, 2021
    Configuration menu
    Copy the full SHA
    054dedc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    98c51b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from Whirlsplash/renovate/signal-hook-0.x

    fix(deps): update rust crate signal-hook to 0.3.10
    mergify[bot] authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    a5519d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85 from Whirlsplash/renovate/structopt-0.x

    fix(deps): update rust crate structopt to 0.3.23
    mergify[bot] authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    244944d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #84 from Whirlsplash/renovate/sysinfo-0.x

    fix(deps): update rust crate sysinfo to 0.20.2
    mergify[bot] authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4526abe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fe78da View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Merge pull request #87 from Whirlsplash/renovate/tokio-1.x

    fix(deps): update rust crate tokio to 1.11.0
    Fuwn authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2f74d47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a215903 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    23dccf3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from Whirlsplash/renovate/tokio-util-0.x

    fix(deps): update rust crate tokio-util to 0.6.8
    mergify[bot] authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    70590e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

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

Commits on Sep 6, 2021

  1. Merge pull request #89 from Whirlsplash/renovate/sysinfo-0.x

    fix(deps): update rust crate sysinfo to 0.20.3
    mergify[bot] authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    d3a300a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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

Commits on Sep 11, 2021

  1. Merge pull request #90 from Whirlsplash/renovate/flexi_logger-0.x

    fix(deps): update rust crate flexi_logger to 0.19.3
    mergify[bot] authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    1ac1fe6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Sep 18, 2021

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

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    abb5c77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from Whirlsplash/renovate/diesel-1.x

    fix(deps): update rust crate diesel to 1.4.8
    mergify[bot] authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    969da85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #92 from Whirlsplash/renovate/flexi_logger-0.x

    fix(deps): update rust crate flexi_logger to 0.19.4
    mergify[bot] authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    43c95d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #91 from Whirlsplash/renovate/hyper-0.x

    fix(deps): update rust crate hyper to 0.14.13
    mergify[bot] authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    09e1e50 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

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

Commits on Sep 23, 2021

  1. Merge pull request #94 from Whirlsplash/renovate/tokio-1.x

    fix(deps): update rust crate tokio to 1.12.0
    mergify[bot] authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    392a2e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    a00ff53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c2657 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #95 from Whirlsplash/renovate/commitlint-monorepo

    chore(deps): update commitlint monorepo to v13.2.0
    mergify[bot] authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    df5fa6f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96 from Whirlsplash/renovate/sysinfo-0.x

    fix(deps): update rust crate sysinfo to 0.20.4
    mergify[bot] authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    c669aeb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

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

Commits on Oct 2, 2021

  1. Merge pull request #97 from Whirlsplash/renovate/curl-0.x

    fix(deps): update rust crate curl to 0.4.39
    mergify[bot] authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    130aa1a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    77d3582 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from Whirlsplash/renovate/commitlint-monorepo

    chore(deps): update dependency @commitlint/cli to v13.2.1
    mergify[bot] authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    22d6f97 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

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

Commits on Oct 14, 2021

  1. Merge pull request #100 from Whirlsplash/renovate/sysinfo-0.x

    fix(deps): update rust crate sysinfo to 0.20.5
    mergify[bot] authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    b4a1fbb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

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

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    0dc57fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from Whirlsplash/renovate/structopt-0.x

    fix(deps): update rust crate structopt to 0.3.25
    mergify[bot] authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    2a64ee7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #104 from Whirlsplash/renovate/flexi_logger-0.x

    fix(deps): update rust crate flexi_logger to 0.19.5
    mergify[bot] authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    0eabbe7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

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

Commits on Oct 22, 2021

  1. Merge pull request #105 from Whirlsplash/renovate/husky-7.x

    chore(deps): update dependency husky to v7.0.4
    mergify[bot] authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    c5e3f4d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    12a57d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a007d5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6944733 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11d8c88 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #108 from Whirlsplash/renovate/tokio-1.x

    fix(deps): update rust crate tokio to 1.13.0
    mergify[bot] authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    77546bf View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Merge pull request #109 from Whirlsplash/renovate/tokio-stream-0.x

    fix(deps): update rust crate tokio-stream to 0.1.8
    mergify[bot] authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    40606ea View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    6e65bf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc42225 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 10, 2021

  1. Merge pull request #112 from Whirlsplash/renovate/curl-0.x

    fix(deps): update rust crate curl to 0.4.40
    mergify[bot] authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    fe90c3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from Whirlsplash/renovate/major-commitlint-mo…

    …norepo
    
    chore(deps): update commitlint monorepo to v14 (major)
    mergify[bot] authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    87dc1eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #111 from Whirlsplash/renovate/flexi_logger-0.x

    fix(deps): update rust crate flexi_logger to 0.19.6
    mergify[bot] authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2f1c6da View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. fix(config): localhost ips

    Fuwn committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    721c3e7 View commit details
    Browse the repository at this point in the history
  2. fix: more localhost ips

    Fuwn committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    0ba42cc View commit details
    Browse the repository at this point in the history
  3. chore(fmt): auto-format

    Fuwn committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    9514260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae8f76e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

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

Commits on Jan 11, 2022

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

Commits on Jan 12, 2022

  1. Merge pull request #128 from Whirlsplash/renovate/major-commitlint-mo…

    …norepo
    
    chore(deps): update commitlint monorepo (major)
    mergify[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    3ed8e45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x

    fix(deps): update rust crate actix-web to 3.3.3
    mergify[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    eba043d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbd8702 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e85ffe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d21d83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2a2ae1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b24cf4c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #130 from Whirlsplash/renovate/curl-0.x

    fix(deps): update rust crate curl to 0.4.42
    mergify[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    7a0645d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #129 from Whirlsplash/renovate/async-trait-0.x

    fix(deps): update rust crate async-trait to 0.1.52
    mergify[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    ccf5d02 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #131 from Whirlsplash/renovate/serde-1.x

    fix(deps): update rust crate serde to 1.0.133
    mergify[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    cada7dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bdfa9e6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #132 from Whirlsplash/renovate/serde_derive-1.x

    fix(deps): update rust crate serde_derive to 1.0.133
    mergify[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    c74102a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #133 from Whirlsplash/renovate/signal-hook-0.x

    fix(deps): update rust crate signal-hook to 0.3.13
    mergify[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    7d92562 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #134 from Whirlsplash/renovate/flexi_logger-0.x

    fix(deps): update rust crate flexi_logger to 0.22.2
    mergify[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1e14032 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    bd5f569 View commit details
    Browse the repository at this point in the history
  2. chore: remove unused deps

    Fuwn committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    f564be9 View commit details
    Browse the repository at this point in the history
  3. fix: merge github updates

    Fuwn committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    50493ee View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

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

Commits on Jan 20, 2022

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

Commits on Jan 21, 2022

  1. Merge pull request #138 from Whirlsplash/renovate/commitlint-monorepo

    chore(deps): update dependency @commitlint/cli to v16.1.0
    mergify[bot] authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    6d34a22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b434c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Merge pull request #139 from Whirlsplash/renovate/serde-1.x

    fix(deps): update rust crate serde to 1.0.134
    mergify[bot] authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    60eb66e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d7fe73 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #140 from Whirlsplash/renovate/serde_derive-1.x

    fix(deps): update rust crate serde_derive to 1.0.135
    mergify[bot] authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    95430db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84f7bb3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #141 from Whirlsplash/renovate/serde-1.x

    fix(deps): update rust crate serde to 1.0.135
    mergify[bot] authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    60c4811 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Merge pull request #137 from Whirlsplash/renovate/structopt-0.x

    fix(deps): update rust crate structopt to 0.3.26
    mergify[bot] authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    4445148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf084f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

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

Commits on Feb 10, 2022

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

Commits on Feb 13, 2022

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

Commits on Feb 15, 2022

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

Commits on Feb 28, 2022

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

Commits on Mar 11, 2022

  1. Merge pull request #149 from Whirlsplash/renovate/commitlint-monorepo

    chore(deps): update commitlint monorepo to v16.2.1
    Fuwn authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    cc6a87e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #150 from Whirlsplash/renovate/mimalloc-0.x

    fix(deps): update rust crate mimalloc to 0.1.28
    mergify[bot] authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    a5e33cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #136 from Whirlsplash/renovate/sysinfo-0.x

    fix(deps): update rust crate sysinfo to 0.23.5
    mergify[bot] authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    de9e776 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #146 from Whirlsplash/renovate/flexi_logger-0.x

    fix(deps): update rust crate flexi_logger to 0.22.3
    mergify[bot] authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    1a2b9d8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #147 from Whirlsplash/renovate/hyper-0.x

    fix(deps): update rust crate hyper to 0.14.17
    mergify[bot] authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    c2f4965 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #143 from Whirlsplash/renovate/serde_derive-1.x

    fix(deps): update rust crate serde_derive to 1.0.136
    mergify[bot] authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    3691c73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d64c04 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #142 from Whirlsplash/renovate/serde-1.x

    fix(deps): update rust crate serde to 1.0.136
    mergify[bot] authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    7dc1260 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09a52b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

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

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    41d3e2b View commit details
    Browse the repository at this point in the history
  2. chore: remove unused

    Fuwn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d7f5ea0 View commit details
    Browse the repository at this point in the history
  3. ci(rust): update workflow rustc

    Fuwn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9be1c2c View commit details
    Browse the repository at this point in the history
  4. chore(rustfmt): add new rules

    Fuwn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7bd4a4e View commit details
    Browse the repository at this point in the history
  5. format: rustfmt with new rules

    Fuwn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d7cb346 View commit details
    Browse the repository at this point in the history
  6. refactor(crates): update idioms

    Fuwn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1a5f0a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    62d445e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d26a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef25705 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a78aa4 View commit details
    Browse the repository at this point in the history
  5. docs(readme): clean up

    Fuwn authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9e8c411 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    4b32d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbaf2eb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Oct 5, 2024

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