Releases: adamk33n3r/GoBorderless
v1.6.0-rc1
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
feat: add auto-updating
Full Changelog: v1.4.1...v1.5.0
v1.4.1
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
add checkbox for filtering borderless apps
Full Changelog: v1.3.1...v1.4.0
v1.3.1
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
- @dependabot made their first contribution in #1
- @adamk33n3r made their first contribution in #4
Full Changelog: v1.3.0...v1.3.1
v1.3.0
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
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
v1.2.0
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
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