10 KiB
Executable File
10 KiB
Executable File
Changelog
All notable changes to this project will be documented in this file.
The format follows Keep a Changelog.
Versions follow MAJOR.MINOR.PATCH-REVISION_STAGE_N (e.g. 3.99.1-4_rc_1).
[4.1.0] — 2026-05-07
Added
profile.sh --installcommand to automatically configure profile loading in shell startup files.--install --bashrcand--install --profiletarget selectors for single-file installation.git.sh— entirely new module providing git workflow helpers:gst,ggraph,gsync,gacp,greset,gwip,gprune,groot.- Dedicated git helper completions under
profile.d/bash-completion/, loaded automatically in interactive sessions fromprofile.d/bash-completion/*.sh.
Changed
dispnow wraps long messages on terminal width, avoids mid-word splits, and aligns continuation lines with the message body after the prefix.helpnow supportshelp <command>and delegates to<command> --help.
Fixed
- Startup responsiveness improved:
check_updates -qnow uses a short network timeout so unavailable/slow networks no longer delay prompt readiness. dwlgained timeout support (-t/--timeout) and is now used by quiet startup update checks to enforce fast failure.profile.shnow detects direct execution and warns that it is designed to be sourced.
[4.0.0] — 2026-04-23
Added
- New
profile.confreference template atdoc/profile.conf.example. - Dynamic locale shortcuts generated from
SET_LOCALEand startup default language selection throughDEFAULT_LANG. - Prompt theming system with bundled themes (
default,dark,light,solarized,solarized-light,monokai,monochrome,abyss,plasma,adwaita) and per-key prompt color overrides. - Module defaults exposed as configuration keys in
profile.conf.
Changed
utaznow supports a wider range of archive formats.- Prompt and theme rendering improved, including better 24-bit color support.
- Overall code quality and maintainability improved across modules.
Documentation
- README updated with full function reference and configuration tables.
- New and expanded docs in
doc/(CONTRIBUTING.md,FAQ.md,todo.md). - Historical releases imported from
history.txtinto this changelog.
[3.99.2-4_rc_2] — 2026-04-21
Fixed
prompt.sh—\$Last_Commandin PS1 was escaped, preventing the exit code from ever appearing in the prompt (the local variable no longer exists when PS1 is rendered by bash). Removed the backslash so the value is embedded atset_promptbuild time.filefct.sh—file_stats()— a stray unconditionalshiftafteresacdoubled-shifted arguments already shifted by eachcasebranch; successive options such as-H -dwere silently skipped.packages.sh—pkgs()— replaced the unreliable binary-presence test (command -v dpkg / rpm) with the newget_pkgmgrfunction. Also corrected a typo in the "no package manager" error message (avialable→available).processes.sh—kt()— copy-paste error: usage error message read"Usage: ppg <string>"instead of"Usage: kt <pid>".
Added
packages.sh—get_pkgmgr()— new exported helper that detects the active package manager of the running distribution. Detection first reads/etc/os-release(IDthenID_LIKE), then falls back to a fixed-priority binary scan. Supported families:apt,dnf,yum,zypper,pacman,apk,portage,xbps,nix. Returns 1 when nothing is identified. Available to all future commands inpackages.sh.
[3.99.1-4_rc_1] — 2026
Added
- Theming system —
load_themeinprofile.d/prompt.shloads.themefiles fromprofile.d/themes/(or a custom directory set viaPROMPT_THEME_DIR). Theme files are parsed, not executed — no shell code ever runs from a theme. - Built-in themes —
default,dark,light,solarized(24-bit true-colour),solarized-light(24-bit),monokai,monochrome,abyss,plasma,adwaita. [prompt]section —PROMPT_THEMEandPROMPT_THEME_DIRkeys to select a theme; elevenPROMPT_COLOR_*keys for per-key overrides inprofile.conf.- Standard colour variables as theme keys — theme files may also override
the
disp.shcolour variables (Black,Blue,On_IBlack, …) to remap the terminal palette used byls,grep, and colour-aware tools. - Module configuration defaults — all modules now expose their hardcoded
defaults as
profile.confkeys:TAZ_*,UTAZ_*,EXPANDLIST_*,CLEAN_*,RMSPC_*,FINDBIG_*,RAIN_*,MATRIX_*,SSH_DEFAULT_OPT,GENPWD_*,PWDSCORE_*,BUSY_*,METEO_DEFAULT_CITY,DWL_*,MYEXTIP_*,PKGS_*,PPU_*,KU_*,UPDT_DEFAULT_BRANCH. UPDT_DEFAULT_BRANCH— configures the git branch used bycheck_updatesandprofile_upgrade. Changing the key causesprofile_upgradeto automatically switch the local checkout to the new branch and display a warning.doc/directory —CONTRIBUTING.md,FAQ.md,profile.conf.example(annotated template),todo.md..gitignore—profile.confis now git-ignored so personal settings are never accidentally staged.
Changed
- README §2 now explains how to create
profile.conffromdoc/profile.conf.example(new section 2.1 "Initial configuration"). - README §4 updated with full module-defaults tables, theming reference, and a
note about
profile.confbeing git-ignored. - Theme values no longer carry the
exportkeyword (they are not shell variables, only data).
Security
load_themeuses a strict allowlist (noeval, no sourcing). OnlyPROMPT_COLOR_*keys and knowndisp.shcolour variable names are accepted. Values must match\$[A-Za-z_][A-Za-z0-9_]*or\\e\[[0-9;]*m; any other value is discarded with a warning.
[3.95.3-4_beta_3] — 2024
Added
- Initial public release candidate series.
- Core modules:
compress,disp,filefct,fun,help,info,lang,net,packages,processes,prompt,pwd,rain,ssh,updates. - Bar-style prompt with time, command duration, and exit code.
taz/utazarchive helpers.genpwd/pwdscorepassword tools.matrix/rainscreensavers.profile_upgradewith git and archive download support.
Note: The section below was imported from
history.txtto preserve pre-3.95.x-4_betarelease notes.
Legacy releases (imported from history.txt)
[3.6.1] — 2026-03-05
- Fix typo in
compress.sh.
[3.6.0] — 2026-03-05
- Improved
utazwith broader multi-format support. - Introduced
ppuandppn. - Improved update system.
[3.5.0] — 2026-03-04
rainnow has configurable speed and color.showinfoadapted tofastfetch(in addition toneofetch).
[3.3.1] — 2022-02-24
- Fixed version detection.
- Added
busy. - Fixed use of library functions before loading.
[3.3.0] — 2022-11-28
- Initial version update support.
- Changed versioning code.
- Added installation path detection.
[3.2.3] — 2022-11-28
- Improved README.
[3.2.2] — 2022-11-21
- Fixed
tazcompression level parsing. - Fixed typo in
dpkgs.
[3.2.1] — 2022-11-20
- Fixed several messages.
- Made
dpkgsRPM-aware (initial support). - Removed version history from main script and reverted declaration order.
- Added required license information in all files.
- Completed
LICENSEfile.
[3.2.0] — 2022-11-18
- Created
dispcommand and integrated it across the codebase.
[3.1.1] — 2022-11-10
genpwd: added feasibility check for requested password constraints.
[3.1.0] — 2022-11-08
- Added password generator.
[3.0.1] — 2022-11-07
- Added concatenation option to
rmspc. - Added
ku. - Improved error handling in
meteo.
[3.0.0] — 2022-08-27
- Split code into several files/modules.
- Added
rainscreensaver.
[2.8.2] — 2022-07-29
- Added warning for non-bash users.
[2.8.1] — 2022-07-19
- Cleanup, fixes and optimizations.
[2.8.0] — 2022-06-24
- Added
backtrace,errorandsettrace. - Bugfixes in
showinfo.
[2.7.1] — 2022-06-22
- Minor corrections.
- Added
helpcommand.
[2.7.0] — 2022-06-21
- Added
isipv4andisipv6, integrated intormhost. - Removed broken Konsole save/restore support.
[2.6.3] — 2021-10-18
- Changed PS1 to status-bar style.
- Minor improvements.
[2.6.2] — 2021-02-26
- Bugfix in
tazfor directories with trailing slash.
[2.6.1] — 2020-12-25
- Added checks in
rmhost. - Improved
rmspc. - Created
expandlist.
[2.6.0] — 2020-10-24
- Added Konsole session save/restore.
[2.5.3] — 2020-09-11
- Added aliases, improved code consistency and fixed typos.
- Improved
utaz, removedshowdiskmap, removed remaining French text. - Added license information for future publication.
[2.5.2] — 2020-03-06
- Sorted and improved aliases.
[2.5.1] — 2020-03-05
- Language consistency fixes.
- Added
pigzsupport intaz.
[2.5.0] — 2020-03-03
- Added
tazandrmspc. - Renamed
auziptoutazand improved it.
[2.4.0] — 2020-03-02
- Added
auzip.
[2.3.2] — 2020-01-31
figlet: changed default font toansi_shadow.
[2.3.1] — 2020-01-16
- Bugfix: non-interactive shells were blocked by some functions.
[2.3.0] — 2020-01-08
- Added
figletandneofetchas MOTD replacement.
[2.2.0] — 2019-12-16
- Added
showinfo. - First implementation of
showdiskmap.
[2.1.2] — 2019-09-24
- Bugfix in profile version display.
[2.1.1] — 2019-09-23
- Bugfix in
dpkgs.
[2.1.0] — 2018-09-16
- Added
rmhost,setc,setfr. - Improved locale management.
[2.0.1] — 2017-02-04
cleanimprovements (--shell).
[2.0.0] — 2015-10-24
- Added advanced functions (
clean,ssr, etc.).
[1.0.0] — 2013-02-16
- Initial version.
[Initial fork]
Forked default Bash profile from Beyond Linux From Scratch by
- James Robertson jameswrobertson@earthlink.net
- Dagmar d'Surreal rivyqntzne@pbzpnfg.arg