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

updated to Gnome 47.1 (Fedora 41) #77

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

Commits on Nov 22, 2023

  1. Switch to the new ESM import

    Still missing some imports line "bytearray" and "mainloop" and
    "lang" which will need thinking about.
    The extension dosn't work yet.
    Benjamin Kahn committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6bc7f82 View commit details
    Browse the repository at this point in the history
  2. Replace ByteArray with TextDecoder; fix import of St.IconTheme

    Thanks to @justperfection:gnome.org in Matrix #extensions:gnome.org
    for the TextDecoder solution.
    
    The IconTheme solution was mine, so it's likely missing something
    Benjamin Kahn committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    eab7b7d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. changed to ES6, work done by didierm

    * (sciancio#73 (comment))
    * Small update by Benjamin Kahn <xkahn@zoned.net>
    pieska authored and Benjamin Kahn committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    3808544 View commit details
    Browse the repository at this point in the history
  2. Fix sciancio#51

    Fixed .ssh/config parsing but replaces it by a simpler algorithm, ignoring HostName, User, Port (and IdentityFile, which is already ignored)
    gerdriesselmann authored and Benjamin Kahn committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e0d108c View commit details
    Browse the repository at this point in the history
  3. fixes for Fedora 32+ (see sciancio#69)

    pieska authored and Benjamin Kahn committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    f3405e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Make ConnectionManager work in GNOME 45

    Basic hack and slash approach to getting this to work.
    Benjamin Kahn committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ba6c5c4 View commit details
    Browse the repository at this point in the history
  2. Update README.md to GNOME 45

    xkahn authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    cd473a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Change global.logError to console.error

    Benjamin Kahn committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1c0729f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    14792ce View commit details
    Browse the repository at this point in the history
  2. unreachable code removed

    pieska committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f25124c View commit details
    Browse the repository at this point in the history
  3. test statement added

    pieska committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ca77e74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b76d7ad View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

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