Skip to content

Releases: adamk33n3r/GoBorderless

v1.6.0-rc1

06 Mar 06:46

Choose a tag to compare

v1.6.0-rc1 Pre-release
Pre-release

What's Changed

  • Experimenting with a black overlay/underlay you can enable if you want to have a smaller window than your screen and black everything out.

Full Changelog: v1.5.0...v1.6.0-rc1

v1.5.0

05 Feb 01:55

Choose a tag to compare

feat: add auto-updating

Full Changelog: v1.4.1...v1.5.0

v1.4.1

26 Jan 05:35

Choose a tag to compare

NOTE: This will probably break existing configs that use the Exe Path Match Type since we are now storing the full path instead of just the exe name. For these, you will either need to recreate them, or you can manually edit the settings.json file to set the exePath values

fix: new method to get process name

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Jan 21:15

Choose a tag to compare

add checkbox for filtering borderless apps

Full Changelog: v1.3.1...v1.4.0

v1.3.1

21 Jun 03:01

Choose a tag to compare

feat: add button to open folder where settings file is

bump version

Merge pull request #5 from adamk33n3r/3-bug-new-windows-while-in-new-config-dialog-are-populated-in-dropdown-but-are-not-selectable

fix: app select on newly opened windows
fix: app select on newly opened windows

surprised there's not a "shadowed variable" warning...

Merge pull request #4 from adamk33n3r/2-bug-validation-not-working-correctly-on-edit

fix: correct edit validation
fix: correct edit validation

chore: update deps

Merge pull request #1 from adamk33n3r/dependabot/go_modules/go_modules-bbb8b02913

Bump golang.org/x/net from 0.35.0 to 0.38.0 in the go_modules group across 1 directory
Bump golang.org/x/net in the go_modules group across 1 directory

Bumps the go_modules group with 1 update in the / directory: golang.org/x/net.

Updates golang.org/x/net from 0.35.0 to 0.38.0


updated-dependencies:

  • dependency-name: golang.org/x/net
    dependency-version: 0.38.0
    dependency-type: indirect
    dependency-group: go_modules
    ...

Signed-off-by: dependabot[bot] support@github.com

What's Changed

  • Bump golang.org/x/net from 0.35.0 to 0.38.0 in the go_modules group across 1 directory by @dependabot in #1
  • fix: correct edit validation by @adamk33n3r in #4
  • fix: app select on newly opened windows by @adamk33n3r in #5

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

08 Jun 07:20

Choose a tag to compare

update workflow to use my fyne fork

add theme override

update icon and use fork to support ico files

update readme

Full Changelog: v1.2.2...v1.3.0

v1.2.2

06 Jun 06:21

Choose a tag to compare

update icon

prevent multi instance

should probably move to an ipc system so that i can un-tray the app and have more control over it

fix workflow changelog gen

was bash command, needs to run on pwsh

Full Changelog: v1.2.1...v1.2.2

v1.2.1

05 Jun 05:18

Choose a tag to compare

fix crash on defaults

Update enum windows to be more stable

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Jun 09:35

Choose a tag to compare

NOTE: this version has a crash if you try to edit defaults without first opening up the new/edit modal. Please use v1.2.1

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Jun 04:55

Choose a tag to compare

NOTE: This version contains a crash when applying/restoring a saved config while the app isn't running

Full Changelog: v1.0.0...v1.1.0