summarylogtreecommitdiffstats
path: root/CHANGELOG.sh
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.sh')
-rwxr-xr-xCHANGELOG.sh26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.sh b/CHANGELOG.sh
new file mode 100755
index 000000000000..229d1b90f93b
--- /dev/null
+++ b/CHANGELOG.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+
+BRIGHTORANGE="\e[0;38;2;175;104;76m"
+BRIGHTPINK="\e[0;38;2;245;88;89m"
+BROWN="\e[0;38;2;175;104;76m"
+DARKRED="\e[0;38;2;124;22;34m"
+PINK="\e[0;38;2;213;38;57m"
+SHAMROCK="\e[0;38;2;46;194;126m"
+SKYBLUE="\e[0;38;2;37;178;238m"
+YELLOW="\e[0;38;2;254;209;75m"
+
+BOLD="\033[1m"
+
+NC='\033[0m' # No Color
+
+echo -e "${BRIGHTPINK}${BOLD}From the version 5.0, the Adwaita++ versions will be named after a tree or leaf randomly in Latin.${NC}"
+echo -e " "
+
+echo -e "${BRIGHTORANGE}#${NC} ${BRIGHTPINK}5.0${NC} – ${BROWN}${BOLD}Paubrasilia echinata${NC}"
+echo -e "${PINK}➡${NC} New Adwaita++ logotype, based on GNOME Project's original Adwaita icons theme logotype"
+echo -e "${PINK}➡${NC} ${SKYBLUE}@gusbemacbe${NC} has upgrade the new battery design that GNOME Project developers did not upgrade for a decade!"
+echo -e "${PINK}➡${NC} Increased from 2170 to 3009 apps icons!"
+echo -e "${PINK}➡${NC} ${SKYBLUE}@gusbemacbe${NC} has completed the full support for KDE and made more than 2 thousand beautiful Breeze icons in pure Adwaita++ style!"
+echo -e "${PINK}➡${NC} Added new 23 places icons."
+echo -e "${PINK}➡${NC} A new colour of places icons, inspired by the latest Yaru’s places icons."
+echo -e " " \ No newline at end of file