Skip to content

Commit

Permalink
Merge pull request #173 from quaric/feature/25.1.1
Browse files Browse the repository at this point in the history
chore(release): update version to 25.1.1 and changelog for new release
  • Loading branch information
ncdai authored Jan 2, 2025
2 parents 74efb98 + 00a37b5 commit fec4f64
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## ZaDark 25.1.1

> PC 15.1.6 và Web 9.34.4
- Sửa lỗi Dark Mode
- Sửa lỗi "Cỡ chữ của tin nhắn"

## ZaDark 24.12.6

> PC 15.1.5 và Web 9.34.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zadark",
"description": "Dark Mode tốt nhất cho Zalo",
"version": "24.12.6",
"version": "25.1.1",
"repository": "https://github.com/quaric/zadark.git",
"author": {
"name": "Quaric",
Expand Down
9 changes: 9 additions & 0 deletions src/core/scss/zadark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@
--accent-grey-bg: var(--N20);
--accent-grey-bg-bold: var(--N30);

--floating-menu: var(--N10);

// Buttons

--button-primary-normal: var(--B55);
Expand Down Expand Up @@ -2491,6 +2493,13 @@ body.zadark {
font-size: var(--zadark-cnv-font-size);
}
}
// * Zalo >= v24.12.2
.card .text-message__container {
div-15,
span-15 {
font-size: var(--zadark-cnv-font-size);
}
}

.popover-v2,
.popover-v3,
Expand Down
2 changes: 1 addition & 1 deletion src/pc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zadark-pc",
"description": "Dark Mode tốt nhất cho Zalo",
"version": "15.1.5",
"version": "15.1.6",
"main": "index.js",
"repository": "https://github.com/quaric/zadark.git",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/web/vendor/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ZaDark – Zalo Dark Mode",
"version": "9.34.3",
"version": "9.34.4",
"description": "__MSG_appDesc__",
"default_locale": "vi",
"author": "Quaric",
Expand Down
2 changes: 1 addition & 1 deletion src/web/vendor/edge/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ZaDark – Zalo Dark Mode",
"version": "9.34.3",
"version": "9.34.4",
"description": "__MSG_appDesc__",
"default_locale": "vi",
"author": "Quaric",
Expand Down
2 changes: 1 addition & 1 deletion src/web/vendor/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ZaDark – Zalo Dark Mode",
"version": "9.34.3",
"version": "9.34.4",
"description": "__MSG_appDesc__",
"default_locale": "vi",
"author": "Quaric",
Expand Down
2 changes: 1 addition & 1 deletion src/web/vendor/safari/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ZaDark for Safari",
"version": "9.34.3",
"version": "9.34.4",
"description": "__MSG_appDesc__",
"default_locale": "vi",
"author": "Quaric",
Expand Down

0 comments on commit fec4f64

Please sign in to comment.