Commit e44257e
fix: draw menu bar icons directly in tint color on macOS 26 (#17)
The previous .sourceIn compositing approach produced a monochrome-alpha
image that macOS 26 Liquid Glass still treated as template-like, rendering
it black. Instead, draw shapes directly in the tint color so the bitmap
has actual RGB values from the start.
Also adds Makefile sign-and-release target with upstream push guard, and
disables make release to prevent accidental pushes to steipete/CodexBar.
Bump version to 0.18.0-beta.3-jl.4.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 52e4276 commit e44257e
2 files changed
Lines changed: 8 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
740 | 741 | | |
741 | 742 | | |
742 | 743 | | |
743 | | - | |
| 744 | + | |
744 | 745 | | |
745 | 746 | | |
746 | 747 | | |
| |||
950 | 951 | | |
951 | 952 | | |
952 | 953 | | |
953 | | - | |
| 954 | + | |
954 | 955 | | |
955 | | - | |
| 956 | + | |
956 | 957 | | |
957 | 958 | | |
958 | 959 | | |
| |||
1028 | 1029 | | |
1029 | 1030 | | |
1030 | 1031 | | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
1040 | | - | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
1044 | | - | |
1045 | 1032 | | |
1046 | 1033 | | |
1047 | 1034 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments