v1.0.1: Actualizare versiune și adăugare Changelog - Fix pauze admin.sh
This commit is contained in:
parent
e35ebc37af
commit
7842308678
20
README.md
20
README.md
|
|
@ -3,6 +3,7 @@
|
||||||
> **Repository**: https://gitlab.back.ro/underchat/ircu2.git
|
> **Repository**: https://gitlab.back.ro/underchat/ircu2.git
|
||||||
> **Limbă**: Română 🇷🇴
|
> **Limbă**: Română 🇷🇴
|
||||||
> **Data**: 13 februarie 2026
|
> **Data**: 13 februarie 2026
|
||||||
|
> **Versiune**: v1.0.1
|
||||||
> **Status**: ✅ Production Ready
|
> **Status**: ✅ Production Ready
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -351,6 +352,23 @@ nano ~/ircd/etc/ircd.conf
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 📝 Changelog
|
||||||
|
|
||||||
|
### [v1.0.1] - 13 februarie 2026
|
||||||
|
- ✅ **Fix**: Adăugare pauze în `admin.sh` pentru vizualizare output
|
||||||
|
- ✅ Utilizatorul poate acum vedea erorile și mesajele înainte de revenirea la meniu
|
||||||
|
- ✅ Fiecare funcție din `admin.sh` așteaptă apăsarea Enter după execuție
|
||||||
|
- ✅ Îmbunătățire experiență utilizator în troubleshooting
|
||||||
|
|
||||||
|
### [v1.0.0] - 13 februarie 2026
|
||||||
|
- ✅ Release inițial
|
||||||
|
- ✅ Instalare automată completă
|
||||||
|
- ✅ Configurare profesională
|
||||||
|
- ✅ Suport operatori și HUB linking
|
||||||
|
- ✅ Documentație în limba română
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 📜 Licență
|
## 📜 Licență
|
||||||
|
|
||||||
UnderChat IRCd este sub **GNU General Public License**.
|
UnderChat IRCd este sub **GNU General Public License**.
|
||||||
|
|
@ -394,6 +412,6 @@ cd ircu2
|
||||||
|
|
||||||
**Repository**: https://gitlab.back.ro/underchat/ircu2.git
|
**Repository**: https://gitlab.back.ro/underchat/ircu2.git
|
||||||
**Data**: 13 februarie 2026
|
**Data**: 13 februarie 2026
|
||||||
**Versiune**: 1.0
|
**Versiune**: v1.0.1
|
||||||
**Status**: ✅ Production Ready
|
**Status**: ✅ Production Ready
|
||||||
|
|
||||||
|
|
|
||||||
2
admin.sh
2
admin.sh
|
|
@ -46,7 +46,7 @@ show_menu() {
|
||||||
echo -e "${ALBASTRU}"
|
echo -e "${ALBASTRU}"
|
||||||
echo "╔════════════════════════════════════════╗"
|
echo "╔════════════════════════════════════════╗"
|
||||||
echo "║ Administrator UnderChat IRCd ║"
|
echo "║ Administrator UnderChat IRCd ║"
|
||||||
echo "║ Versiune: 1.0 ║"
|
echo "║ Versiune: v1.0.1 ║"
|
||||||
echo "╚════════════════════════════════════════╝"
|
echo "╚════════════════════════════════════════╝"
|
||||||
echo -e "${NC}"
|
echo -e "${NC}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue