Skip to content

Commit

Permalink
Minor markdown cleanup/improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuck committed Apr 11, 2022
1 parent 9e80573 commit 9f69a6e
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 56 deletions.
114 changes: 64 additions & 50 deletions CHANGELOG.md
Expand Up @@ -10,72 +10,86 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Change history

## [4.13] fork (2021-Oct-09) - Benbuck Nason
- Change hotkey to Windows-Alt-Control-Down for Windows 10 and 11 compatibility.

- Change hotkey to Windows-Alt-Control-Down for Windows 10 and 11 compatibility.

## [4.12] fork (2021-Oct-07) - Benbuck Nason
- Change hotkey to Windows-Control-Down for Windows 11 compatibility (thanks to [Dimitri Pappas](https://github.com/fragtion)).
- Update project files to vstudio 2019

- Change hotkey to Windows-Control-Down for Windows 11 compatibility (thanks to [Dimitri Pappas](https://github.com/fragtion)).
- Update project files to vstudio 2019

## [4.11] fork (2020-Mar-23) - Benbuck Nason
- Formatting improvements to RBTray.rc.
- Fix incorrect versions in RBTray.rc.
- Minor formatting improvements to README.md.
- Add --no-hook documentation to README.md.
- Added --no-hook command line option (thanks to [Ondrej Petrzilka](https://github.com/OndrejPetrzilka)).

- Formatting improvements to RBTray.rc.
- Fix incorrect versions in RBTray.rc.
- Minor formatting improvements to README.md.
- Add --no-hook documentation to README.md.
- Added --no-hook command line option (thanks to [Ondrej Petrzilka](https://github.com/OndrejPetrzilka)).

## [4.10] fork (2019-Oct-03) - Benbuck Nason
- Fix missing tray icon issue (thanks to [Andrzej Włoszczyński](https://github.com/Andrzej-W)).

- Fix missing tray icon issue (thanks to [Andrzej Włoszczyński](https://github.com/Andrzej-W)).

## [4.9] fork (2019-Oct-02) - Benbuck Nason
- Improved documentation.
- Clearer license/copyright notices (thanks to [Hugo Locurcio](https://github.com/Calinou)).
- Better error checking.
- Better command line parsing.

- Improved documentation.
- Clearer license/copyright notices (thanks to [Hugo Locurcio](https://github.com/Calinou)).
- Better error checking.
- Better command line parsing.

## [4.8] fork (2018-Jul-27) - Benbuck Nason
- Don't minimize desktop/taskbar/etc.
- Return correct value from WinMain.
- Allow processing of quit message.
- Clean up handling of WM_TASKBAR_CREATED.

- Don't minimize desktop/taskbar/etc.
- Return correct value from WinMain.
- Allow processing of quit message.
- Clean up handling of WM_TASKBAR_CREATED.

## [4.7] fork (2018-Jul-21) - Benbuck Nason
- Support minimizing with Win-Alt-Down hotkey.

- Support minimizing with Win-Alt-Down hotkey.

## [4.6] fork (2017-Aug-29) - Benbuck Nason
- Fix compatibility issue with some Windows 10 64 bit environments.

- Fix compatibility issue with some Windows 10 64 bit environments.

## [4.5] fork (2017-May-12) - Benbuck Nason
- Add some error handling.
- Fix bug in shift key check.
- Update project files to VS2015.

## [4.4] fork (2015-Dec-05) - Benbuck Nason:
- Support minimizing by shift-right-clicking on window title bar.

## 4.3 (2011-Oct-30):
- Hide windows instead of minimizing and hiding.
- Hide windows even if they're already in the tray.
- Fix "Close Window" for Explorer windows.

## 4.2 (2011-Jun-24):
- Improve ability to minimize certain programs.

## 4.1 (2010-May-08):
- Unified mouse hook procedure improves reliability and fixes small minimize target with XP theming.
- Fixed tooltip overflow for long window captions.

## 4.0 (2010-May-06):
- Alternative mouse hook procedure for Windows Vista/7 Aero compatibility.
- Fixed 64-bit compatibility and created 64-bit compiles.
- Removed window menu additions (e.g. Minimize in tray, Always on top), hotkey, and keyboard indicator.
- Dropped Windows 9x support.
- Tray icon tooltip can display Unicode characters.
- Removes tray icon automatically if a program shows itself or exits.
- Fixed problem when minimizing Office 2007 windows.
- Won't minimize MDI child windows.
- Other small fixes and reorganized code.

[Unreleased]: https://github.com/benbuck/rbtray/compare/v4.13...HEAD

- Add some error handling.
- Fix bug in shift key check.
- Update project files to VS2015.

## [4.4] fork (2015-Dec-05) - Benbuck Nason

- Support minimizing by shift-right-clicking on window title bar.

## 4.3 (2011-Oct-30)

- Hide windows instead of minimizing and hiding.
- Hide windows even if they're already in the tray.
- Fix "Close Window" for Explorer windows.

## 4.2 (2011-Jun-24)

- Improve ability to minimize certain programs.

## 4.1 (2010-May-08)

- Unified mouse hook procedure improves reliability and fixes small minimize target with XP theming.
- Fixed tooltip overflow for long window captions.

## 4.0 (2010-May-06)

- Alternative mouse hook procedure for Windows Vista/7 Aero compatibility.
- Fixed 64-bit compatibility and created 64-bit compiles.
- Removed window menu additions (e.g. Minimize in tray, Always on top), hotkey, and keyboard indicator.
- Dropped Windows 9x support.
- Tray icon tooltip can display Unicode characters.
- Removes tray icon automatically if a program shows itself or exits.
- Fixed problem when minimizing Office 2007 windows.
- Won't minimize MDI child windows.
- Other small fixes and reorganized code.

[unreleased]: https://github.com/benbuck/rbtray/compare/v4.13...HEAD
[4.13]: https://github.com/benbuck/rbtray/compare/v4.12...v4.13
[4.12]: https://github.com/benbuck/rbtray/compare/v4.11...v4.12
[4.11]: https://github.com/benbuck/rbtray/compare/v4.10...v4.11
Expand Down
22 changes: 16 additions & 6 deletions README.md
Expand Up @@ -22,14 +22,14 @@ General Public Licence](http://www.gnu.org/copyleft/gpl.html).
## Installing

Download either the 32-bit or 64-bit binaries (depending on your OS) to a folder,
for example "`C:\Program Files\RBTray`". Double-click RBTray.exe to start it. If
for example "`C:\Program Files\RBTray`". Double click RBTray.exe to start it. If
you want it to automatically start after you reboot, create a shortcut to
RBTray.exe in your Start menu's Startup group.

On Windows 10 that is located at
`"C:\Users\YOUR_USERNAME_HERE\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"`

But a ***much*** quicker way to access it is to press "`WIN` + `R`" then type
But a **_much_** quicker way to access it is to press "`WIN` + `R`" then type
(or copy & paste) `shell:Startup`

## Using
Expand Down Expand Up @@ -59,16 +59,26 @@ popup menu, or run RBTray.exe with the `--exit` parameter.

## Authors

Nikolay Redko: http://rbtray.sourceforge.net/, https://github.com/nredko
Nikolay Redko: <http://rbtray.sourceforge.net/>, <https://github.com/nredko>

J.D. Purcell: http://www.moitah.net/, https://github.com/jdpurcell
J.D. Purcell: <http://www.moitah.net/>, <https://github.com/jdpurcell>

Benbuck Nason: https://github.com/benbuck
Benbuck Nason: <https://github.com/benbuck>

## Contributors

Dimitri Pappas <https://github.com/fragtion>

Ondrej Petrzilka <https://github.com/OndrejPetrzilka>

Andrzej Włoszczyński <https://github.com/Andrzej-W>

Hugo Locurcio <https://github.com/Calinou>

## Other

For original forum, bug tracker, etc. see [RBTray SourceForge project page]
(https://sourceforge.net/projects/rbtray/).
(<http://sourceforge.net/projects/rbtray/>).

Copyright &copy; 1998-2011 Nikolay Redko, J.D. Purcell

Expand Down

0 comments on commit 9f69a6e

Please sign in to comment.