Skip to content

Commit 27dd95d

Browse files
committed
small website improvements
- added funding and github urls to header - better changelog formatting
1 parent 65abd8d commit 27dd95d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
github: Ellpeck
22
ko_fi: Ellpeck
3+
custom: https://ellpeck.de/support

CHANGELOG.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
# Changelog
2-
MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**.
3-
4-
Jump to version:
5-
- [8.0.0](#800-in-development)
6-
- [7.1.1](#711)
7-
- [7.1.0](#710)
8-
- [7.0.0](#700)
9-
- [6.3.1](#631)
10-
- [6.3.0](#630)
11-
- [6.2.0](#620)
12-
- [6.1.0](#610)
13-
- [6.0.0](#600)
14-
- [5.3.0](#530)
15-
- [5.2.0](#520)
16-
- [5.1.0](#510)
17-
- [5.0.0](#500)
2+
MLEM uses [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**. Each newly released version also has a corresponding [tag](https://github.com/Ellpeck/MLEM/tags).
183

194
## 8.0.0 (In Development)
205

Docs/overrides/public/main.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
export default {
2+
iconLinks: [
3+
{
4+
icon: "github",
5+
href: "https://github.com/Ellpeck/MLEM",
6+
title: "GitHub"
7+
},
8+
{
9+
icon: "cash-coin",
10+
href: "https://ellpeck.de/support",
11+
title: "Support Development"
12+
}
13+
]
14+
};

0 commit comments

Comments
 (0)