This branch contains an attempt to re-ignite PuTTYTray on PuTTY 0.68 or higher.
The project has fallen behind PuTTY upstream, and shouldn't be used for now. Please use upstream PuTTY.
There is discussion of the project status on github issues.
The previously released binaries are built from the latest PuTTYTray tag.
upstream
: the actual upstream branch we're tracking (master)upclean
: an automatically cleaned-up variant of the branchscripts
: orphan branch carrying the scripts to generate upcleanmaster
: third attempt to reignite the projectt67-failed-merge
: a failed attempt to merge0.68
andp0.67-t029
t67-failed-patches
: a failed attempt to make patches fromp0.67-t029
I will rebase all branches. Please work from tags.
All branches are a mess. Do not use them. Do not look at them. Do not raise issues or pull requests about them.
proj
: miscellaneous changes necessary to run a project (e.g. README)cmake
: build system extensions to use cmake, could be mergedurl
: support for clickable urls, url menu, etc.backport
: pulling changes back from the next releasezoom
: increase font size with the mousewheelfatty
: bundleagent
andgen
intoputty.exe
icon
: tray icon and extra menu / actionsimport
: transparent support for openssh key formats
mkdir -p doc && \
perl licence.pl && \
(cd charset && perl sbcsgen.pl) && \
./mkcmake.py > CMakeLists.txt