Skip to content

Commit b5cf83e

Browse files
committed
ChangeLog.md Addition
Adds: Changelog.md - With Release notes and changes of the past. Custom.scss now further highlights the changelog specifically from the rest of the list with a different colour, though remains the same when highlighted or active.
1 parent c662d70 commit b5cf83e

File tree

2 files changed

+171
-0
lines changed

2 files changed

+171
-0
lines changed

_sass/custom/custom.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ h1 {
1414
// All Header 2's have spacing before content
1515
h2 {
1616
padding-bottom: 20px;
17+
}
18+
19+
// Specific for Changelog.md
20+
.nav-list-item > a.nav-list-link[href="/docs/changelog/"] {
21+
color: #7960df;
22+
font-weight: bold;
1723
}

docs/changelog.md

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
---
2+
layout: default
3+
title: ChangeLog
4+
description: Get the latest and previous news of the additions removals done towards the website. Offering a chance to see into version history and its changes.
5+
nav_order: 20
6+
has_children: false
7+
---
8+
9+
{{ page.title }}
10+
======================
11+
12+
{: .new title="Information Guide"}
13+
Changes to documentation and to this project are documented on this page.
14+
15+
16+
<br>
17+
18+
19+
## Release V.1.0.2 (#117)
20+
Just the docs v0.10.0
21+
The following updates the core dependancy of Just the docs from v0.8.0
22+
to v0.10.0.
23+
24+
This gives an opportunity to remove:
25+
26+
1. Grand_parent (Function) to be replaced with just parent and children.
27+
2. Easier to manage.
28+
29+
- Note that with this No title can be the same in a file, if its the
30+
same the Url part has to be different.
31+
32+
Additionally added a few files to overwrite a few that are usually
33+
defined globally, but to assure it works as intended.
34+
35+
Removed Nav, no longer required.
36+
37+
38+
Removed GrandParent
39+
In previous version grand_parent was required, now it can just use
40+
parent: previous file . As required
41+
42+
Files and issues have now been modified according to it.
43+
44+
### Fixes
45+
46+
#110 [BUG]
47+
- Git & github 3rd child not shown
48+
49+
#61
50+
[ADDRESS] Child in Child in Child Content
51+
52+
53+
### New
54+
55+
56+
![image](https://github.com/user-attachments/assets/8b550149-b910-49ef-903c-1e3677bd8706)
57+
58+
59+
### Previous
60+
61+
62+
![image](https://github.com/user-attachments/assets/eb362b02-ac4e-44b3-94e4-1e24cd043a71)
63+
64+
65+
66+
### Known Issues
67+
68+
- Currently none (Tested on mobile / Pc).
69+
70+
71+
---
72+
73+
<br>
74+
75+
## Release V.1.0.1 (#115)
76+
77+
The following address visual representation and build / Runtime of the
78+
website..
79+
See the following details down below for further information.
80+
81+
82+
### Changes
83+
84+
85+
1. Fixes the permalink that includes .html at the end of the current
86+
page within the hyperlink.
87+
The following is explained in detail here
88+
#98
89+
90+
2. Removes extra routing that references itself for pages for example
91+
Portfolio would reference a Folder and the named file that hosts the
92+
folder, which has now been changed to index.html
93+
94+
This changes /folder/foldername.md to /folder/ , which uses subdomains
95+
under /folder/subdomains
96+
97+
- Note that Now each folder instead of referencing itself shouuld
98+
reference index.html as its primary file, whereas the rest will be part
99+
of the subdirectory.
100+
- See notes on the following
101+
#108
102+
103+
4. Fixes
104+
#109 , not
105+
showing certain articles within the list of the website.
106+
107+
5. The following update features minor bug fixes and improves the
108+
load-time
109+
of the website in general.
110+
111+
Direct reference to the changes and the requirement can be found here
112+
#112
113+
114+
Reduces the amount of load and flickering when changing from light to
115+
dark themed background.
116+
117+
6. The first one looked in a folder will be index.html file, this means
118+
that it does not reference itself specifically and instead uses /folder/
119+
though it can still be accessed by /folder/index.html
120+
121+
122+
### Known Issues
123+
124+
1. #110
125+
2. #61
126+
127+
---
128+
129+
130+
## Release V.1.0.0 (#107)
131+
132+
The following marks the point at which the website becomes fully
133+
viewable and usable, complete with all listed features and fixes. This
134+
milestone designates the official release, which will be supported by a
135+
subsequent package for maintanance and version control for the future.
136+
137+
138+
### Fixes:
139+
140+
* Permalink keeping a (.html) at the end of its domain link, which has
141+
now been removed. Default to ( permalink: pretty ) .
142+
#102
143+
* Parent / grandParent rooting for certain articles
144+
#106
145+
* Issue Template changes
146+
#101
147+
148+
### Adds:
149+
150+
151+
* Base content for the Main Topic areas First referenced on the page
152+
such as:
153+
154+
IDE
155+
Language
156+
Framework
157+
Engine
158+
Concepts
159+
Version Controls
160+
161+
* Article Describtions (Now shows a small text to the user when the
162+
HyperLink is shared to social media or any alternative)
163+
#99
164+
* Content Written for OOP, Polymorphisism. Thank you for the
165+
contribution(s) @JDSherbert .

0 commit comments

Comments
 (0)