Skip to content

Commit c551335

Browse files
authored
Update changelog.md
Added the log for 0.3.0
1 parent 6e0bc82 commit c551335

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/changelog.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Added a description to the project.
1111
- Created initial `README.md` and added a `LICENSE`.
1212

13-
## [0.0.1] - 2025-June-04
13+
## [0.1.0] - 2025-June-04
1414
### Added
1515
- Created base folder structure for SoulmateOS with placeholder `.gitkeep` files.
1616
- Initialized repository with LICENSE and README.
1717
- Created initial `CHANGELOG.md`, `architecture.md` and `roadmap.md` in `/docs`.
1818
- Created `01-intro-vision.md` and `02-initial-repository-setup.md` inside `/devlogs`
1919

20-
## [0.0.2] - 2025-June-08
20+
## [0.2.0] - 2025-June-08
2121
### Added
2222
- Created `installation.sh`, the main script for installing SoulMateOS. Currently takes you from minimal install into a working lightdm login screen and a working qtile desktop.
2323
- Created `install/README.md` where the installation process is explained.
2424
- Created `03-failed-awesome-attempt.md` and `04-succesful-qtile-installation.md` inside `/devlogs`.
2525
### Changed
2626
- Changed `CHANGELOG.md`, `architecture.md` and `roadmap.md` in `/docs` to reflect the transition from AwesomeWM into Qtile.
2727
### Removed
28-
- Removed `.gitkeep` files that were no longer necessary.
28+
- Removed `.gitkeep` files that were no longer necessary.
29+
30+
## [0.3.0] - 2025-June-11
31+
### Added
32+
- Created `nix-setup.sh`, the script for installing nix multi-user and rofi via nix.
33+
- Created `05-package-selection.md` and `06-nixmare-of-a-setup.md` inside `/devlogs`.
34+
### Changed
35+
- Changed `changelog.md`, `architecture.md` and `roadmap.md` in `/docs` to reflect the progress of the project.
36+
- Changed `installation.sh` to call `nix-setup.sh` when needed and to install the relevant packages selected in `05-package-selection.md`.
37+
- Changed `/install/README.md` to make the installation process more consistent since while testing I find out caps were a problem.

0 commit comments

Comments
 (0)