Skip to content

Commit 4e6d764

Browse files
authored
Merge pull request #1036 from GoogleChromeLabs/release/v0.14.0
v0.14.0
2 parents a4109e9 + 96cb5fa commit 4e6d764

File tree

126 files changed

+1680
-1754
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+1680
-1754
lines changed

.github/workflows/tests-extension-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464

6565
- name: Run the tests
6666
run: |
67-
npm run test:extension:e2e
67+
npm run test:extension:e2e || npm run test:extension:e2e -- --onlyFailures

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,4 +592,26 @@ Remove facilitated testing page Remove facilitated testing page https://github.c
592592
- Replace Wiki with Github link and reorder menu https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/988
593593
- Replace anchor tag with `Link` component in Landing page info cards https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/965
594594
- Small UI Improvements. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/967
595-
- Update learning landing page icons and content https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/997
595+
- Update learning landing page icons and content https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/997
596+
597+
598+
# v0.14.0
599+
600+
## Changelog
601+
602+
- Fix: CLI install script https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1020
603+
- Fix: Media Container Size showing undefined in the table. https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1017
604+
- Fix: Minor bugs in PSAT https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1025
605+
- Fix: Redirection to dashboard https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1029
606+
- Add search icon to info cards https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1030
607+
- Enhancement: Dynamic dark mode https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1028
608+
- Enhancement: Make JSON view collapsible https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1007
609+
- Move 'Wiki' after 'Demos' page under 'Learning' section https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1019
610+
- Refactor auction shaper https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1032
611+
- Refactor: Toast UI message https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1035
612+
- Remove multi-tab debugging option and show toast message https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1031
613+
- Rename "Media Type" column to "Ad Type" in bids table https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1027
614+
- Replace number and logo icons https://github.com/GoogleChromeLabs/ps-analysis-tool/pull/1026
615+
616+
617+

bin/chrome-3pcd-ps.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:: Chrome 3pcd with PS Extension
22

33
:: Download PS Extension
4-
set "ps_analysis_tool_version=v0.13.0"
4+
set "ps_analysis_tool_version=v0.14.0"
55
cd /d %TEMP%
66
if not exist %TEMP%\ps-analysis-tool-%ps_analysis_tool_version% (
77
mkdir %TEMP%\ps-analysis-tool-%ps_analysis_tool_version%

bin/chrome-default-ps.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:: Default Chrome with PS Extension
22

33
:: Download PS Extension
4-
set "ps_analysis_tool_version=v0.13.0"
4+
set "ps_analysis_tool_version=v0.14.0"
55
cd /d %TEMP%
66
if not exist %TEMP%\ps-analysis-tool-%ps_analysis_tool_version% (
77
mkdir %TEMP%\ps-analysis-tool-%ps_analysis_tool_version%

bin/chrome_launcher.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Download Extension
44
extension_setup() {
5-
ps_analysis_tool_version=v0.13.0
5+
ps_analysis_tool_version=v0.14.0
66
extension_dir="/var/tmp"
77
cd $extension_dir
88
if [ ! -d $extension_dir/ps-analysis-tool-$ps_analysis_tool_version ]; then
@@ -26,7 +26,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
2626
--start-maximized \
2727
--user-data-dir="${DATA_DIR}" \
2828
--silent-debugger-extension-api \
29-
"$@" "https://example.com/?psat_cdp=on&psat_multitab=on" >/dev/null 2>&1 && rm -rf "${DATA_DIR}" &
29+
"$@" "https://example.com/?psat_cdp=on" >/dev/null 2>&1 && rm -rf "${DATA_DIR}" &
3030
}
3131
elif [[ "$(uname)" == "Linux" ]]; then
3232
# Loads Chrome with a temporary profile that is deleted after Chrome is closed
@@ -40,7 +40,7 @@ elif [[ "$(uname)" == "Linux" ]]; then
4040
--start-maximized \
4141
--user-data-dir="${DATA_DIR}" \
4242
--silent-debugger-extension-api \
43-
"$@" "https://example.com/?psat_cdp=on&psat_multitab=on" >/dev/null 2>&1 && rm -rf "${DATA_DIR}" &
43+
"$@" "https://example.com/?psat_cdp=on" >/dev/null 2>&1 && rm -rf "${DATA_DIR}" &
4444
}
4545
fi
4646

bin/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ case $SHELL in
1414
grep "chrome_launcher.sh" ~/.zshrc > /dev/null
1515
if [ $? -ne 0 ]; then
1616
{
17-
echo "if [ -f ~/bin/chrome_launcher.sh ]; then"
17+
echo -e "\nif [ -f ~/bin/chrome_launcher.sh ]; then"
1818
echo -e "\tsource ~/bin/chrome_launcher.sh"
1919
echo "fi"
2020
} >> ~/.zshrc
@@ -25,7 +25,7 @@ case $SHELL in
2525
grep "chrome_launcher.sh" ~/.bashrc > /dev/null
2626
if [ $? -ne 0 ]; then
2727
{
28-
echo "if [ -f ~/bin/chrome_launcher.sh ]; then"
28+
echo -e "\nif [ -f ~/bin/chrome_launcher.sh ]; then"
2929
echo -e "\tsource ~/bin/chrome_launcher.sh"
3030
echo "fi"
3131
} >> ~/.bashrc

data/related_website_sets.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,22 @@
10261026
"rationaleBySite": {
10271027
"https://brendanjkane.com": "RWS_rationale_https___brendanjkane_com"
10281028
}
1029+
},
1030+
{
1031+
"contact": "[email protected]",
1032+
"primary": "https://mavie.care",
1033+
"associatedSites": [
1034+
"https://mavie.me",
1035+
"https://enera.at",
1036+
"https://maviework.care",
1037+
"https://lucyhealth.io"
1038+
],
1039+
"rationaleBySite": {
1040+
"https://mavie.me": "RWS_rationale_https___mavie_me",
1041+
"https://enera.at": "RWS_rationale_https___enera_at",
1042+
"https://maviework.care": "RWS_rationale_https___maviework_care",
1043+
"https://lucyhealth.io": "RWS_rationale_https___lucyhealth_io"
1044+
}
10291045
}
10301046
]
10311047
}

0 commit comments

Comments
 (0)