Skip to content

Commit

Permalink
news: Add Bison Wallet 1.0.0. (#1186)
Browse files Browse the repository at this point in the history
* Rename bison -> bison_relay

* Remove inline img width.

* news: Add Bison Wallet 1.0.0 release.
  • Loading branch information
jholdstock authored Sep 4, 2024
1 parent 84e7e17 commit 6d6ba17
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 14 deletions.
7 changes: 5 additions & 2 deletions src/data/news/software.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
bison_wallet:
name: "Bison Wallet"
icon: "bison_wallet.svg"
dcrdex:
name: "DCRDEX"
icon: "dcrdex.svg"
decred:
name: "Decred"
icon: "decred.svg"
bison:
bison_relay:
name: "Bison Relay"
icon: "bison.svg"
icon: "bison_relay.svg"
cryptopower:
name: "Cryptopower"
icon: "cryptopower.svg"
26 changes: 16 additions & 10 deletions src/data/news/software_releases.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-
software: bison_wallet
version: 1.0.0
Permalink: "https://github.com/decred/dcrdex/releases/tag/v1.0.0"
Params:
sortDate: "2024-09-04 03:26:00"
-
software: decred
version: 2.0.3
Expand Down Expand Up @@ -47,13 +53,13 @@
Params:
sortDate: "2024-01-30 02:42:00"
-
software: bison
software: bison_relay
version: 0.2.0
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.2.0"
Params:
sortDate: "2024-05-10 18:48:00"
-
software: bison
software: bison_relay
version: 0.1.10
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.10"
Params:
Expand All @@ -65,7 +71,7 @@
Params:
sortDate: "2023-10-09 16:00:22"
-
software: bison
software: bison_relay
version: 0.1.9
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.9"
Params:
Expand All @@ -77,7 +83,7 @@
Params:
sortDate: "2023-09-08 04:29:48"
-
software: bison
software: bison_relay
version: 0.1.8
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.8"
Params:
Expand Down Expand Up @@ -107,7 +113,7 @@
Params:
sortDate: "2023-05-05 04:29:48"
-
software: bison
software: bison_relay
version: 0.1.7
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.7"
Params:
Expand All @@ -125,7 +131,7 @@
Params:
sortDate: "2023-04-17 04:29:48"
-
software: bison
software: bison_relay
version: 0.1.5
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.5"
Params:
Expand All @@ -137,13 +143,13 @@
Params:
sortDate: "2023-02-23 14:01:03"
-
software: bison
software: bison_relay
version: 0.1.4
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.4"
Params:
sortDate: "2023-02-20 19:03:36"
-
software: bison
software: bison_relay
version: 0.1.3
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.3"
Params:
Expand All @@ -155,13 +161,13 @@
Params:
sortDate: "2022-12-19 22:24:59"
-
software: bison
software: bison_relay
version: 0.1.1
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.1"
Params:
sortDate: "2022-12-16 21:19:02"
-
software: bison
software: bison_relay
version: 0.1.0
Permalink: "https://github.com/companyzero/bisonrelay/releases/tag/v0.1.0"
Params:
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/partials/news/news-list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ range .items }}
<div class="news-item {{ $.filterCategory }}" style="order: {{ (.Params.sortDate | time.AsTime).Unix }}">
<a href="{{ .Permalink }}" {{ if not .Page }} target="_blank" {{ end }} rel="noopener noreferrer">
<img class="news-icon" src="{{ $.site.BaseURL }}/images/news-icons/{{ .Params.icon }}" width="30" alt="" />
<img class="news-icon" src="{{ $.site.BaseURL }}/images/news-icons/{{ .Params.icon }}" alt="" />

<div class="news-item-wrapper">
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/partials/news/software-release-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="news-item {{ $.filterCategory }}" style="order: {{ (.Params.sortDate | time.AsTime).Unix }}">
<a href="{{ .Permalink }}" {{ if not .Page }} target="_blank" {{ end }} rel="noopener noreferrer">
<img class="news-icon" src="{{ $.site.BaseURL }}/images/software-icons/{{ $software.icon }}" width="30" alt="" />
<img class="news-icon" src="{{ $.site.BaseURL }}/images/software-icons/{{ $software.icon }}" alt="" />

<div class="news-item-wrapper">
<p>
Expand Down
File renamed without changes
Loading

0 comments on commit 6d6ba17

Please sign in to comment.