Skip to content

Releases: SelectCode/Stand-Bye

Stand-Bye!

06 Aug 13:22
Compare
Choose a tag to compare

Changelog:

v0.7.0

  • Exception processes just use the process name and not the whole path
  • Added minimum of 15 sec for the waittime
  • Portable does not download the new installer anymore but refers to the website
  • Added one minute after wake up, where standby will not be activated
  • Fixed bug when two instances are launched (Windows reports an error)
  • The presentationmode message box has been disabled because of negative feedback

Stand-Bye!

29 Mar 20:05
Compare
Choose a tag to compare
Stand-Bye! Pre-release
Pre-release

Changelog:

v0.6.0

  • New GUI setup:
    • MetroTiles on Start
    • New metroTile that shows the standby activation status
    • New options:
      • Specify standby mode
      • Enable / Disable logging
      • Start standby at specified time
    • Added information
    • Updated "About Tab"
    • Deleted "onTop" Setting (not necessary)
  • Changed license to GNU GENERAL PUBLIC LICENSE Version 3
  • Fixed Bugs:
    • Fixed steadily increasing memory consumption
    • Fixed missing dlls in portable version (C++ Runtime is not longer required) (.NET Framework is still required)
  • Improved Code:
    • Reduced memory consumption (delayed loading of components) from 15-20MB to 5 MB
    • Reduced CPU consumption from 2-3% average to nearly 0%
    • Reduced size of executable
    • Fixed memory leaks
  • Small Changes:
    • Auto-Start activating on first launch
    • Now Removing Downloadfiles after installing
    • Re-structered code

Screenshots

Mainform

main

Thresholds

thresholds

Exception processes

processes

Advanced Settings

adv

About

about

Stand-Bye!

07 Mar 15:45
Compare
Choose a tag to compare
Stand-Bye! Pre-release
Pre-release

Changelog:

v0.5.7

  • Added compatibility for old settings
  • Fixed Multi-User Bug (StandBye has started standbye although multiple users are logged in)
  • Fixed settingsfile location on portable version
  • Added full Multi-Language Support
  • Added Language: Deutsch
  • Fixed Resouce-File locations
  • Reduced size of executable
  • Fixed message window buttons
  • Fixed Downloader and added support for different download links
  • Small GUI corrections
    • The new german interface
      settingsform
    • The new option to choose the language
      adv

in Progress:

  • Fixing Bugs
  • @vavido minimalistic design of the homepage
  • Fixing problems with multi-user systems

Stand-Bye!

29 Feb 17:56
Compare
Choose a tag to compare
Stand-Bye! Pre-release
Pre-release

Changelog:

v0.5.2

  • Added installer meta-data
  • Added single instance application support
  • Added cross instance messaging to open the SettingsForm when another instance is launched
  • Updated MetroForm and added features and tooltips
  • Extended Logsystem
  • Application temporary disables the windows standby while StandBye is running
  • Added Copyright notes in all files
  • Added option to disable messages from icon
  • Fixed Bugs:
    • Fixed too many IO operations of the settingsProvider

    • Fixed long loading time of SettingsForm

    • Fixed missing icons

    • Fixed too many instances of SystemAccess

    • Fixed RefreshTimer issue on SettingsForm

    • Fixed LogFiles Directory (IO AccessRights)

    • Fixed maxLength and Formatting of TextBoxes

    • Fixed presentation mode issue after messagebox

    • Fixed option to add processes twice

    • Fixed disposed error on closing SettingsForm

    • Fixed Downloading issue, if no internet connection is available

    • Fixed decimal separator in textboxes

      The new Layout of the Form
      settings

      The new advanced Settings
      advanced settings

in Progress:

  • Fixing Bugs
  • @vavido minimalistic design of the homepage
  • Fixing problems with multi-user systems
  • Designing software as a service

Version 0.4.3

21 Feb 14:51
Compare
Choose a tag to compare
Version 0.4.3 Pre-release
Pre-release

Changelog:

v0.4.3
+Added sound detection (audio peak measurement)
+Added Option to cancel shutdown while sound is playing
+Added debug window to show detailed information
+Implemented Log System
+Fixed some bugs
+Code improvements and code commenting
+Improved exception handling

New UI
New UI

Stand-Bye!

10 Feb 17:04
Compare
Choose a tag to compare
Stand-Bye! Pre-release
Pre-release

Changelog:

v0.3
+Added tooltip messages to system tray icon
+Leftclick on icon opens settingsform
+Some GUI updates
+Code improvements
+Better user experience

v0.2
+System-Usage monitoring
+Buffering Usage over 30 seconds
+Settings with current usage
+Multi-Threaded
+Wait-Time
+Exception processes from file / current running processes
+Autostart
+Presentationmode

v0.1
+Some tests
+first code