Skip to content

Commit 1cfda6b

Browse files
authored
Version 2.1.0 (#6)
2.1.0 Additions Added a Guided Installation option Added Tweak to configure firewall rules for mDNS Added a help file to help users understand the script features Added Google Chrome, Brave, MS Edge and Zen Browser installation scripts Added option to install codecs from Packman Essentials Added a fix to turn on NumLock in SDDM Added a fix to download and install the google-noto font for all languages (essentially, websites and apps are not broken) Added a fix to install ICM profiles for your monitors Added script for package installation to download and install Warp Terminal (https://warp.dev) Added script to add a systemd service and timer to perform system updates on every 1st day of the month Modifications Added Filelight to be included in SysUtilities All steps of the installation are independent scripts All scripts are structured inside directories based on actions Updated the documentation Deletions Removed message_logger() function in the install scripts (Will reintroduce it once the scriptlets are improved) Removed Discord installation script since Flatpak is official (plus discord media will not be broken due to codecs) Removed login_tasks.sh (will be back soon)
1 parent 6dda8fa commit 1cfda6b

34 files changed

+1325
-611
lines changed

CHANGELOG.MD

Lines changed: 71 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,74 @@
11
# Changelog
22

3+
This is the changelog since version 2.0.0. Each section contains divisions for each addition, modification and deletion. Please go through the commits to find specific versions of the script.
4+
5+
# Table of Contents
36
- [Changelog](#changelog)
4-
- [2.0.1](#201)
7+
- [Table of Contents](#table-of-contents)
8+
- [2.1.0](#210)
59
- [Additions](#additions)
6-
- [Modifications:](#modifications)
10+
- [Modifications](#modifications)
11+
- [Deletions](#deletions)
12+
- [2.0.2](#202)
13+
- [Additions](#additions-1)
14+
- [Modifications](#modifications-1)
15+
- [Deletions](#deletions-1)
16+
- [2.0.1](#201)
17+
- [Additions](#additions-2)
18+
- [Modifications](#modifications-2)
719
- [2.0.0](#200)
8-
- [Additions:](#additions-1)
9-
- [Modifications:](#modifications-1)
10-
- [Deletions:](#deletions)
20+
- [Additions](#additions-3)
21+
- [Modifications](#modifications-3)
22+
- [Deletions](#deletions-2)
23+
24+
---
25+
26+
## 2.1.0
27+
28+
### Additions
29+
30+
* Added a Guided Installation option
31+
* Added Tweak to configure firewall rules for mDNS
32+
* Added a help file to help users understand the script features
33+
+ Added Google Chrome, Brave, MS Edge and Zen Browser installation scripts
34+
+ Added option to install codecs from Packman Essentials
35+
+ Added a fix to turn on NumLock in SDDM
36+
+ Added a fix to download and install the `google-noto` font for all languages (essentially, websites and apps are not broken)
37+
+ Added a fix to install ICM profiles for your monitors
38+
+ Added script for package installation to download and install Warp Terminal (https://warp.dev)
39+
+ Added script to add a systemd service and timer to perform system updates on every 1st day of the month
40+
41+
### Modifications
42+
43+
* Added Filelight to be included in SysUtilities
44+
* All steps of the installation are independent scripts
45+
* All scripts are structured inside directories based on actions
46+
* Updated the documentation
47+
48+
### Deletions
49+
50+
- Removed `message_logger()` function in the install scripts (Will reintroduce it once the scriptlets are improved)
51+
- Removed Discord installation script since Flatpak is official (plus discord media will not be broken due to codecs)
52+
- Removed `login_tasks.sh` (will be back soon)
53+
54+
## 2.0.2
55+
56+
### Additions
57+
58+
+ Added Zen Browser Install scripts
59+
+ Added logic to install ICM profiles inside the `colors` directory
60+
61+
### Modifications
62+
63+
* Added function to install Zen Browser to be installed from the `OpenSUSE_Installation.sh` script
64+
* Fixed a typo.
65+
* Optimized `Discord-Install.sh` script code with strict error handling, dependency checks, safer temporary directory handling, and improved logging
66+
* Removed `:` for each version in `CHANGELOG.MD` file
67+
* Updated `README.md` files
68+
69+
### Deletions
70+
71+
- Removed code for installing Microsoft Edges
1172

1273

1374
## 2.0.1
@@ -16,15 +77,15 @@
1677

1778
+ Added the CHANGELOG file
1879

19-
### Modifications:
80+
### Modifications
2081

2182
* Function Nomenclature: Changed functions to have only underscores
2283
* Added `-y` to automate the installation to a few commands
2384
* Modified Discord-Install script to not install discord by using the `--no-recommends` option
2485

2586
## 2.0.0
2687

27-
### Additions:
88+
### Additions
2889

2990
+ Message Logger: Log messages while performing setup
3091
+ Check Internet Connection: Checks for internet connection when running the script
@@ -35,11 +96,11 @@
3596
+ Log File: Script statuses are saved to log file for future reference
3697
+ More Repositories: Added Games repository
3798

38-
### Modifications:
99+
### Modifications
39100

40101
* VLC Installation: Existing VLC versions are removed before installing the ones from the official website
41102
* Software installation happens only if an internet connection can be established
42103

43-
### Deletions:
104+
### Deletions
44105

45-
- Check For Updates: Script does not check for updates using `zypper dup`
106+
- Check For Updates: Script does not check for updates using `zypper dup`

Discord-Install.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)