Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: neet/masto.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.0
Choose a base ref
...
head repository: neet/masto.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 20, 2023

  1. feat: Support duration parameter for account muting

    The `duration` parameter was added in v3.3.0, which takes the number of seconds to mute, instead of muting the account forever.
    
    ref. accounts API methods - Mastodon documentation - https://docs.joinmastodon.org/methods/accounts/#mute
    shuuji3 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a09f1a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6a938 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #986 from shuuji3/feat/support-mute-duration

    feat: Support duration parameter for account muting
    neet authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6a725f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore(release): 6.3.0 [skip ci]

    ## [6.3.0](v6.2.0...v6.3.0) (2023-09-21)
    
    ### Features
    
    * Support `duration` parameter for account muting ([a09f1a5](a09f1a5))
    semantic-release-bot committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cbda025 View commit details
    Browse the repository at this point in the history
Loading