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

feat: add Telegram protocol #132

Open
wants to merge 122 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2023

  1. feat: add python-telegram-bot package

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    3f42317 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    4d969b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b74fa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a295c89 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. feat(telegram): basic element support

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fc25e11 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. fix(telegram): add configure

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    6bb6577 View commit details
    Browse the repository at this point in the history
  2. chore(telegram): move auth into preparing

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    7f24879 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

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

Commits on Sep 15, 2023

  1. fix(telegram): fix typing import

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f0d2c2b View commit details
    Browse the repository at this point in the history
  2. feat(telegram): impl MessageSent

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e46ad02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28773e3 View commit details
    Browse the repository at this point in the history
  4. chore(telegram): change pkg deps version

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9f40903 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Oct 29, 2023

  1. Merge remote-tracking branch 'upstream/master' into telegram

    # Conflicts:
    #	pdm.lock
    #	pyproject.toml
    nullqwertyuiop committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    d553730 View commit details
    Browse the repository at this point in the history
  2. feat(standard/telegram): add medium elements

    WIP
    
    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    433b7ae View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. feat(standard/telegram): add more file elements

    WIP
    
    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7102912 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. feat(standard/telegram): add more file elements & cleanup

    WIP
    
    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a8286f7 View commit details
    Browse the repository at this point in the history
  2. feat(standard/telegram): move .elements.poll to .poll

    WIP
    
    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ed71013 View commit details
    Browse the repository at this point in the history
  3. feat(standard/telegram): add events

    WIP
    
    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    94ef0ab View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. feat(standard/telegram): update FileObject(s)

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9a63a71 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. feat(telegram): ryanvk 1.2

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    ff9ce35 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. feat(standard/telegram): cleanup

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    965e8d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    6bd25dc View commit details
    Browse the repository at this point in the history
  2. chore: lock deps

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f8fde29 View commit details
    Browse the repository at this point in the history
  3. feat(telegram): dispatch events

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    efe8e04 View commit details
    Browse the repository at this point in the history
  4. feat(telegram): support reformatting fragments

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    29f52bf View commit details
    Browse the repository at this point in the history
  5. feat(telegram): impl reformat & cleanup

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    14cdda8 View commit details
    Browse the repository at this point in the history
  6. feat(standard/telegram): typo

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3a8a38a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. feat(telegram): placeholder for fragments

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5a04dce View commit details
    Browse the repository at this point in the history
  2. feat(telegram): compose media group

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    fbd1428 View commit details
    Browse the repository at this point in the history
  3. feat(telegram): impl serialize

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9ecd803 View commit details
    Browse the repository at this point in the history
  4. feat(telegram): impl message.super_group

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9a06282 View commit details
    Browse the repository at this point in the history
  5. feat(telegram): event_record

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    30f93dd View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. feat(telegram): parse incoming media_group

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3822763 View commit details
    Browse the repository at this point in the history
  2. fix(telegram): limit outgoing media group size

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2f36bb7 View commit details
    Browse the repository at this point in the history
  3. feat(telegram): add placeholder for events

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d334607 View commit details
    Browse the repository at this point in the history
  4. feat(telegram): support super_group thread

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9e66fd8 View commit details
    Browse the repository at this point in the history
  5. feat(telegram): support sending to thread

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b1fd734 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    c0a0995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f92b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c731aa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a12192 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

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

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    4c799ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85dfe11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5441bf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f1f7c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5382b9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98bd83d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    90db10a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe7064 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcee347 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61d3384 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a131150 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4d9907 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75794de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cce5358 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c00b90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89db650 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    66a2625 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e1d4eae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7a4565c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    28af7ff View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    4f1f0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5242037 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b936b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    eb6fd9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7fc37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d92ccde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85c8734 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    187cea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb3b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    898447d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1dcc0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5c1ceb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1690a0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    447477b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64eeb57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a12adcb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Feb 3, 2024

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

Commits on Feb 7, 2024

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

Commits on Feb 10, 2024

  1. feat(standard/telegram): add webhook to MeCapability

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    39a2ff8 View commit details
    Browse the repository at this point in the history
  2. chore(standard/telegram): rename to PreferenceCapability

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e05bd01 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. feat(telegram): recovered files

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    615d81c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into telegram

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a8fe434 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. feat(telegram): impl CoreCapability.get_context

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    309b243 View commit details
    Browse the repository at this point in the history
  2. feat(telegram): impl MessageRevoke.revoke

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f9f300d View commit details
    Browse the repository at this point in the history
  3. chore(telegram): make pyright satisfied

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e7dc7dc View commit details
    Browse the repository at this point in the history
  4. feat(telegram): use deleteMessages instead of deleteMessage

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4154650 View commit details
    Browse the repository at this point in the history
  5. feat(telegram): impl MessageEdit.edit

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ee26e05 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. feat(telegram): support pulling Avatar

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e9a7454 View commit details
    Browse the repository at this point in the history
  2. feat(standard/telegram): update events

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fc179d7 View commit details
    Browse the repository at this point in the history
  3. feat(telegram): impl new_chat_members

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f226da2 View commit details
    Browse the repository at this point in the history
  4. feat(telegram): impl left_chat_member

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    78d2633 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5f484e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76ac569 View commit details
    Browse the repository at this point in the history
  7. feat(telegram): impl message_auto_delete_timer_changed

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5882b6d View commit details
    Browse the repository at this point in the history
  8. feat(standard/telegram): remove redundant target selector

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c016928 View commit details
    Browse the repository at this point in the history
  9. feat(telegram): impl video_chat_*

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    176adb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    5b44cc6 View commit details
    Browse the repository at this point in the history
  2. chore(telegram): update license -> MIT

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9483024 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. bug(telegram): fix context selft

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b737462 View commit details
    Browse the repository at this point in the history
  2. feat(telegram): post MessageEdited event

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    862b857 View commit details
    Browse the repository at this point in the history
  3. feat(telegram): post MessageRevoked event

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    35e7ac8 View commit details
    Browse the repository at this point in the history
  4. feat(standard/telegram): merge forum into chat

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0b1df6e View commit details
    Browse the repository at this point in the history
  5. feat(telegram): impl ChatCapability

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6155454 View commit details
    Browse the repository at this point in the history
  6. feat(telegram): impl send_chat_action

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1a7cad0 View commit details
    Browse the repository at this point in the history
  7. feat(telegram): impl leave_chat ban_member

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d79986e View commit details
    Browse the repository at this point in the history
  8. feat(telegram): impl reaction

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fa0d9be View commit details
    Browse the repository at this point in the history
  9. bug(telegram): fix webhook cert

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4ae0065 View commit details
    Browse the repository at this point in the history
  10. impl(telegram): impl mute unmute

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    da7e843 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. bug(telegram): fix parsing error

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5e06e39 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    c949873 View commit details
    Browse the repository at this point in the history
  2. bug(telegram): fix entities parsing

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f49d342 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Oct 31, 2024

  1. bug: fix entity length computation

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0095d43 View commit details
    Browse the repository at this point in the history
  2. bug: fix entity parsing

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5c6d07a View commit details
    Browse the repository at this point in the history
  3. bug: fix entity offset

    Signed-off-by: nullqwertyuiop <[email protected]>
    nullqwertyuiop committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    80064e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

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