Skip to content

Commit 3b33835

Browse files
committed
Add v1.7.0
- update macos download links: resolves #311
1 parent 3d49471 commit 3b33835

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.29.3
19+
rev: 0.29.4
2020
hooks:
2121
- id: check-github-workflows
2222
ci:

src/content/news.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
page_title: News
22
news:
3+
- date: 2024-10-30
4+
title: Version 1.7.0 released
5+
url: https://github.com/spatial-model-editor/spatial-model-editor/releases/tag/1.7.0
6+
description: >
7+
<h6 id="added">Added</h6>
8+
<ul>
9+
<li>Python 3.13 wheels <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1002">#1002</a>
10+
<li>colours in the geometry image can now be changed <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/960">#960</a>
11+
<li>voxels can be selected in the 3d rendering of the geometry image <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/979">#979</a>
12+
</ul>
13+
<h6 id="added">Fixed</h6>
14+
<ul>
15+
<li>parameter optimization error with 3d models <a href="https://github.com/spatial-model-editor/spatial-model-editor/issues/1007">#1007</a>
16+
</ul>
317
- date: 2024-04-09
418
title: Version 1.6.0 released
519
url: https://github.com/spatial-model-editor/spatial-model-editor/releases/tag/1.6.0

src/pug/mixins/index_card.pug

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mixin index_card_downloads
4949
.row.align-items-center.row-cols-2.simplelink
5050
.col.p-0
5151
a(
52-
href="https://github.com/ssciwr/sme-osx-arm64/releases/latest/download/spatial-model-editor.dmg"
52+
href="https://github.com/spatial-model-editor/spatial-model-editor/releases/latest/download/spatial-model-editor-ARM64.dmg"
5353
)
5454
.card.border-1.bg-light.text-nowrap.p-2.m-1.align-items-center
5555
// svg from https://icons.getbootstrap.com/icons/apple/, MIT license
@@ -60,7 +60,7 @@ mixin index_card_downloads
6060
p.mt-0.mb-0 MacOS Arm64
6161
.col.p-0
6262
a(
63-
href="https://github.com/spatial-model-editor/spatial-model-editor/releases/latest/download/spatial-model-editor.dmg"
63+
href="https://github.com/spatial-model-editor/spatial-model-editor/releases/latest/download/spatial-model-editor-X64.dmg"
6464
)
6565
.card.border-1.bg-light.text-nowrap.p-2.m-1.align-items-center
6666
// svg from https://icons.getbootstrap.com/icons/apple/, MIT license

0 commit comments

Comments
 (0)