Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zapSNH committed Jul 26, 2024
2 parents e440bf1 + ab2083c commit 4de91e4
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 32 deletions.
2 changes: 1 addition & 1 deletion chrome/.github/workflows/ESR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
115
128
16 changes: 0 additions & 16 deletions chrome/.github/workflows/create_relnotes.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
'''# zapsCoolPhotonTheme for Firefox 126 and Firefox 115.11esr
`zapsCoolPhotonTheme-v126.zip` is for Firefox 126.
`zapsCoolPhotonTheme-115esr.zip` is for Firefox 115esr.
### Changes
* Add `uc.always-show-close-button` which always shows the tab close button even when overflowing.(#3)
* The sidebar should now respect your color theme. (#4)
* Search bar has now been photonized.
* Padding adjustements and fixes.
* Other fixes for Firefox 127.
____
Corresponding Webextension Version: [v0.0.0](https://github.com/zapSNH/zcpt-webextension/releases/tag/v0.0.0)
____
**Full Changelog**: https://github.com/zapSNH/zapsCoolPhotonTheme/compare/v125...v126'''
import sys

def create_relnotes(ver_v):
Expand Down
9 changes: 3 additions & 6 deletions chrome/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ jobs:
with:
fetch-depth: 0
ref: main

- name: release notes
run: |
python3 .github/workflows/create_relnotes.py create_relnotes ${{ github.ref_name }}

- name: zip files
- name: zip files & release notes
run: |
python3 .github/workflows/create_relnotes.py create_relnotes ${{ github.ref_name }}
rm -rf ./.github
zip -r -FS zapsCoolPhotonTheme-${{ github.ref_name }}.zip *
zip -r -FS zapsCoolPhotonTheme-${{ github.ref_name }}.zip * -x "relnotes.md"
git stash pop
- name: release
Expand Down
9 changes: 9 additions & 0 deletions chrome/resources/tabs-and-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,15 @@ credits to phroton for some of this stuff */
:root:not([uidensity="touch"]) &[breakout-extend="true"] {
translate: 0 1px !important;
}
&#searchbar {
--urlbar-min-height: 30px !important;
:root[uidensity="touch"] & {
--urlbar-min-height: 36px !important;
}
:root[uidensity="compact"] & {
--urlbar-min-height: 26px !important;
}
}
}
#searchbar:focus-within {
border: 1px solid var(--photon-accent-dark) !important;
Expand Down
2 changes: 1 addition & 1 deletion custom/resources/version.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
background-position: 4px 0;
-moz-context-properties: fill;
fill: currentColor;
content: "zapsCoolPhotonTheme v0.24.5 (webextension)";
content: "zapsCoolPhotonTheme v0.24.6 (webextension)";
position: absolute;
height: 48px;
overflow: visible;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"homepage_url": "https://github.com/zapSNH/zapsCoolPhotonTheme",
"version": "0.24.5.1",
"version": "0.24.6.1",
"author": "zapsnh",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
Expand Down
14 changes: 7 additions & 7 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"coolPhotonTheme@zapsnh": {
"updates": [
{
"version": "0.24.5",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.5/zapsCoolPhotonTheme-esr.xpi",
"version": "0.24.6",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.6/zapsCoolPhotonTheme-esr.xpi",
"applications": {
"gecko": {
"strict_min_version": "115.0",
"strict_max_version": "115.*"
"strict_min_version": "128.0",
"strict_max_version": "128.*"
}
}
},
{
"version": "0.24.5.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.5/zapsCoolPhotonTheme.xpi",
"version": "0.24.6.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.6/zapsCoolPhotonTheme.xpi",
"applications": {
"gecko": {
"strict_min_version": "116.0"
"strict_min_version": "129.0"
}
}
}
Expand Down

0 comments on commit 4de91e4

Please sign in to comment.