aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-29 16:44:13 +0700
committerShulhan <ms@kilabit.info>2025-12-29 16:44:13 +0700
commit3598bcd3a001c947354b0fc2b40aadeb0a2148b3 (patch)
tree387fc31db043a4835d1f091b0a0b8e70fbe2b209
parent5411c36c88b35949d875a53f6a7c48ddbb084dea (diff)
downloadbin.sh-3598bcd3a001c947354b0fc2b40aadeb0a2148b3.tar.xz
Release bin.sh v0.1.0 (2025-12-29)v0.1.0
The first releases of bin.sh that includes the following scripts, * chmod-x.sh - script to remove executable bit from regular files recursively. * gen-password.sh - script to generate random words from Indonesian directory of hunspell. * git-update-all.sh - script to fetch the latest commits from all git repositories under a directory. * jwt-decode.sh - script to decode JWT with optional secret to check for signature. * timer.sh - script to display a message after X duration. * tmux-session.sh - script to open new tmux session with start directory based on configuration in `~/.tmux.session`. * wg-activate.sh - script that activate only one wireguard connection from list of configuration in /etc/wireguard/\*.conf or turning off all of them if no parameter is given.
-rw-r--r--AUR/.SRCINFO5
-rw-r--r--CHANGELOG.adoc41
l---------doc/CHANGELOG.adoc1
3 files changed, 44 insertions, 3 deletions
diff --git a/AUR/.SRCINFO b/AUR/.SRCINFO
index 0bfeffe..ad55bc3 100644
--- a/AUR/.SRCINFO
+++ b/AUR/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = bin.sh-git
pkgdesc = A collection of shell scripts
- pkgver = r12.9b615c3
+ pkgver = r12.80334be
pkgrel = 1
- url = https://git.sr.ht/~shulhan/bin.sh
+ url = https://kilabit.info/project/bin.sh/
arch = any
license = GPL3
makedepends = git
@@ -10,7 +10,6 @@ pkgbase = bin.sh-git
depends = bash-completion
depends = hunspell-id-git
provides = bin.sh
- conflicts = bin.sh
source = bin.sh::git+https://git.sr.ht/~shulhan/bin.sh
md5sums = SKIP
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
new file mode 100644
index 0000000..c952d0f
--- /dev/null
+++ b/CHANGELOG.adoc
@@ -0,0 +1,41 @@
+// SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+= Release of bin.sh
+
+Change log of each release of the bin.sh.
+The latest release log is put on the top.
+
+Legend,
+
+* 🪵: Breaking changes
+* 🌱: New feature
+* 🌼: Enhancement
+* 💧: Chores
+
+[#bin_sh_v0_1_0]
+== bin.sh v0.1.0 (2025-12-29)
+
+The first releases of bin.sh that includes the following scripts,
+
+* chmod-x.sh - script to remove executable bit from regular files
+ recursively.
+
+* gen-password.sh - script to generate random words from Indonesian
+ directory of hunspell.
+
+* git-update-all.sh - script to fetch the latest commits from all git
+ repositories under a directory.
+
+* jwt-decode.sh - script to decode JWT with optional secret to check for
+ signature.
+
+* timer.sh - script to display a message after X duration.
+
+* tmux-session.sh - script to open new tmux session with start directory
+ based on configuration in `~/.tmux.session`.
+
+* wg-activate.sh - script that activate only one wireguard connection from
+ list of configuration in /etc/wireguard/\*.conf or turning off all of them
+ if no parameter is given.
diff --git a/doc/CHANGELOG.adoc b/doc/CHANGELOG.adoc
new file mode 120000
index 0000000..e59a806
--- /dev/null
+++ b/doc/CHANGELOG.adoc
@@ -0,0 +1 @@
+../CHANGELOG.adoc \ No newline at end of file