topmostfriend-website/public/index_old.php
2023-11-19 16:57:31 +00:00

57 lines
3 KiB
PHP

<!doctype html>
<title>Top Most Friend</title>
<img src="site-head.png" alt="Top Most Friend" style="margin-bottom: 2px;"/><br/>
<a href="./">Home</a> -
<a href="//github.com/flashwave/topmostfriend">Source</a>
<hr/>
<p>Top Most Friend is the next instalment in the friend family of utilities. This friend runs in your system notification area and allows you to force any visible window of any process to always be on top with a simple right click menu or the press of a hotkey.</p>
<p><a href="./TopMostFriend.exe">Download for .NET Framework 4.0</a> (this is <b>not</b> a permalink, SHA256: <code><?=hash_file('sha256', 'TopMostFriend.exe');?></code>)</p>
<hr/>
<h2>Changelog</h2>
<h3>v1.5.1 &mdash; 2021-02-04</h3>
<p>
<code>[*]</code> Fixed massive oversight.
</p>
<h3>v1.5.0 &mdash; 2021-02-04</h3>
<p>
<code>[+]</code> Added toggle to disable the window list in the context menu.<br/>
<code>[+]</code> Added manual refresh button for the window list.<br/>
<code>[*]</code> Greatly improved window list loading speed.
</p>
<h3>v1.4.2 &mdash; 2020-07-10</h3>
<p>
<code>[+]</code> Added ability to bind the Windows key for the hotkey combination.
</p>
<h3>v1.4.1 &mdash; 2020-06-10</h3>
<p>
<code>[*]</code> Fixed oversight in initial title blacklist generation on Windows Vista and 7.
</p>
<h3>v1.4.0 &mdash; 2020-06-10</h3>
<p>
<code>[+]</code> Added hotkey indicator, if used the notification area icon will temporarily change to the affected window's icon.<br/>
<code>[-]</code> Removed hidden <code>ShowExplorerMisc</code> registry switch, explorer windows are now just listed like any other.<br/>
<code>[-]</code> Removed static exclusion for windows with the title <code>Program Manager</code> or <code>Start</code>.<br/>
<code>[+]</code> Added manual title blacklisting system, titles in the previously mentioned change are added to it by default but can be removed if desired.
</p>
<h3>v1.3.0 &mdash; 2020-01-12</h3>
<p>
<code>[+]</code> Added notification balloon on hotkey toggle, disabled by default on Windows 10 and beyond.<br/>
<code>[-]</code> Removed useless left click handler.
</p>
<h3>v1.2.0 &mdash; 2020-01-07</h3>
<p>
<code>[+]</code> Added option to always ask for admin on start.<br/>
<code>[+]</code> Added error message when topmost toggle fails, if it fails and the process isn't running as administrator it'll ask to elevate.<br/>
<code>[+]</code> Added <code>--reset-admin</code> cli flag to revert always admin status.<br/>
<code>[+]</code> Added <code>--hwnd=</code> cli flag which allows for toggling a window's topmost status immediately. Used by the elevation prompt.<br/>
<code>[+]</code> Added <code>--stop</code> cli flag to close the program after processing cli flags.
</p>
<h3>v1.1.0 &mdash; 2020-01-06</h3>
<p>
<code>[+]</code> Added ability to register a hotkey to toggle the currently active window between always on top and not.<br/>
<code>[+]</code> Added a couple registry values for customisation and hidden list items.<br/>
<code>[*]</code> Ensuring that only one instance is running.
</p>
<h3>v1.0.0 &mdash; 2020-01-05</h3>
<p><code>[+]</code> Initial Release</p>