Skip to content

Commit 54f423a

Browse files
author
ggtrd
committed
release 2.0.0 + edit changelog
1 parent c5ffbac commit 54f423a

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,22 @@
33
The released versions changelogs below are only about the main repository.
44

55
### 2.0.0
6-
*incoming release date*
6+
*2024/11/19*
77
##### Added
88
- Log support in /var/log/bashpack/ and "--get-logs" option
99
- Sub command "update" support of DNF (and YUM fallback)
10-
- (WIP) Sub command "firewall" for firewall management (nftables only for now)
10+
- Sub command "firewall" for firewall management (nftables only for now)
1111
- This changelog file :D
1212

1313
##### Modified
1414
- Entirely rewritten to be compliant with POSIX systems
15-
- Update process improved to avoid downloading too much files
16-
- Installation process improved by automatically detect the better $PATH
15+
- Self update improved to avoid downloading too much files
16+
- Self update can now be forced with "-u --force" option
17+
- Self installation improved by automatically detect the better $PATH
18+
- Self installation can now read a given publication with "-i publication_name"
1719
- Sub command "verify" is now more used in installation process
1820
- Sub command "verify" can now detect presence of required commands
19-
- Config file rename from bashpack_config to bashpack.conf
21+
- Config file renamed from bashpack_config to bashpack.conf
2022
- Detection of systemd improved to be able to install on compatible systems only
2123
- Detection of pkg-config improved to be able to install on compatible systems only
2224
- Moving sources from /usr/local/src/ to /opt/
@@ -32,8 +34,8 @@ The released versions changelogs below are only about the main repository.
3234
- Sub command "verify" can now test repository reachability and test releases download/extraction
3335

3436
##### Modified
35-
- Update process is now taking in account the configuration file and the user custom values
36-
- Update process is now avoiding undesirables uninstallations
37+
- Self update is now taking in account the configuration file and the user custom values
38+
- Self update is now avoiding undesirables uninstallations
3739

3840
------------
3941
### 1.0.4

bashpack.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@
2424

2525

2626

27+
2728
# Uncomment for debug
2829
# set -x
2930

3031

3132

32-
export VERSION="2.1.0"
33+
export VERSION="2.0.0"
3334

3435
export NAME="Bashpack"
3536
export NAME_LOWERCASE="$(echo "$NAME" | tr A-Z a-z)"

0 commit comments

Comments
 (0)