Release 2024.09.19
github-actions
released this
19 Sep 00:03
·
315 commits
to main
since this release
Changes
🚀 Features
- Refactor various components of Rust code @lj3954 (#490)
- feat: Multi selection and installation @jeevithakannan2 (#338)
- Adding Thorium and Librewolf to the browser script @mashrukk (#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 @mashrukk (#478)
- enhancement: Update bashisms.yml @jeevithakannan2 (#480)
- feat: Command Description @jeevithakannan2 (#437)
- Packages metadata update [AUR] @adamperkowski (#471)
- Crated a GitHub Workflow that checks for bashisms @adamperkowski (#469)
- feat: Implement minimum TUI size @jeevithakannan2 (#425)
- git to bin for faster installation @nnyyxxxx (#378)
- Add git as a dependency for scripts that use it @nnyyxxxx (#436)
- Incorporate colors into current scripts @nnyyxxxx (#433)
- Increase Partition size @nnyyxxxx (#376)
- Remove unneeded scripts @nnyyxxxx (#325)
- docker-setup interactive script @guruswarupa (#317)
🐛 Bug Fixes
- 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 @mashrukk (#497)
- Remove redundant functionality @nnyyxxxx (#520)
- Flatpak description @mashrukk (#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)
- Remove bashism in docker-setup @nnyyxxxx (#476)
- Remove bashism in checkaurhelper function @nnyyxxxx (#475)
- Remove bashisms from set resolutions @nnyyxxxx (#473)
- Remove bashisms from disable monitor @nnyyxxxx (#472)
- Refactor gaming-setup.sh @adamperkowski (#380)
- Add git as a dependency for scripts that use it @nnyyxxxx (#436)
- Remove bashism out of set primary monitor @nnyyxxxx (#464)
- Remove bashisms out of change orientation @nnyyxxxx (#466)
- Fix Chris fat finger @nnyyxxxx (#468)
- Remove bashism from enable monitor @nnyyxxxx (#467)
- Remove bashisms out of manage arrangement @nnyyxxxx (#463)
- Remove bashisms out of bluetooth-control @nnyyxxxx (#462)
- Fix wifi-manager @nnyyxxxx (#456)
- refactor: apt-get with nala and hardcoded package managers @jeevithakannan2 (#422)
- Fix grammatical errors @nnyyxxxx (#432)
- Use -e to keep synergy with every other script @nnyyxxxx (#405)
- Replace remaining echo -e statement @nnyyxxxx (#403)
- fix typos @nnyyxxxx (#379)
- brightness control(xorg) , Auto login DM, Bootable pendrive maker script, auto power profiling using auto-cpufreq, timeshift backup, samba-ssh server setup @guruswarupa (#465)
- fix: Correctly Detect Pictures Directory and Clone Path for Background @rdunne2020 (#304)
- Remove redundant options in the template @nnyyxxxx (#277)
📚 Documentation
- Move security.md to .github folder @MyDrift-user (#528)
- Add code understanding & testing point to Contributing Guidelines @adamperkowski (#451)
- Fix a typo & grammar in pull request template @adamperkowski (#461)
- Add checklists to issue templates & fix the formatting @adamperkowski (#459)