Skip to content

Commit e05d886

Browse files
author
Alexia Michelle
committed
feat: Add GoldenDog Linux v2.0.0 changelog and its Spanish translation, alongside an updated homepage feature description.
1 parent 33ac2c9 commit e05d886

3 files changed

Lines changed: 48 additions & 3 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Registro de Cambios
2+
3+
Todos los cambios notables en el proyecto GoldenDog Linux se documentarán en este archivo.
4+
5+
## [2.0.0] "Golden Retriever" - 2025-12-26
6+
7+
### Añadido
8+
- **Base Debian Trixie**: Refactorización completa del proyecto, ahora basado en una base mínima de Debian Trixie.
9+
- **Plasma 6**: El último entorno de escritorio KDE Plasma para una experiencia moderna.
10+
- **Wayland por Defecto**: Wayland es ahora la sesión predeterminada, con X11 aún disponible como sesión opcional.
11+
- **Instalador Mejorado**: Nuevo soporte para configuración de Proxy y detección automática de tarjetas WiFi durante la instalación.
12+
- **Soporte UEFI Completo**: Compatibilidad integral para máquinas UEFI modernas.
13+
- **Repositorios Modernos**: Sigue el nuevo formato de repositorio DEB822 en `/etc/apt/apt.sources.d/debian.sources`.
14+
- **Backports**: Habilitados por defecto para el acceso a paquetes más recientes.
15+
16+
### Cambiado
17+
- **Optimización de ISO**: Reducción drástica del tamaño de la imagen de 7GB a **menos de 1GB**.
18+
- **Motor de Instalación**: Calamares reemplazado por el robusto instalador de Debian.
19+
- **Conjunto de Herramientas Principal**: Lista de software preinstalado refinada.
20+
21+
### Nota
22+
> ¡Feliz Navidad y próspero Año Nuevo! — Alexia

src/components/HomepageFeatures/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const FeatureList = [
2828
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
2929
description: (
3030
<>
31-
We leverage modern technologies to provide an accessible and friendly
32-
experience for both newcomers and power users.
31+
GoldenDog gets the best out of Debian Stable and uses official Debian
32+
repositories to provide a modern, accessible, and rock-solid experience.
3333
</>
3434
),
3535
},

src/pages/changelog.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3-
## v1.0.0 (Coming Soon)
3+
All notable changes to the GoldenDog Linux project will be documented in this file.
4+
5+
## [2.0.0] "Golden Retriever" - 2025-12-26
6+
7+
### Added
8+
- **Debian Trixie Base**: Complete refactoring of the project, now based on a minimal Debian Trixie foundation.
9+
- **Plasma 6**: Latest KDE Plasma desktop environment for a modern experience.
10+
- **Wayland by Default**: Wayland is now the default session, with X11 still available as an optional session.
11+
- **Enhanced Installer**: New support for Proxy configuration and automatic WiFi card detection during installation.
12+
- **Full UEFI Support**: Comprehensive compatibility for modern UEFI machines.
13+
- **Modern Repositories**: Follows the new DEB822 repository format in `/etc/apt/apt.sources.d/debian.sources`.
14+
- **Backports**: Enabled by default for access to newer packages.
15+
16+
### Changed
17+
- **ISO Optimization**: Drastic reduction in image size from 7GB to **less than 1GB**.
18+
- **Installation Engine**: Replaced Calamares with the robust Debian Installer.
19+
- **Core Toolset**: Refined preinstalled software list:
20+
- *System*: `gdm3`, `sudo`, `rsync`, `locales`, `whiptail`.
21+
- *Dev Tools*: `gcc`, `make`, `build-essential`, `bison`, `flex`, `python3-venv`.
22+
- *Network*: `ssh`, `wget`, `curl`, `git`.
23+
- *UI/Base*: `firefox`, `python3-pyqt6`, `qt6-wayland`, `libxcb-cursor0`.
24+
25+
### Note
26+
> Merry Christmas and Happy New Year! — Alexia
427
* Initial release of the new site based on Docusaurus.
528
* Complete refactor from Jekyll.

0 commit comments

Comments
 (0)