Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# KREA - Versiyon Geçmişi

## v1.0.1 (2025-09-28)
**Patch Güncellemesi**

### İyileştirmeler
- 🎨 UI iyileştirmeleri: APP buton adı değiştirildi, yeni Versiyonlar paneli eklendi

---

## v1.0.0 (2025-09-28)
**İlk Stabil Sürüm**

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>KREA</h1>
transition: all 0.3s ease;
backdrop-filter: blur(10px);
" onclick="toggleVersionDetails()" title="Versiyon detayları için tıklayın">
<span id="bottom-current-version">v1.0.0</span>
<span id="bottom-current-version">v1.0.1</span>
<div id="version-details" style="
display: none;
margin-top: 5px;
Expand All @@ -49,7 +49,7 @@ <h1>KREA</h1>
font-size: 10px;
">
<div>📅 <span id="bottom-release-date">2025-09-28</span></div>
<div>🔢 Build: <span id="bottom-build-number">1</span></div>
<div>🔢 Build: <span id="bottom-build-number">2</span></div>
</div>
</div>

Expand Down