Skip to content

Commit 1261aef

Browse files
authored
Release V1.0.3 (#118)
## Update details: - Brings `ChangeLog.md` article referencing changes in developer and articles to keep a better track of changes and additions added throughout. Fixes the following #95 ### To keep in mind: Automatic changelog updater has been put on hold and might be added in the future, though as the changes are not as large and contributors are minimal, there is no requirement for it as of currently and manual addition will do.
2 parents ea716f0 + cc6d272 commit 1261aef

File tree

2 files changed

+179
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)