Releases: andmitr/ArchLinux-utility-belt
Releases · andmitr/ArchLinux-utility-belt
v2.1.3
fix(.zfunc): improve error handling in fn_release
Full Changelog: v2.1.1...v2.1.3
v2.1.2
Changelog
2.1.2 - 2026-02-27
Changed
- .github/workflows/release.yml: Add commented alternative for release notes generation via commit message
- LICENSE: Update copyright year to 2026 and add copyright holder
Fixed
- .zfunc/fn_release: Improve error handling for missing version argument
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Changelog
2.1.1 - 2026-02-26
Fixed
- .zfunc/fn_release: Use
return 1instead ofexit 1for proper function status handling in zsh
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Changelog
2.1.0 - 2026-02-26
Added
- configs/.zshrc:
glpalias - pretty git log with colored graph output - .zfunc:
fn_release- automate git release workflow (commit, tag, push)
Changed
- README.md: Reorganized documentation structure
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Changelog
2.0.0 - 2026-02-25
Added
- custompkgs: Legacy Nvidia driver packages (
nvidia-dkms-580.95.05andnvidia-utils-580.95.05) for GPUs no longer supported by the officialnvidia-open-dkmspackages (e.g. GTX 1080) - fonts: JetBrains Mono NerdFont Mono font family (7 variants: Regular, Bold, ExtraBold, SemiBold, Medium, Light, Italic)
- configs:
.gitconfig- Git configuration with GPG signing, commit template, SSH URL rewriting - configs:
.xinitrc- X session startup script for XFCE4 - configs/.zshrc: VPN management aliases (
vpn_add,vpn_del,vpn_on,vpn_off,vpn_show,vpn_show_active) via NetworkManager/WireGuard - configs/.zshrc: Golang aliases (
gr,gb,gbp,gmi) - configs/.zshrc: Additional utility aliases (
mk,z,zconf,testcommit) - configs/grub: New GRUB theme
arch-silence-grub-theme-git - configs/mkinitcpio.conf:
btrfsmodule added toMODULESarray - templates:
.editorconfig- added Makefile-specific tab indentation rule - .editorconfig: Project-level EditorConfig configuration
- CI: GitHub Actions release workflow,
FUNDING.yml
Changed
- configs/.zshrc: ZSH theme changed from
jonathantoagnoster - configs/.zshrc: Default visual editor changed from
nano/vimtozeditor --wait - configs/.zshrc: Plugins list reduced to
(sudo), removedgolangandthemes - configs/.zshrc: Renamed and reorganized aliases -
pms→pmi(install),pmr→pmu(uninstall),pm_check_orphans→orphans_check,pm_clear_cache→clear_cache - configs/.zshrc:
npm install/uninstall -galiases now usesudo - configs/.zshrc:
gpandgcpaliases now also push tags (git push --tags) - configs/.zshrc: Simplified function autoloading with
autoload -Uz $HOME/.zfunc/*(:t) - configs/grub:
GRUB_CMDLINE_LINUX_DEFAULTsimplified tologlevel=3, previous aggressive kernel parameters commented out - configs/grub:
GRUB_GFXMODEchanged from1024x768to1920x1080 - configs/99-custom.conf: Removed
vm.dirty_ratioandvm.dirty_background_ratio- system defaults are optimal - templates/.dockerignore: Reorganized exclusions, added Docker/Git/docs-related patterns
- templates/.gitignore: Added patterns for
bin/,tmp.*,todo,testfile*,notes.md,QWEN.md,AGENTS.md; removed duplicate*.avientry - templates/git-commit-template_en.txt: Renamed to
git-commit-template.txt
Removed
- configs:
.htaccess- Apache is no longer used - configs:
.npmrc- unnecessary configuration - configs:
git.plugin.zsh- custom Oh-My-ZSH Git plugin no longer maintained - configs:
web-search.plugin.zsh- custom Oh-My-ZSH web search plugin no longer maintained - configs/.zshrc: All
yaypackage manager aliases - configs/.zshrc:
netTest,ir,ir_stop,backup_idealiases - configs/.zshrc:
nvminitialization (source /usr/share/nvm/init-nvm.sh) - .zfunc:
fn_new_libreoffice_docfunction and its template - LibreOffice is no longer used - .zfunc:
fn_youtube_video_translatefunction - removed from the library - templates:
git-commit-template_ru.txt- consolidated into a single English template - templates:
libreoffice.ott- LibreOffice document template removed
Full Changelog: https://github.com/andmitr/ArchLinux-utility-belt/commits/v2.0.0