Skip to content

Commit

Permalink
docs: update CHANGELOG.md, package.json, and version numbers in various
Browse files Browse the repository at this point in the history
manifest files to reflect changes made in ZaDark 24.6.4 release
  • Loading branch information
ncdai committed Jun 20, 2024
1 parent 4403971 commit 1eec7f7
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## ZaDark 24.6.4

> PC 12.15 và Web 9.32
- Sửa lỗi Dark Mode "Nhãn thông báo" (Noti badge)

## ZaDark 24.6.3

> PC 12.14.1
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.6.3",
"version": "24.6.4",
"repository": "https://github.com/quaric/zadark.git",
"author": {
"name": "Quaric",
Expand Down
14 changes: 12 additions & 2 deletions src/core/scss/zadark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
--text-disabled: var(--N60);

--text-on-disabled-color: var(--N70);
--text-on-color: var(--WA100); // !TODO
--text-on-color: #fff;

--text-errors: var(--R55);
--text-success: var(--G60);
Expand All @@ -391,7 +391,7 @@
--icon-secondary: var(--N60);
--icon-disabled: var(--N60);
--icon-on-disabled-color: var(--N70);
--icon-on-color: var(--WA100); // !TODO
--icon-on-color: #fff;
--icon-errors: var(--R55);
--icon-success: var(--G60);
--icon-warning: var(--OR60);
Expand Down Expand Up @@ -2263,6 +2263,16 @@ html[data-zadark-theme="dark"] {
color: var(--tab-active);
border-bottom: 2px solid var(--tab-active);
}

.z-noti-badge.--dot.--small {
width: 6px;
height: 6px;
}

.z-noti-badge.--dot.--big {
width: 8px;
height: 8px;
}
}
}

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": "12.14.1",
"version": "12.15",
"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.31",
"version": "9.32",
"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.31",
"version": "9.32",
"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.31",
"version": "9.32",
"description": "__MSG_appDesc__",
"default_locale": "vi",
"author": "Quaric",
Expand Down
12 changes: 6 additions & 6 deletions src/web/vendor/safari/ZaDark.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
CODE_SIGN_ENTITLEMENTS = "ZaDark Extension/ZaDark_Extension.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1717578094;
CURRENT_PROJECT_VERSION = 1718899506;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = YN8BK4969T;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -481,7 +481,7 @@
CODE_SIGN_ENTITLEMENTS = "ZaDark Extension/ZaDark_Extension.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1717578094;
CURRENT_PROJECT_VERSION = 1718899506;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = YN8BK4969T;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -517,7 +517,7 @@
CODE_SIGN_ENTITLEMENTS = ZaDark/ZaDark.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1717578094;
CURRENT_PROJECT_VERSION = 1718899506;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = YN8BK4969T;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -533,7 +533,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 9.31;
MARKETING_VERSION = 9.32;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand All @@ -556,7 +556,7 @@
CODE_SIGN_ENTITLEMENTS = ZaDark/ZaDark.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1717578094;
CURRENT_PROJECT_VERSION = 1718899506;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = YN8BK4969T;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -572,7 +572,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 9.31;
MARKETING_VERSION = 9.32;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
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.31",
"version": "9.32",
"description": "__MSG_appDesc__",
"default_locale": "vi",
"author": "Quaric",
Expand Down

0 comments on commit 1eec7f7

Please sign in to comment.