Skip to content

Releases: Stateford/Display-Lock

2.0.0

22 Sep 21:54
1e1c1de
Compare
Choose a tag to compare

[2.0.0]

Fixed

  • Fixed an issue where the program wouls sometimes crash when reading / writing a file
  • Fixed an issue where minimizing the window would cause the dropdown list to become empty

Added

  • Tests for build
  • Added CI with appveyor
    • Checks builds and run tests
    • Automatically increments build / version number inside the application

Removed

  • Removed a thread made for constantly polling active windows
    • Open windows will now only be polled when the combo box is activated
    • This removes the need to check for the window string

Changed

  • Refactored program to fit better coding standards

1.0.9

15 May 23:41
a40432d
Compare
Choose a tag to compare

[1.0.9]

Fixed

  • Fixed a serious issue where exclusive fullscreen games were not shown
    • This was fixed by allowing windows with the windows style WS_POPUP

1.0.8 hotfix.1

04 May 19:43
9dff1be
Compare
Choose a tag to compare

[1.0.8] HOTFIX

Fixed

  • Fixed an issue where the program would fail to start on some systems.

1.0.8

22 Apr 20:30
3ad0c72
Compare
Choose a tag to compare

[1.0.8]

Fixed

  • Fixed an issue where borderless windows without fullscreen would cause the game to not work properly
    • This was caused by not resizing the window after removing the title bar

Removed

  • Removed recommendation to using only borderless window with fullscreen

1.0.7

19 Apr 03:21
8393487
Compare
Choose a tag to compare

[1.0.7]

Added

  • Added recommendation to using only borderless window with fullscreen

Fixed

  • Fixed an issue where background processes would appear in the selection box
  • Fixed an issue where display would not handle reading files properly
    • This caused the program to not open properly on occasion
    • This caused the program to not save settings on occasion

1.0.6

16 Apr 01:36
8fa21e9
Compare
Choose a tag to compare

[1.0.6]

Added

  • Added option to bring selected window to the foreground

Fixed

  • Fixed an issue where when Display Lock was closed before pressing stop, the window would not revert
  • Fixed an issue where the window that was locked being closed before pressing stop would not unlock menu items
  • Fixed an issue where the settings window would not close from the title bar
  • Fixed an issue where the program was not shutting down properly

1.0.5

14 Apr 04:39
c68df98
Compare
Choose a tag to compare

[1.0.5]

Added

  • Added option for borderless windowed mode
  • Added option for fullscreen mode

Fixed

  • Fixed issue where window could be resized when locked in the window
    • This could create an issue with programs running in elevated permissions

Removed

  • Removed the ability for display lock to select the itself

1.0.4

13 Apr 05:00
069af80
Compare
Choose a tag to compare

[1.0.4]

Added

  • Added Settings Menu
    • Option to toggle minimizing on start
  • Added Config File
    • Config File saves to appdata/roaming/DisplayLock/settings.DLOCK

1.0.3

09 Apr 02:44
94a6890
Compare
Choose a tag to compare

[1.0.3]

Added

  • Added meta tags for windows

Fixed

  • Fixed issue when the program closed before unlocking the cursor
  • Fixed issue where the program would not shut down properly

1.0.2

06 Apr 01:39
3f9732c
Compare
Choose a tag to compare
Merge pull request #9 from idietmoran/dev-win32

fixed cursor region locking