Addition.Core: Added forced CPU throttling - applying a hard limit to CPU cycles a process can consume. This feature is only for certain specialized uses, and should NOT be used to improve system responsiveness, ProBalance is for that. (x32 build only in first alpha) Addition.GUI: Added support for CPU throttling. Addition.GUI: Added ability to suspend and resume processes. Addition.GUI: The system tray icon now will gray out when the governor is inactive. Addition.GUI: Added thread count column. Addition.GUI: Added total page fault column. Addition.GUI: Added total page faults delta column. Addition.GUI: Added thread management tab (x32 only in this alpha). Addition.GUI: Added 'cancel' button to 'shutdown governor too' message box, allowing to abort the close of the GUI. Change.Installer: Added warning that non-English languages may not be current. Change.Core: More ProBalance tweaks. Change.GUI: Tweaks to process context submenu ordering (standardized). Change.GUI: The warning message when the governor isn't running will not be shown continuously, instead of intermittently. Change.Licensing: Reduce nag annoyance. Fix.TestLasso: Better command line argument handlng (fix for laziness in original code). Fix.TestLasso: Fix continuous mode, it wasn't actually consuming all available CPU cycles.
+ Mise en place d'un vrai systeme multi-utilisateur (pour le mode "non portable" uniquement) : Sur un meme ordinateur, plusieurs utilisateurs peuvent lancer une seule instance avec chacun leurs propres regles * Ameliorations dans la fenetre de Performances et Statistiques + Menu d'acces direct a l'application, aux regles et aux options * Correction de bugs graphiques sous Vista * L'icone de la fenetre est maintenant geree en fonction de l'etat de la fenetre : permet un meilleur acces visuel + Possibilite de trouver rapidement le processus qui consomme le plus de CPU + Nouvelle option de delai au demarrage de l'application : permet de mettre BPM en attente, avant d'appliquer les regles * Corrections des bugs de positionnement en mode "grande polices" * Amelioration de la fenetre de proprietes des processus + Possibilite de creer une regle directement + Possibilite de terminer le processus + Possibilite de rechercher les infos de ce processus sur Google + Indication de limitation automatique de la priorite du processus * Meilleure gestion des processus non gerables * Correction de bugs graphiques sur certaines icones * Amelioration du code gerant la recuperation de la vitesse du CPU, qui se fait maintenant dans un nouveau thread * Amelioration de la gestion du chargement des fenetres
[.1]Change.GUI: Minor string adjustments and menu order tweaks [.1]Change.GUI: Moved process context menu item 'restart' to 'other actions' menu, so it isn't confused as a way to resume suspended processes [.2]Fix.GUI: Fixed initial position of lower slider/resize bar on low resolution screens [.2]Fix.GUI: Fixed position limits of lower slider/resize bar, especially in Windows 2000
Fix.GUI: Fixed initial creation height of lower listview (log/threads) Change.GUI: Further adjusted system responsiveness calculation (increased granularity and sensitivity) Change.GUI: Decrease default width of process creation time column Change.TestLasso: Slight enhancements to CPU eating algorithm Change.Localization: Updated Traditional Chinese translation Removal.Installer: Removed revision history from installer
[.4]Fix.GUI: Fix issue where out-dated language warning 'do not show again' was not working [.4]Change.GUI: Allow graph to be made resized smaller [.4]Change.Localization: Updated Portuguese/Brazilian translation
Change.Localization: Updated and restored Russian translation Addition.GUI: Added single process context menu options to set default and current CPU affinity via dialog (instead of checked menu items) Fix.Installer: Fixed working directory of start menu shortcuts (fixes start/stop core engine via start menu)
Fix.Installer: Fix issue where x64 build availability message (shown when x32 build installed on x64) is shown twice in Vista+ UAC systems Change.GUI: Tweaks to single-select process context menu ordering Change.GUI: Reworded menu item 'Configure disagnated game processes ...' to 'Configure game processes ...'
Change.GUI: Improved message box appearance and functionality by updating to XMessageBox 1.10 (by Hans Dietrich) and migrating our customizations to his code Fix.GUI: Fixed missing MessageBox icons in x64 build
Addition.Core: Added the ability to automatically restart select processes if they terminate (keeps them running always) Addition.Core: Added facilitating UI code to 'keep running' processes (dialog, context menu, rule indication) Change.GUI: Improved message box appearance and functionality by updating to XMessageBox 1.10 (by Hans Dietrich) and migrating our customizations to his code Change.GUI: Changed 'Exit GUI on close' to 'close to system tray' (its more understanble inverse) Fix.GUI: Fixed missing MessageBox icons in x64 build Fix.GUI: Fix possible occaisional crash at startup Fix.GUI: Fix for a possible theoretical rare crash of the PL GUI during startup (system tray icon could disappear). It is unknown if this possible bug ever actually manifested in the real world
Fix.Core: Fix a theoretical rare hang or crash of the GUI and/or core engine when working with user-designated gaming mode processes. It is unknown if this ever actually occurred, but a fix was appropriate [backported from v3.61.5 beta]
Fix.GUI: Fixed system tray balloon text under Windows 2000, where the lower maximum text size caused truncation Change.GUI: Some grammatical adjustments (translations already updated in-house) Change.GUI: Added 'do not show again' checkbox to translation out of date warning shown for a couple languages Change.Localization: Updated Serbian translation Addition.Localization: Added Italian translation Addition.Installer: Added new graphical CPU Eater application (untranslated), used existing 'Run CPU Eater for 60 seconds' shortcut
[.2]Change.CPUEaterDemo: Added a vertical responsiveness graph and percentage calculation [.2]Change.CPUEaterDemo: Removed language selection when downloaded as stand-alone package until more languages are available [.2]Change.CPUEaterDemo: Continued tweaking for realism
[.2]Fix.Core: Adjusted CPU throttling code to better handle critical errors [.2]Fix.GUI: Fixed issue where throttling level may not have been indicated in rules column [.2]Addition.GUI: Added a '*' to process priorities to indicate whether or not Windows thread priority boosting is enabled for that process [.2]Addition.Installer: Added new graphical CPU Eater application (untranslated), launched by existing 'Run CPU Eater for 60 seconds' shortcut [.2]Change.Core: Change default ProBalance configuration so that it is better derived from the system hardware [.2]Change.GUI: Added multi-process selection context menu item to control Windows dynamic thread priority boosting [.2]Change.GUI: Renamed single process context menu item 'Priority Boost' to 'Windows dynamic thread priority boosts enabled' [.2]Change.GUI: Other minor code tweaks
Change.GUI: Made warnings about CPU Throttling more descriptive Fix.Core: Some of the tweaks to CPU Throttling code made in last minor update (v3.62.2) were reverted due to complications Fix.GUI: Fixed Italian update checker translation Change.CPUEater: Updated included CPU Eater demo app to latest build
Change.Core: Improvements to CPU Throttling (re: not ProBalance out-of-control process priority adjustment). These improvements should fix issues some had with throttling certain processes Change.Core: Other internal changes Fix.GUI: A couple misc fixes Fix.GUI: Some adjustments to new external process command line support that first appeared in v3.62 Change.Localization: Updated Serbian translation
[.4]Change.Localization: Updated Serbian translation [.4]Fix.GUI: Some adjustments to new external process command line support that first appeared in v3.62
Change.Core: Improvements to CPU Throttling (re: not ProBalance out-of-control process priority adjustment) Change.Core: Other internal changes Change.Core: Governor now accepts /ConfigFolder=xxx on the command line. Previously, regarding the configuration file, it only accepted /ConfigFile=xxx to indicate the full path and filename of the INI configuration file Change.Core: A command line provided argument now supercedes any global configuration and log path indicated by the registry Fix.Core: Fix to governor command line handling of /ConfigFile Fix.GUI: Some adjustments to new external process command line support that first appeared in v3.62 Fix.GUI: Fixed occaisional failure to correctly repaint the log/actions view Fix.Installer: Fixed command line specification of language in silent mode Change.Installer: Changed filename case of ProcessLassoSetup.exe Change.Localization: Updated Serbian translation
Change.GUI: Backported from beta - don't show 'buy now' button in XP and W2K, pending redraw of button Fix.GUI: Backported from beta - fixed lower (log) listview header disappearing briefly in XP Fix.GUI: Backported from beta - fixed log listview not using all available space (had too large of an edge buffer) Fix.Installer: Backported from beta - fixed /language=x command line parameter not working
Process Lasso 3.63.2 beta
Change.Core: Improvements to CPU Throttling (re: not ProBalance out-of-control process priority adjustment) Change.Core: Other internal changes Change.Core: Governor now accepts /ConfigFolder=xxx on the command line. Previously, regarding the configuration file, it only accepted /ConfigFile=xxx to indicate the full path and filename of the INI configuration file Change.Core: A command line provided argument now supercedes any global configuration and log path indicated by the registry Change.GUI: Use the system theme window background and text color for process list view (others we were already) Change.GUI: Backported from beta - don't show 'buy now' button in XP and W2K, pending redraw of button Fix.Core: Fix to governor command line handling of /ConfigFile Fix.GUI: Some adjustments to new external process command line support that first appeared in v3.62 Fix.GUI: Fixed lower (log) listview header disappearing briefly in XP Fix.GUI: Fixed a little wasted space below log list view Fix.Installer: Fixed /language=x command line parameter not working Change.Installer: Changed filename case of ProcessLassoSetup.exe Change.Localization: Updated Serbian translation
Change.Localization: Updated French translation and removed translation incomplete warning from installer Change.Localization: Updated Serbian translation Change.Updater: (select regional trial builds only) Replaced update check dialog with a simple message box Change.Core: Only show error about saving file a limited number of times Change.Core: Some minor maintenance Change.Core: Some minor compiler setting tweaks
Change.GUI: Improved look and feel of solicitation dialog Change.GUI: Changed buy now button Change.GUI: Reworded a few strings Fix.Installer: Fixed bug with customized auto-startup type for GUI Fix.GUI: Removed buried 'show balloons on action undone' option as it conflicted with simplified balloons on or off setting Fix.GUI: Fixed possible display error in per-process memory metrics over 2GB
Addition.Core: Now supports rules on specific service groups hosted by svchost.exe instances Addition.GUI: Shows distinctive group names for services hosted by svchost.exe instances Change.GUI: A few misc. code tweaks rewrites Change.Core: Switched to NT native session ID resolution Change.InstallHelper: Renamed start key registry value Change.All: All additions and changes from minor version updates to v3.64
Addition.Core: Now supports rules on specific service groups hosted by svchost.exe instances Addition.Core: Added new feature to prevent PC sleep when selected processes are running Addition.GUI: Shows distinctive group names for services hosted by svchost.exe instances Addition.GUI: Added private working set metric (hidden by default) Addition.GUI: Added new feature to prevent PC sleep when selected processes are running Change.GUI: Converted entire project to UNICODE (previously only portions were UNICODE) Change.GUI: A few misc. code tweaks and rewrites Change.Core: Switched to NT native session ID resolution Change.InstallHelper: Renamed start key registry value Change.All: Removed COM interface to process management engine (more optimal, less memory use, can run without install, and no interference from registry cleaners) Change.All: All additions and changes from minor version updates to v3.64
Bon, un petit etat des lieux, vu que ca fait un moment que je n’ai pas donne de nouvelles.
Depuis fin Septembre, j’ai fini de bosser sur la Beta 7, qui comporte toutes les nouvelles fonctions, et dont le developpement devait servir a regler les derniers problemes. Du coup, les fichiers sont partis vers certains traducteurs, et de mon cote, en cherchant a optimiser le programme, j’ai encore trouve quelques bugs (dont certains tres gros !)
Je suis en bonne voie vers la version ≪ RC1″, qui incopore deja une nouvelle traduction en … japonais Mais il faut vraiment que je me motive pour le fichier d’aide par contre …
Fix.GUI: Fixed overwritten log listview items when maximum listview size (100) is reached Addition.GUI: Added view option to toggle visibility of threads and modules tab Addition.GUI: Added new log menu item to jump to the backing log file in Explorer Addition.GUI: Added information about what forced mode is when the user enables it Change.GUI: A couple minor menu item text and ordering tweaks Change.GUI: Removed active power scheme and force mode settings from systray menu (too crowded) Change.GUI: Hide threads and modules tab by default Change.GUI: Prompt for optional restart of Process Lasso after startup configuration change Change.GUI: Improved efficiency when updating log listview, reducing CPU utilization Change.GUI: Improved appearance of new High Performance power scheme and Anti-Sleep dialogs Change.GUI: Removed runas dialog of high priviledge external tools for admin users of W2K and WXP (appeared in 3.70) Change.Core: Some minor tweaks to the code, none worth mentioning explicitly
Fix.Core: Fixed 'High Performance power scheme could not be resolved' for non-English systems Fix.GUI: Fixed minor quirk in the behavior of 'reset column layout and sizes' Fix.GUI: Fixed 'Private memory' in process tooltip was empty in Windows 2000 Change.GUI: Some more minor tweaks to menu ordering Change.Core: Some code optimizations to the primary thread Addition.GUI: Rewrote product update mechanism, simplifying it into a message box Addition.GUI: Added update check enabled setting that pertains to all users, replacing per-user setting
06/11/2009 - v3.4.0.0 Nouvelles fonctions + Nouveau systeme de "Regle par defaut", s'appliquant a tous les processus n'ayant aucune regle. Possibilite de gerer des exceptions + Prise en charge des CPU avec technologie Hyper Threading (HT) + Detection automatique + Affichage correct des CPU HT dans les informations d'affinite, dans les graphiques, et dans les regles + Gestion de la repartition automatique : CPU+HT peut etre considere comme un seul processeur + Possibilite de personnaliser les entetes de colonnes du dans la fenetre principale
+ Systeme de Recherche dans les processus et dans les regles + Possibilite de rechercher dans les regles par numero de cpu (CPU:xx) + Possibilite de mettre en pause/reprendre un processus + Compteurs de lancement de processus dans la fenetre de Perfs/Stats + Affichage du temps CPU dans la fenetre principale * Fenetre de proprietes : + Affichage de la date/heure de demarrage du processus + Affichage du temps CPU + Nouvelle option pour sauvegarder l'etat de la fenetre principale meme lorsqu'on est en mode "portable" + Securisation de l'enregistrement des fichiers utilises par BPM sur le disque dur (options.xml, running.txt, ProcessCount.txt, fichiers de log et de crash) + Ajout de la traduction en Japonais + Gestion lors de l'extinction du PC, ou de la fermeture de Session : BPM n'applique plus les regles avec actions speciales lorsque les processus se terminent
Corrections / ameliorations + Ajout de la traduction qui etait absente dans 2 menus de l'icone du systray * Suppression de l'effet de "flicker" lors du rafraichissement des listes (merci a Luis Lopes) * Gestion des nouvelles couleurs pour la liste des processus * Modification de la couleur de base pour les regles avec Actions speciales * La remise a zero des couleurs ne prennait pas en compte la couleur pour les regles ne comportant que des options * Correction des tabulations dans la fenetre principale et et dans la fenetre de gestion des regles * Correction des Stats pour la colonne "regles", qui prennait en compte toutes les regles, meme si elles ne modifiaient pas l'affinite * Securisation du chargement du config.xml, pour les fichiers encodes en ansi au lieu d'UTF-8 * Optimisations dans les comparaisons de chaines * Correction et amelioration du rafraichissement de la fenetre de Perfs/Stats lors d'un changement de taille sous Vista * Reorganisation du menu contextuel des processus (fenetre Principale) * Lorsqu'on clique sur l'icone du systray et qu'elle affiche l'utilisation CPU, alors on ouvre la Fenetre de Perfs au lieu de la fenetre principale * Correction d'un rare crash possible lors de la detection des processus "non gerables" * Mise a jour de plusieurs icones
* Modifications de presentation dans la fenetre d'options (correction de la taille et du positionnement de certains objets) * Corrections graphiques sur l'interface de plusieurs fenetres * Correction du titre de diverses infobulles lors de l'application de certaines regles * Gestion des regles : lorsqu'on supprime une regle du groupe racine, les boutons modif/supp sont correctement geres * Amelioration de la detection des instances multiples * Gestion des traductions : * certaines langues pouvaient parfois etre ajoutees en double * l'ajout de nouvelles traductions ne necessitera plus de mettre a jour l'exe pour fonctionner
基本的に「何かを見張る」と言うアプリはPCを激遅にするし、見張る数が多ければ多い程遅くなる 特にCPUの負荷を見たり計算しているソフトはその傾向が強い Process LassoやGhost Processのように何もかも見張るぐらいなら、オートギアでアプリの存在と優先度の確認だけを見ている方がずっと軽いよ
* Addition.GUI: Added new 'Active Processes' view with nifty bar graphs to depict per-process CPU utilization * Addition.Core: Added new 'very high' refresh speed * Change.GUI: Rewrite of processes listview update function. Negligible performance increase, but simplified code * Change.GUI: When per-process CPU utilization display turned off, tracking is also disabled * Change.GUI: Some optimization to per-process CPU utilization calculation code * Change.GUI: Tweaked ProBalance restraint highlight color * Change.Core: Improved handling of process creation logging * Change.Core: Improved response time during periods of frequent new process creation and destruction * Change.Core: Minor code tweaks
Change.Core: Server edition default ProBalance timings tweaked Change.InstallHelper: Service warning changed to be more clear Change.InstallHelper: Removed ProBalance settings defaults check on install of registered build Change.Licensing: Server edition timeout is now properly set at 30 days
Bill2's Process Manager 3.4.1.0 * Optimisation de l'utilisation de la memoire, correction de nombreuses fuites * Correction d'un bug : une confirmation etait demandee avant de quitter, meme si l'option etait decochee * Correction de la fenetre d'assistant de creation de nouvelle regle, qui ne se lancait plus (Suite a l'ajout du systeme de regle par defaut) * Correction d'un crash si on fermait le programme alors que la fenetre d'ajout d'exception etait ouverte * Correction d'un crash lorsque certaines icones de skins etaient absentes * Amelioration de la stabilite generale lors de la recuperation des statistques * Mise a jour de traductions : il manquait un menu complet en Italien et Japonais dans la fenetre de Perfs/Stats * Le fichier Updater.xml est maintenant gere dans le repertoire de l'executable * Installer mis a jour et corrige (v1.3)
Bill2's Process Manager 3.4.1.1 * Correction d'un crash lors du lancement : mauvaise detection de l'emplacement du fichier Updater.xml * Correction de crash lors de la fermeture du programme, avec des actions speciales de lancement automatique de processus * Correction d'un crash lors de la detection de la technologie HT
# [.7]Change.Core: Further improved ProBalance under certain specific conditions # [.8]Fix.GUI: Fixed badly formatted caption when using the DEL key to terminate processes [backport]
Process Lasso 3.79.9
# [.9]Fix.GUI: Fixed badly formatted caption when using the DEL key to terminate processes # [.9]Addition.GUI: Added easy button to toggle graph visibility # [.9]Change.GUI: Organized toggle of things to show on graph into new submenu # [.9]Change.GUI: Hide/show graph now preserves bottom pane position # [.9]Change.GUI: Buy now button position adjusted to compensate for new shortened tab controls # [.9]Change.GUI: Optimized GUI resizing and repainting code # [.9]Change.GUI: Force updater to always include betas if beta version installed # [.9]Change.GUI: Reposition update options in menu # [.9]Change.Core: Tweaks to gaming mode to solve conflicts with some games (more tweaks planned for 3.79.10) # [.9]Change.Licensing: Lowered maximum nag wait to 5 seconds
Bill2's Process Manager 3.4.1.2 * Correction des crashs lies a l'ajout de nouvelles regles * Amelioration de l'affichage et de la suppression d'elements dans les listes d'exceptions * Legere correction lors de la recherche dans la fenetre principale * Correction de la verification de nouvelle version * Correction de Typos * MAJ de l'installeur (prend correctement en charge la desinstallation de la version portable, lorsqu'on reinstalle une version normale) * MAJ du fichier Updater qui comportait certaines exceptions mal formees (presence d'un espace ...)
Change.Updater: Beta versions now always check for beta updates, regardless of user settings Fix.GUI: Graph slider will now function correctly when graph hidden (disallow resize) - applies to earlier betas only Change.InstallHelper: By default, the GUI now starts at login for all users, except for Server Edition Change.GUI: Removed gaming mode warning since its now more safe for general use than before
Change.GUI: Expand lower tab to window edge on registered build (where no 'Buy now' button exists) Addition.InstallHelper: Added tooltips for new Highest Rights startup sub-options Addition.GUI: Added working set size to 'Active processes' tab
Change.Core: Continued tweaks to gaming mode [beta2beta_improvement] Change.Core: Greatly improved response time of ProBalance restraint events, when compared to earlier betas in this series [beta2beta_improvement] Change.GUI: Further tweaks to default main window size and position [beta2beta_improvement] Addition.GUI: Added new log/actions context menu option to search for process name on the internet
Addition.GUI: Added menu option 'View / Reset window layout' to reset child window positions in the GUI Change.Localization: Updated Russian Change.Localization: Updated Japanesse (registered version only) Change.GUI: Changed position of Graph options in View menu Change.GUI: Renamed menu item 'Things to show on graph' Fix.GUI: Fixed theoretical race conditon that could cause invalid child window positions, resulting in a mostly blank window
Fix.Core: Fixed ProBalance issue when 'time before restraint' was manually tweaked to below 1/2 of refresh speed (new issue for v3.80 only) Change.GUI: Force pane realignments on resize Change.Installer: Always request language again, so people can more easily switch back to English if their selected language is not up to date Change.InstallHelper: If user hits 'NO' to highest rights confirmation prompt, then return back to dialog instead of continuing with Normal rights Change.InstallHelper: Reworded Highest rights warning (translations auto-updated) Addition.GUI: Added memory load to system tray tooltip Addition.GUI: Added most active process to system tray tooltip Addition.GUI: Added current power scheme to system tray tooltip (Vista+ only) Addition.GUI: Processes that have hard-coded exclusions from ProBalance are now indicated in the processes lists
Change.GUI: Customized pane positions are remembered once again Change.GUI: Main window resizing enhancements Change.GUI: Expanded 'hide graph' and 'buy now' buttons for several non-English languages Change.GUI: Allow expanded system tray tooltip in Japanese Change.InstallHelper: Expanded new controls on second dialog for some languages (i.e. French) Change.Core: Further lowered the priority of the the worker thread that writes out queued log events, as a theoretical enhancement with no known real-world implications since the log I/O overhead is already so negligible Change.Licensing: Reduced announce of nag shown to long-time users of the free build
v3.4.1.3 - 02/05/2010 + Add russian translation * Fix rule management: checkbox "Use full path" was not correctly handled when opening rule window * Fix rares crashes on perfs graphics initialisation * Fix many possibles crashes (when accessing Stats, when killing specific processes, ...) * Better statistic refresh when window have been minimized * When selecting many processes to kill, some of them weren't killed when an unmanageable process was in the selection * Systay icon must nust disapear without reason * Changes in perf graphics management, for better synchronization * Fix flags
# [.5]Fix.Tools: Fixed x64 build problem with 'Options / Advanced Tools / Reconfigure Vista Multimedia Scheduler' (appeared in v3.80) # [.5]Change.GUI: Updated Russian and Traditional Chinese
ttp://www.bill2-software.com/processmanager/exe/BPM-Portable.zip Historique des changements - Version 3.4.x + Nouveaute * Correction/amelioration - Suppression
31/03/2010 - v3.4.2.0 + Option de regle pour ne pas lancer les programmes si une instance existe deja (actions speciales) * MAJ fichier d'aide et lien avec l'application (options de regles) * Correction de la fenetre de Perfs/Stats qui n'affichait pas correctement les graphiques lorsque la fenetre demarrait en mode minimise * Correction d'un crash dans la fenetre de Perfs/Stats lors d'un changement de skin * Correction d'un crash possible lors de l'annulation des threads de lancements de programmes * Modification de la fenetre d'assistant de creation de regle qui etait toujours au premier plan, et pouvais poser probleme * Ameliorations lors du changement de langue
v3.4.2.0 - 03/31/2010 + rule option for not launching programs if an other instance is already running (Special actions) * French help file updated and linked to BPM * Fix Perfs/Stats Window not displaying graphics correctly when window starts in minimized mode * Fix crash in Perfs/Stats windows when switching skins * Fix possible crash when aborting launching threads * Modify Rule Wizard Window: problem with "on top" setting always turned on * Impoved language switching
Change.GUI: Active Processes fills instantly when it is switched to Change.GUI: Reduced CPU utilization when minimized to system tray while using the Active Processes tab Addition.GUI: Added menu items for the two new refresh intervals Addition.GUI: Show Vista+ UAC Shield icon on menu items that require user elevation Addition.Core: Added two new refresh intervals (5 seconds and 10 seconds) Addition.InstallHelper: Added selection of date/time format used throughout product (Euro, US, or Asian) Fix.GUI: Fixed double click on process in Active Processes tab whose existance may not have been recorded in the All Processes tab because that tab hadn't been visible since the process creation (double click did nothing instead of go to that process) Fix.GUI: Fixed a redundant handle close in Active Processes tab that could theoretically cause complications Fix.GUI: Fixed new updater was not always returning beta versions when configured to do so Fix.Docs: Fixed an external link in FAQ about differences between Free an Pro builds Change.Licensing: Don't show non-timer random rare nag unless product has been installed a while Change.Licensing: Reduce nag timer maximum delay again Removal.GUI: Removed most active process from system tray tooltip. The overhead in tracking this even when the GUI is minimized is just not worth it at this time.
Change.GUI: Changed Asian date format to YYYY-MM-DD Change.GUI: Updated Russian translation Fix.GUI: Fixed sort issue with All Processes tab (not resorting on update, appeared in v3.84)
Change.GUI: Changed Asian date format to YYYY-MM-DD Change.GUI: Updated Russian translation Fix.GUI: Fixed sort issue with All Processes tab (not resorting on update, appeared in v3.84) Fix.GUI: Fixed case where user has more than 5 power schemes, which could result in menu item conflicts and unexpected behavior (i.e. switching power schemes when you select to configure anti-sleep processes)
Process Lasso 3.84.1 だと思ってダウンロードしたら中身は 3.84.2 だった。
Post-release minor updates: [.1]Change.GUI: Changed Asian date format to YYYY-MM-DD [.1]Change.GUI: Updated Russian translation [.1]Fix.GUI: Fixed sort issue with All Processes tab (not resorting on update, appeared in v3.84) [.1]Fix.GUI: Fixed case where user has more than 5 power schemes, which could result in menu item conflicts and unexpected behavior (i.e. switching power schemes when you select to configure anti-sleep processes) [.2]Addition.TestLasso: Added version resource [.2]Change.GUI: Update process CPU usage graphs (progress bars) immediately after sort of Active Processes tab
Post-release minor updates: [.1]Change.GUI: Changed Asian date format to YYYY-MM-DD [.1]Change.GUI: Updated Russian translation [.1]Fix.GUI: Fixed sort issue with All Processes tab (not resorting on update, appeared in v3.84) [.2]Fix.GUI: Fixed case where user has more than 5 power schemes, which could result in menu item conflicts and unexpected behavior (i.e. switching power schemes when you select to configure anti-sleep processes) [.2]Change.GUI: Refresh process CPU usage graphs (progress bars) immediately after user changes the sort column and/or order in the Active Processes tab [.2]Addition.TestLasso: Added version resource
Change.GUI: Default date/time format expanded to more Euro languages Change.GUI: Update check setting now defaults to FALSE if the registry value is deleted (i.e. by a registry cleaner) Change.GUI: Update of French, Russian, and Japanese Change.Docs: Reduced size of the docs by 80k via optimizing embedded PNG images (the docs make up 1MB of the 1.5MB installer) Addition.Docs: Minor textual additions and adjustments, nothing important
Addition.Core: Added feature to disable ProBalance after system has been idle X time (immediately re-enabling when user activity begins again) Addition.GUI: Added ProBalanace options to turn off ProBalance if system is idle for X time Addition.CPUEater: Added new affinity selection, to test CPU Eater or specific CPUs Addition.CPUEater: Added new total threads selection Change.CPUEater: Re-arranged dialog Change.CPUEater: Allow specification of maximum threads and CPU affinity Change.CPUEater: Tweaks to default aggressiveness (was unnecessarily aggressive on single CPU systems) Addition.GUI: Added an exception handler to allow users the option to continue or restart Process Lasso after an exception (in some locations) Change.GUI: Remove UAC shield from 'manage processes of all users', as it hid check state Change.GUI: Removed PL logo from ProBalance settings to make room for new options Change.All: Experimental compiler configuration changes Addition.GUI: Added greeting message the first time you 'close' the GUI to the system tray, informing that the GUI is down there sleeping Update.Installer: Updated to NSIS 2.46 unicode