github-actions
released this
28 Sep 20:41
·
164 commits
to main
since this release
🚀 Features
- feat(task list): task names shortcuts @adamperkowski (#628)
- added communication apps to application setup + small fix in dev tools @guruswarupa (#618)
- added adb setup + uad setup @guruswarupa (#592)
- Add colors to d2r-loot-filters @nnyyxxxx (#591)
- Add waydroid @nnyyxxxx (#585)
- feat: implement syntax highlighting for preview text @cartercanedy (#568)
- Developer essentials @guruswarupa (#582)
- Use more colors in common-script @nnyyxxxx (#574)
- Refactor tips @lj3954 (#575)
- Moved showing tips to a feature @adamperkowski (#566)
- added tips to help users learn new commands every time :) @guruswarupa (#565)
- added office suite setup script @guruswarupa (#559)
- Always use printf with %b\n unless a different var is needed @nnyyxxxx (#547)
- Restructure the crates @adamperkowski (#549)
- Refactor various components of Rust code @lj3954 (#490)
- feat: Multi selection and installation @jeevithakannan2 (#338)
- Adding Thorium and Librewolf to the browser script @ghost (#527)
- Add aarch64 again @jeevithakannan2 (#496)
- fix: Description and preview hints @jeevithakannan2 (#495)
- added auto mount script @guruswarupa (#494)
- added grub themes script @guruswarupa (#493)
- added bottles install script @guruswarupa (#492)
- added ssh command automation @guruswarupa (#491)
- added browser setup script @guruswarupa (#498)
- Initial support for flathub management @kleidis (#341)
- enhancement: Rate mirrors heads up message @jeevithakannan2 (#343)
- refactor: Tab key @jeevithakannan2 (#347)
- Reduce the size of the linutil binary by removing unused features from core/Cargo.toml @zdiff (#365)
- feat(fedora/nvidia-*.sh): nvidia proprietary driver setup (continued from PR #319) @harshv5094 (#370)
- fix: Add wrapper around script @jeevithakannan2 (#388)
- feat: Add User Manager @jeevithakannan2 (#393)
- Added Virtualization Setup for Fedora @Angxddeep (#395)
- crypting files and directory script @guruswarupa (#399)
- Added DNF configuration and Multimedia Support for fedora and other Redhat Distros @Angxddeep (#438)
- Update preview @nnyyxxxx (#487)
- System Cleanup @ghost (#478)
- enhancement: Update bashisms.yml @jeevithakannan2 (#480)
- feat: Command Description @jeevithakannan2 (#437)
- Packages metadata update [AUR] @adamperkowski (#471)
🐛 Bug Fixes
- Fix: multi-selection @jeevithakannan2 (#626)
- fix toml @nnyyxxxx (#627)
- add missing task lists @nnyyxxxx (#625)
- Move scripts around & refactor existing ones @nnyyxxxx (#573)
- replace subshell usage with alternative @nnyyxxxx (#624)
- use packager instead of dpkg @nnyyxxxx (#616)
- remove unnecessary packagers @nnyyxxxx (#614)
- Enable RPMFusion repos as well on rpmfusion script @kleidis (#612)
- refact: Hints title @jeevithakannan2 (#608)
- fix: Min-term panic @jeevithakannan2 (#607)
- fix: Respect shebangs in scripts @lj3954 (#606)
- fix: Correctly enter up directories @lj3954 (#598)
- feat: short disclaimer-like script descriptions @adamperkowski (#593)
- Fix issues with fedora @nnyyxxxx (#589)
- fix capped letter @nnyyxxxx (#587)
- Add nvim version check berfore installing @adamperkowski (#586)
- fix every issue related to printf @nnyyxxxx (#596)
- Fix archtitus issues @nnyyxxxx (#560)
- Fix general inconsistencies and unnecessary updating @nnyyxxxx (#584)
- fix problems with debian 12 @nnyyxxxx (#571)
- Fixed some Rust code structure and modified the workflow to fail if clippy returns warnings @adamperkowski (#569)
- fix dwm titus @nnyyxxxx (#583)
- fix: Add missing nala @jeevithakannan2 (#544)
- Fixed alphabetical command sorting @adamperkowski (#567)
- Browser setup fix few potential issues. @guruswarupa (#561)
- small refactor @nnyyxxxx (#563)
- Adding \valids user\ argument in share section @dhruvmistry2000 (#558)
- Fixed the bashisms CI to only check files that exist @adamperkowski (#554)
- Fix account manager @nnyyxxxx (#553)
- Fix local vars bashisms that are not defined in posix @nnyyxxxx (#548)
- Fix read problems @nnyyxxxx (#546)
- Rename system-setup scripts @jeevithakannan2 (#542)
- Disable multi select for system setup @jeevithakannan2 (#541)
- Folders on top(as they should be) @Angxddeep (#540)
- Added unzip installation to dwm-titus @adamperkowski (#539)
- Revert \Rust formatting stuff 2 - removed an unused variable\ @ChrisTitusTech (#538)
- Rust formatting stuff 2 - removed an unused variable @adamperkowski (#535)
- refactor: Seperate style and title variables @jeevithakannan2 (#537)
- Fixed apt-get in some scripts and added nala @adamperkowski (#536)
- Fixed up some Rust code formatting stuff @adamperkowski (#534)
- Sorted Entries Alphabetically @Angxddeep (#533)
- D2r posix update @ChrisTitusTech (#531)
- Fixed browser Setup @Angxddeep (#530)
- Alacritty missing file @ghost (#497)
- Remove redundant functionality @nnyyxxxx (#520)
- Flatpak description @ghost (#517)
- Fix incorrectly placed quote @nnyyxxxx (#511)
- Fix bashisms @nnyyxxxx (#512)
- Modify the bashisms workflow to only check modified files @adamperkowski (#515)
- fix: Fixup preview rendering and logic of preview key binding being shown in shortcut list @cartercanedy (#387)
- refactor: command_exists @jeevithakannan2 (#394)
- Replace echos with printf (gaming and security) @nnyyxxxx (#484)
- Replace echos with printf (system-setup) @nnyyxxxx (#483)
- Replace echos with printf (common-script) @nnyyxxxx (#482)
- Replace echos with printf (monitor-control) @nnyyxxxx (#481)
- Replace echos with printf (applications-setup) @nnyyxxxx (#485)
- Use sh shebang and source common-script @nnyyxxxx (#486)
- Replace echos with printf (utils) @nnyyxxxx (#479)
- Remove bashisms in create bootable usb @nnyyxxxx (#477)
- Quote the remaining variables @nnyyxxxx (#454)
📚 Documentation
- Doc: Update README.md @jeevithakannan2 (#619)
- doc: Move sub folders to h3 @jeevithakannan2 (#610)
- Add package installation instructions to the docs and README @adamperkowski (#605)
- Docs update (forgot about fedora) @nnyyxxxx (#604)
- update docs @nnyyxxxx (#601)
- Added crates.io badge to the README @adamperkowski (#552)
- Move security.md to .github folder @MyDrift-user (#528)
🧰 GitHub Actions
- ci: Fix bashisms.yml. Again. @adamperkowski (#623)
- ci: Add issue labeling & fix perms @adamperkowski (#617)
- ci: Fix deps @jeevithakannan2 (#620)
- Changed the CI to only run when .sh files are changed @adamperkowski (#588)
- Allow reopening issues and closing as not planned through the CI @adamperkowski (#572)
- Fix checkbashisms workflow @nnyyxxxx (#556)
- Fixed the spellcheck workflow @adamperkowski (#557)
What's Changed
New Contributors
Full Changelog: 2024.09.23...2024.09.28