updated docs
This commit is contained in:
parent
df3d51b052
commit
a06f2095b4
@ -47,7 +47,13 @@ This next major version release 4.0 comes with several optimizations and changes
|
|||||||
- better Raspberry-PI detection
|
- better Raspberry-PI detection
|
||||||
- lot of minor improvements
|
- lot of minor improvements
|
||||||
|
|
||||||
Breaking Changes: you will see some minor breaking changes. Read the [detailed changelog][changelog-url].
|
Breaking Changes in version 4: you will see some minor breaking changes. Read the [detailed changelog][changelog-url].
|
||||||
|
|
||||||
|
## Upcoming
|
||||||
|
|
||||||
|
**MacOS on ARM, Windows on ARM**: November 11th 2020 - We will have a closer look on that! As soon as we have the new hardware here, will definitely work on support for those platforms.
|
||||||
|
|
||||||
|
**Version 5**: we are planning a new major version with some minor breaking changes and some additional features. Will try to make this available Q1 of 2021.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
|||||||
@ -316,7 +316,9 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 sectionheader index">
|
<div class="col-12 sectionheader index">
|
||||||
<div class="title-small">Issues</div>
|
<div class="title-small">Issues</div>
|
||||||
<div class="text">If you run into problems, please check out <a href="issues.html">known issues page</a> first. If you still have problems, please feel free to open an issue on our <a href="https://github.com/sebhildebrandt/systeminformation/issues">github page</a><br /><br /><br /></div>
|
<div class="text">If you run into problems, please check out <a href="issues.html">known issues page</a> first. If you still have problems, please feel free to open an issue on our <a href="https://github.com/sebhildebrandt/systeminformation/issues">github page</a></div>
|
||||||
|
<div class="title-small">Upcoming ...</div>
|
||||||
|
<div class="text"><span class="bold">MacOS on ARM, Windows on ARM</span> - we will have a closer look on that! As soon as we have the new hardware here, will work on support for those platforms. We are also planning a new major version <span class="bold">Version 5</span> with some minor breaking changes and some additional features. We will try to make this available Q1 of 2021.<br /><br /></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@ -13,6 +13,10 @@ h1, h2, h3, h4 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bold {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-image-full {
|
.bg-image-full {
|
||||||
background: no-repeat center center scroll;
|
background: no-repeat center center scroll;
|
||||||
background-color: #1A1F30;
|
background-color: #1A1F30;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -10,6 +10,9 @@ h1, h2, h3, h4 {
|
|||||||
.center {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.bold {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
.bg-image-full {
|
.bg-image-full {
|
||||||
background: no-repeat center center scroll;
|
background: no-repeat center center scroll;
|
||||||
background-color: #1A1F30; /* For browsers that do not support gradients */
|
background-color: #1A1F30; /* For browsers that do not support gradients */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user