3 Commits

Author SHA1 Message Date
github-actions[bot]
cecfa246aa chore(main): release 0.4.1 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-24 22:55:24 +02:00
winston
fe15a3ac01 fix(commits): signed commit background
Closes #13
2023-08-24 22:54:10 +02:00
winston
ae313516b5 ci(release): clone the repo 2023-08-23 18:20:17 +02:00
4 changed files with 12 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ jobs:
with:
release-type: simple
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
if: ${{ steps.release.outputs.release_created }}
with:

View File

@@ -1,5 +1,12 @@
# Changelog
## [0.4.1](https://github.com/catppuccin/gitea/compare/v0.4.0...v0.4.1) (2023-08-24)
### Bug Fixes
* **commits:** signed commit background ([fe15a3a](https://github.com/catppuccin/gitea/commit/fe15a3ac012e0bcbfd57bcdb3e83382164c7e9f3)), closes [#13](https://github.com/catppuccin/gitea/issues/13)
## [0.4.0](https://github.com/catppuccin/gitea/compare/v0.3.1...v0.4.0) (2023-08-23)

View File

@@ -145,7 +145,7 @@ $lvl3: if($isDark, $base, $crust);
--color-red-badge-bg: #{$lvl1};
--color-red-badge-hover-bg: #{ctx_lighten($red, 5%)};
--color-green-badge: #{$green};
--color-green-badge-bg: #{$lvl1};
--color-green-badge-bg: #{$green};
--color-green-badge-hover-bg: #{ctx_lighten($green, 5%)};
--color-yellow-badge: #{$yellow};
--color-yellow-badge-bg: #{$lvl1};
@@ -266,7 +266,7 @@ $lvl3: if($isDark, $base, $crust);
}
// most recent commit hover when signed
.ui.sha.isSigned.isVerified:hover {
.ui.sha.isSigned.isVerified {
.shortsha {
color: $lvl1;
}

View File

@@ -1 +1 @@
0.4.0
0.4.1