Tagging the 0.76.0.2 release of the KiTTY project.
This commit is contained in:
+26
-8
@@ -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>
|
||||
|
||||
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 |
@@ -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
@@ -1 +1 @@
|
||||
0.76.0.1
|
||||
0.76.0.2
|
||||
Reference in New Issue
Block a user