You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- Added a description to the project.
11
11
- Created initial `README.md` and added a `LICENSE`.
12
12
13
-
## [0.0.1] - 2025-June-04
13
+
## [0.1.0] - 2025-June-04
14
14
### Added
15
15
- Created base folder structure for SoulmateOS with placeholder `.gitkeep` files.
16
16
- Initialized repository with LICENSE and README.
17
17
- Created initial `CHANGELOG.md`, `architecture.md` and `roadmap.md` in `/docs`.
18
18
- Created `01-intro-vision.md` and `02-initial-repository-setup.md` inside `/devlogs`
19
19
20
-
## [0.0.2] - 2025-June-08
20
+
## [0.2.0] - 2025-June-08
21
21
### Added
22
22
- 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.
23
23
- Created `install/README.md` where the installation process is explained.
24
24
- Created `03-failed-awesome-attempt.md` and `04-succesful-qtile-installation.md` inside `/devlogs`.
25
25
### Changed
26
26
- Changed `CHANGELOG.md`, `architecture.md` and `roadmap.md` in `/docs` to reflect the transition from AwesomeWM into Qtile.
27
27
### 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