Skip to content

Commit 4bd01ff

Browse files
committed
v8.0.0
1 parent 825cd53 commit 4bd01ff

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [8.0.0] - 2026-02-28
4+
5+
⚠️ This major release contains new icons that may affect your setup. A machine-readable version of this changelog can be found in the [`changelog.json`](/metadata/changelog.json) file.
6+
7+
### Distribution changes
8+
9+
- A QGIS plugin for Pinhead is now available
10+
11+
### Added icons
12+
13+
- <img src="https://pinhead.ink/v8/syrup_jug.svg" width="15px"/> Add `syrup_jug`
14+
- <img src="https://pinhead.ink/v8/syrup_jug_with_maple_leaf.svg" width="15px"/> Add `syrup_jug_with_maple_leaf`
15+
- <img src="https://pinhead.ink/v8/syrup_jug_with_maple_leaf_and_droplet.svg" width="15px"/> Add `syrup_jug_with_maple_leaf_and_droplet`
16+
- <img src="https://pinhead.ink/v8/slice_of_pan_bread.svg" width="15px"/> Add `slice_of_pan_bread`
17+
- <img src="https://pinhead.ink/v8/slice_of_pan_bread_outline.svg" width="15px"/> Add `slice_of_pan_bread_outline`
18+
- <img src="https://pinhead.ink/v8/ladder.svg" width="15px"/> Add `ladder`
19+
- <img src="https://pinhead.ink/v8/step_ladder.svg" width="15px"/> Add `step_ladder`
20+
- <img src="https://pinhead.ink/v8/step_ladder_doubled_sided.svg" width="15px"/> Add `step_ladder_doubled_sided`
21+
- <img src="https://pinhead.ink/v8/wifi_weak_signal.svg" width="15px"/> Add `wifi_weak_signal`
22+
- <img src="https://pinhead.ink/v8/wifi_weakest_signal.svg" width="15px"/> Add `wifi_weakest_signal`
23+
- <img src="https://pinhead.ink/v8/wifi_no_signal.svg" width="15px"/> Add `wifi_no_signal`
24+
- <img src="https://pinhead.ink/v8/wifi_no_signal_with_x.svg" width="15px"/> Add `wifi_no_signal_with_x`
25+
- <img src="https://pinhead.ink/v8/phone_bars.svg" width="15px"/> Add `phone_bars`
26+
- <img src="https://pinhead.ink/v8/phone_bars_weak_signal.svg" width="15px"/> Add `phone_bars_weak_signal`
27+
- <img src="https://pinhead.ink/v8/phone_bars_weaker_signal.svg" width="15px"/> Add `phone_bars_weaker_signal`
28+
- <img src="https://pinhead.ink/v8/phone_bars_weakest_signal.svg" width="15px"/> Add `phone_bars_weakest_signal`
29+
- <img src="https://pinhead.ink/v8/phone_bars_no_signal.svg" width="15px"/> Add `phone_bars_no_signal`
30+
- <img src="https://pinhead.ink/v8/phone_bars_no_signal_with_x.svg" width="15px"/> Add `phone_bars_no_signal_with_x`
31+
332
## [7.0.0] - 2026-02-27
433

534
⚠️ This major release contains new icons that may affect your setup. A machine-readable version of this changelog can be found in the [`changelog.json`](/metadata/changelog.json) file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waysidemapping/pinhead",
3-
"version": "8.0.0-dev",
3+
"version": "8.0.0",
44
"type": "module",
55
"description": "Quality public domain icons for your map pins",
66
"license": "CC0-1.0",

0 commit comments

Comments
 (0)