Skip to content

Commit

Permalink
Update for dex 0.6.3 (#1142)
Browse files Browse the repository at this point in the history
* dcrdex release 0.6.3

- Change download link to read "Download" instead of "GitHub"
- Add news item
- Update download link to 0.6.3
- Revert release note link to 0.6.0. This is a more far more detailed
  document than the patch release note (which links back to the 0.6.0
  note anyway)
- Add link to dex.decred.org

* wallets: Highlight links on hover.

Change color slightly so its easier to see which link you are hovering
over.
  • Loading branch information
jholdstock authored Oct 5, 2023
1 parent 41ed026 commit 098b480
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
7 changes: 5 additions & 2 deletions src/assets/scss/_wallets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@
margin-bottom: 7px;
margin-right: 3px;

a,
a:hover {
a {
color: $white;
opacity: 0.89;
}

a:hover {
opacity: 1.0;
}

&.direct-dl {
background: #FFFFFF1C;
Expand Down
6 changes: 6 additions & 0 deletions src/data/news/software_releases.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
-
software: dcrdex
version: 0.6.3
Permalink: "https://github.com/decred/dcrdex/releases/tag/v0.6.3"
Params:
sortDate: "2023-09-08 04:29:48"
-
software: bison
version: 0.1.8
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.8"
Expand Down
9 changes: 5 additions & 4 deletions src/data/wallets/wallets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@
- core_software
highlight: true
links:
- title: GitHub
url: https://github.com/decred/dcrdex/releases/tag/v0.6.1
- title: Download
url: https://github.com/decred/dcrdex/releases/tag/v0.6.3
- title: Release notes
url: https://github.com/decred/dcrdex/blob/master/docs/release-notes/release-notes-0.6.1.md

url: https://github.com/decred/dcrdex/blob/master/docs/release-notes/release-notes-0.6.0.md
- title: Website
url: https://dex.decred.org
- id: commandline
name: Command-line app suite
tags:
Expand Down

0 comments on commit 098b480

Please sign in to comment.