|
5 | 5 | --- |
6 | 6 |
|
7 | 7 | ## 📌 Sürüm Bilgisi | Version Info |
8 | | - ● Current Version: 1.0.3 |
9 | | - ● Geçerli Sürüm: 1.0.3 |
| 8 | + ● Current Version: 1.1.0 |
| 9 | + ● Geçerli Sürüm: 1.1.0 |
10 | 10 |
|
11 | 11 | --- |
12 | 12 |
|
@@ -37,7 +37,8 @@ The project focuses on practicing: |
37 | 37 | # ✨ Features |
38 | 38 |
|
39 | 39 | - 👤 User registration system |
40 | | -- 🔐 Secure login mechanism |
| 40 | +- 🔐 Secure login mechanism |
| 41 | +- 🔐 Password requirements |
41 | 42 | - 📚 Personal book list for each user |
42 | 43 | - ➕ Add books with title and author |
43 | 44 | - 📖 View saved books anytime after login |
@@ -95,6 +96,7 @@ Projenin amacı: |
95 | 96 |
|
96 | 97 | - 👤 Kullanıcı kayıt sistemi |
97 | 98 | - 🔐 Güvenli giriş mekanizması |
| 99 | +- 🔐 Şifre gereklilikleri |
98 | 100 | - 📚 Her kullanıcı için kişisel kitap listesi |
99 | 101 | - ➕ Kitap adı ve yazar bilgisi ekleme |
100 | 102 | - 📖 Giriş yaptıktan sonra kayıtlı kitapları görüntüleme |
@@ -133,6 +135,7 @@ java -cp ".;lib/json.jar;Codes" MainLibrary |
133 | 135 |
|
134 | 136 | | Version | Date | Description | |
135 | 137 | |--------:|------------|-------------| |
| 138 | +| v1.1.0 | 2026-02-22 | Password requirements have been created. / Şifre gereksinimleri eklendi | |
136 | 139 | | v1.0.3 | 2026-02-21 | Min password length requirement has been added / Minimum şifre uzunluğu gerekliliği eklendi. | |
137 | 140 | | v1.0.2 | 2026-02-18 | Automatically capitalize the first letter of book and author names / Kitap ve yazar adlarının ilk harflerini otomatik büyütme eklendi| |
138 | 141 | | v1.0.1 | 2026-02-17 | Checking password method has been created / Parola kontrolü metodu oluşturuldu | |
|
0 commit comments