Skip to content

Releases: marc365/Windows-DesktopRecorder

Version 1.11

13 Jun 17:20

Choose a tag to compare

update for linux compatibility using wine
debugged on hardware that fails, sometimes the app was left corrupted or would crash exit when a failure happened
new hardware recovery mode, it will continue recording when the hardware becomes available again
new transparent button only mode
new alternative tiny view with the timer only available when window is resized smaller
the timer is now visually prioritized over the settings when the window shrinks
new right click menu on the big button with transparent window toggle, shrink window toggle and exit options
new opacity slider gadget
added registry settings for opacity and transparent
now swaps the help popup text for file name or stream location when the output has changed
fix -quit command line wasn't finalizing Form1 properly
added -exit command line option
updated SaveRegistry() positions to account for multiple entry points
removed some debug messages
stopped empty path not legal message from happening
minor refactoring and clean up

Version 1.10

22 Feb 13:45

Choose a tag to compare

bug fix, the ui would lock and the timer update would stop when left or right clicking the window drag bar, the audio would drop-out.
registry setting for update_frequency for the ui timer fps.
added tool tip roll-over descriptions for all the gadgets.
source code updated, added missing summary headers and tweaked some comments.

Version 1.9

16 Feb 18:30

Choose a tag to compare

larger button option when you scale the window
remote control via the command line
supported commandline options: -start -stop -quit -file <filename> -stream <url> -mode (0,1..
new registry settings: button start & stop text
new checkbox settings: always on top & start minimized
auto start
window position is saved
fixed intermittent flicker on the timer created on the last update
source code updates: free text moved to a new constants library, refactored and reorganized, removed unneeded classes from previous verions

Version 1.8

09 Feb 20:44

Choose a tag to compare

window is resizable, using table and flow layouts to extend the view
width and height settings are stored
the smallest size is smaller than the previous version, when the timer is hidden it will not update
timer font size increased
the timer reset now shows as 00:00:00.0000000
click timer to reset
corrected the timer resetting when it shouldn't when using Append recording
changed to light gray for the button and timer text
minor refactoring, reorganizing and cleaned up some comments, added more regions to the source code
checking for existence of libmp3lame.dll before unpacking, and added file system error handling during the process
removed unnecessary try catch around timer updates
added using reference to System.Drawing and updated calls
when clicking record and the location is empty it will now only show the file selector if in file mode
moved registry settings from Computer\HKEY_CURRENT_USER\DesktopRecorder to Computer\HKEY_CURRENT_USER\Software\DesktopRecorder, the old one needs deleting manually
fixed registry missing on first run bug and Overwrite is no longer the default file mode
overwrite confirmation removed from the file selector
added certificate validation with name error bypass dialog
added server header check for response/errors

Version 1.7

24 Jan 19:51

Choose a tag to compare

The audio engine has been reworked and better startup error checking was added.

Version 1.6

03 Sep 21:57
794abee

Choose a tag to compare

http streaming added with https and authentication support for Get, Post and Put verbs, this requires the server to accept a header without a Content Length
visual cleanup of window, borders, buttons, dropdowns and labels
windows registry closed after every use
recording timer added
dropdown mode option added for File or Stream output
removed Overwrite/Append requester
addition of Overwrite and Append checkboxs
modified the filename to incrementally add a number if the file exists, preserving the file extension
removed HH:MM:SS from the Date
view flip-flop when change between output modes, shows Date and Append for File and verb selection for Stream

Version 1.5

10 Dec 09:56

Choose a tag to compare

removed "File not specified" error message, replaced with a call to the file selector
removed repeated library load error message
added 320kbps mode for mp3
added continous record if you change the filename while recording it will continue recording starting a new file
fixed stuck processes when using exit before using stop
added an error message that reports the full error if the recording was stopped with an error - this is for further debugging if the audio is dropped due to driver output changes eg. headphones
created custom dialog for Overwrite Append Cancel
added Dated filename mode

Version 1.4

07 Jan 17:56

Choose a tag to compare

version1.4

version 1.4

Version 1.3

07 Jan 00:35

Choose a tag to compare

version1.3

version 1.3

Version 1.2

02 Jan 16:44

Choose a tag to compare

updated gui with icons and smaller window.

more cleanup.