Skip to content

Commit

Permalink
[MINOR] CHANGELOG v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Jul 29, 2024
1 parent 1e6284b commit d2a765e
Show file tree
Hide file tree
Showing 5 changed files with 976 additions and 915 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG/v1_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CHANGE TYPE: MINOR

## Summary of Changes

-> Some UX Changes (window border coloring)

-> `list_dir` function now lists directories first before other file formats

-> `display_file` function now colors the border as pink

-> Pressing `enter` when selecting a directory now goes into it

-> Some changes to `show_term_message`

-> Slight code refactor
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install_packages() {
elif [ "$distro" == "rpm" ]; then
sudo yum install -y "${packages[@]}"
elif [ "$distro" == "arch" ]; then
sudo pacman -Syu --needed "${packages[@]}"
sudo pacman -S --needed "${packages[@]}"
else
echo -e "${RED}Unsupported distribution.${RESET}"
exit 1
Expand Down
Loading

0 comments on commit d2a765e

Please sign in to comment.