summarylogtreecommitdiffstats
path: root/CHANGELOG.sh
blob: 229d1b90f93be54fe9bf287233420e977def56f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 " "