Skip to content

Commit

Permalink
Add new version & note section
Browse files Browse the repository at this point in the history
  • Loading branch information
kian-ahmadian committed Oct 22, 2023
1 parent f0a0e34 commit 95ad880
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions assets/css/changelog.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ ul {

.content-box a:hover { opacity: 70%; }

.note {
text-align: center;
background-color: #9a9999;
margin-bottom: 5px;
border-radius: 5px;
border: 2px solid #e96762;
margin-top: -20px;
}

.center { text-align: center; }

.version {
Expand Down
8 changes: 7 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@
<body>
<a href="/"><img id="bale-img" src="assets/images/bale.png"></a>
<h1 id="title">نسخه های کتابخانه</h1>
<div class="content-box" id="v-2-4-8-1">
<div class="version">2.4.8.1 - <div class="stable">آخرین ورژن رسمی</div></div><br/>
<div class="note">
<h3>به دلیل وجود مشکل در نصب ورژن قبلی، در این ورژن مشکلات نصب برطرف شده و با همان امکانات نسخه ۲.۴.۸ عرضه خواهد شد</h3>
</div>
</div>
<div class="content-box" id="v-2-4-8">
<div class="version">2.4.8 - <div class="stable">آخرین ورژن رسمی</div></div><br/>
<div class="version">2.4.8</div><br/>
<ul>
<li>ایونت جدید <code>on_successfull_payment</code> به همراه کلاس <a href="https://docs.python-bale-bot.ir/en/stable/bale.payments.successfulpayment.html"><code>bale.SuccessfulPayment</code></a> اضافه شد (<a href="https://github.com/python-bale-bot/python-bale-bot/blob/V2.4.8/examples/invoice.py">مشاهده مثال در گیت هاب</a>) </li>
<li>فرایند ارسال و آپلود فایل ها بهینه و راحت تر شد</li>
Expand Down

0 comments on commit 95ad880

Please sign in to comment.