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: gTile/gTile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: V67
Choose a base ref
...
head repository: gTile/gTile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V68
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 14, 2026

  1. Fix runtime error

    For an unknown reason, runtime instances of the TextButton class are
    unable to access private fields/methods. Dispite them working as
    expected, this commit resorts by exposing all class fields/methods
    to the outside.
    
    JS ERROR: TypeError: can't access private field or method: object is not the right class
      set active@file:///home/vsx/.local/share/gnome-shell/extensions/gTile@vibou/ui/overlay/TextButton.js:28:9
    schnz committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    25b27a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #450 from gTile/fix-runtime-err

    Fix runtime error
    schnz authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    c17af54 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. Configuration menu
    Copy the full SHA
    79401b3 View commit details
    Browse the repository at this point in the history
  2. Prepare release V68.

    schnz committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    ad4f0c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #458 from gTile/fix-maximize-target-monitor

    Fix auto-maximize placing window on wrong monitor
    schnz authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    7178e6f View commit details
    Browse the repository at this point in the history
Loading