Skip to content

Releases: andmitr/ArchLinux-utility-belt

v2.1.3

03 Mar 03:22
8969ee4

Choose a tag to compare

fix(.zfunc): improve error handling in fn_release

Full Changelog: v2.1.1...v2.1.3

v2.1.2

27 Feb 13:02
cf5314d

Choose a tag to compare

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

26 Feb 19:56
65414a9

Choose a tag to compare

Changelog

2.1.1 - 2026-02-26

Fixed

  • .zfunc/fn_release: Use return 1 instead of exit 1 for proper function status handling in zsh

Full Changelog: v2.1.0...v2.1.1

v2.1.0

26 Feb 07:59
255514b

Choose a tag to compare

Changelog

2.1.0 - 2026-02-26

Added

  • configs/.zshrc: glp alias - 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

25 Feb 08:49
173f5f7

Choose a tag to compare

Changelog

2.0.0 - 2026-02-25

Added

  • custompkgs: Legacy Nvidia driver packages (nvidia-dkms-580.95.05 and nvidia-utils-580.95.05) for GPUs no longer supported by the official nvidia-open-dkms packages (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: btrfs module added to MODULES array
  • 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 jonathan to agnoster
  • configs/.zshrc: Default visual editor changed from nano/vim to zeditor --wait
  • configs/.zshrc: Plugins list reduced to (sudo), removed golang and themes
  • configs/.zshrc: Renamed and reorganized aliases - pmspmi (install), pmrpmu (uninstall), pm_check_orphansorphans_check, pm_clear_cacheclear_cache
  • configs/.zshrc: npm install/uninstall -g aliases now use sudo
  • configs/.zshrc: gp and gcp aliases now also push tags (git push --tags)
  • configs/.zshrc: Simplified function autoloading with autoload -Uz $HOME/.zfunc/*(:t)
  • configs/grub: GRUB_CMDLINE_LINUX_DEFAULT simplified to loglevel=3, previous aggressive kernel parameters commented out
  • configs/grub: GRUB_GFXMODE changed from 1024x768 to 1920x1080
  • configs/99-custom.conf: Removed vm.dirty_ratio and vm.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 *.avi entry
  • 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 yay package manager aliases
  • configs/.zshrc: netTest, ir, ir_stop, backup_ide aliases
  • configs/.zshrc: nvm initialization (source /usr/share/nvm/init-nvm.sh)
  • .zfunc: fn_new_libreoffice_doc function and its template - LibreOffice is no longer used
  • .zfunc: fn_youtube_video_translate function - 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

v1.0.0

24 Feb 15:33
415b1a9

Choose a tag to compare