Tagging the 0.76.0.2 release of the KiTTY project.

This commit is contained in:
cyd01
2021-11-17 10:37:32 +01:00
parent bf495102c3
commit 4d15c4e032
12 changed files with 43 additions and 16 deletions
+26 -8
View File
@@ -3,14 +3,32 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script><script type="text/javascript" src="https://blockchain.info/Resources/js/pay-now-button.js"></script>
</head>
<body>
<center>
<div style="font-size:16px;margin:0 auto;width:300px" class="blockchain-btn" data-address="1KUrsJJidB3GrWFcSgX8tHbYbBn8svtnPb" data-shared="false"> <div class="blockchain stage-begin"> <img src="https://blockchain.info/Resources/buttons/donate_64.png"/> </div> <div class="blockchain stage-loading" style="text-align:center"> <img src="https://blockchain.info/Resources/loading-large.gif"/> </div> <div class="blockchain stage-ready"> <p align="center">Please Donate To Bitcoin Address: <b>[[address]]</b></p> <p align="center" class="qr-code"></p> </div> <div class="blockchain stage-paid"> Donation of <b>[[value]] BTC</b> Received. Thank You. </div> <div class="blockchain stage-error"> <font color="red">[[error]]</font> </div></div>
<center>
<div style="font-size:16px;margin:0 auto;width:300px" class="blockchain-btn" data-address="3ArLJcH48sS2AWsXwkSosgNNuh7V9ySpKc" data-shared="false">
<div class="blockchain stage-begin">
<img src="bitcoin_donate.png"/>
</div>
<!--
<div class="blockchain stage-loading" style="text-align:center">
<img src="https://blockchain.info/Resources/loading-large.gif"/>
</div>
<div class="blockchain stage-ready">
<p align="center">Please Donate To Bitcoin Address: <b>[[address]]</b></p>
<p align="center" class="qr-code"></p>
</div>
<div class="blockchain stage-paid">
Donation of <b>[[value]] BTC</b> Received. Thank You.
</div>
<div class="blockchain stage-error">
<font color="red">[[error]]</font>
</div>
-->
</div>
<br/>
<br/>
Bitcoin address:<br/> <br/><b>1KUrsJJidB3GrWFcSgX8tHbYbBn8svtnPb<b><br/> <br/>
<img src="bitcoin.png">
</center>
<br/>
<br/>
Bitcoin address:<br/> <br/><b>3ArLJcH48sS2AWsXwkSosgNNuh7V9ySpKc<b><br/> <br/>
<img src="bitcoin.png">
</center>
</body>
</html>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+2
View File
@@ -8,6 +8,8 @@ Almost one year between 0.75 PuTTY version and the previous one. It means many l
Here are the patches that are not available anymore in KiTTY
* [TuTTY](http://putty.dwalin.ru/) color patch (underlined text in terminal is displayed with different colour)
* [ADB](https://github.com/sztupy/adbputty) patch
* Github Actions automatic build (I know it is note related)
Don't hesitate to contact me if you discover something else weird.
+1 -1
View File
@@ -1 +1 @@
0.76.0.1
0.76.0.2