forked from KnowYourCGPA/KnowYourCGPA.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
160 lines (154 loc) · 7.49 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#c9222a">
<title>changelogs: KnowYourCGPA</title>
<meta property="og:title" content="changelogs: KnowYourCGPA">
<meta property="og:description" content="changelogs: KnowYourCGPA">
<meta property="og:url" content="https://KnowYourCGPA.github.io/changelog.html/">
<link rel="stylesheet" href="/decorationHouse/style.css">
<link rel="icon" type="image/x-icon" href="/decorationHouse/favicon.jpg">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RSLTHGS9P4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-RSLTHGS9P4');
</script>
<body>
<div id="allHeader">
<header id="mainHeader">
<div id="headercontainer">
<a href="/" class="mainLogo">KnowYourCGPA</a>
<div class="darkmodeicon">
<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48">
<path id="darkModeIconPath"
d="M240-383.922q42.615 0 77.999 23.615 35.385 23.616 53.461 63.231l13.616 33.154H422q33.307 0 57.614 24.808 24.308 24.807 24.308 59.114 0 35.307-24.615 59.114Q454.692-97.078 420-97.078H240q-59.692 0-101.307-41.615T97.078-240q0-59.692 41.615-101.807T240-383.922ZM433.306-820.69q-10.076 96.692 19.347 188.153 29.423 91.461 99.115 160.153 68.692 69.693 160.154 98.923 91.461 29.231 188.768 19.155-30 134.076-136.269 217.998-106.268 83.922-243.652 82.306-10.23 0-19.653-.5-9.423-.5-19.039-1.5 36.692-15.692 59.461-49.114 22.769-33.423 22.769-74.884 0-58.538-40.231-100.038t-97.154-43.653q-25.307-54.616-75.576-87.616-50.269-33-111.346-33-28.23 0-55.038 8.385-26.807 8.384-49.961 24.538-1-8.154-1-15.116v-15.115q-1-137.384 82.423-242.729Q299.846-789.69 433.306-820.69Z" />
</svg>
</div>
</div>
<script src="/sitewideJavascripts/themeController.js"></script>
</header>
<div class="credits">
Version 3.1 C - <a href="changelog.html">changelogs</a>
</div>
</div>
<main>
<div class="upcomingFeatures">
<h3>From developer:</h3>
<p>
Heyy, I hope you like this site. I will be creating for other branches and semesters too. Please let me
know if there any bug or wrong calculation. I have tried my best to minimise errors but let me know if
there is one.
</p>
<p>
If you have any feedback or suggestion or question regarding this website, do reach me out at my email
22bcs084@smvdu.ac.in
</p>
</div>
<div class="changeLogList">
<div class="changelogbox">
<strong>Date: 18-09-2023 19 56</strong>
<p>ver:3.1 Chiranjeevi (Stable)
<ol>
<li>Changed the homepage a bit.</li>
<li>Added calculator for sem 1st.</li>
<li>Removed animations because it was lagging</li>
</ol>
</p>
</div>
<div class="changelogbox">
<strong>Date: 11-08-2023 17 35</strong>
<p>ver:3.0 Chiranjeevi (Stable)
<ol>
<li>This site finally got a homepage!!</li>
<li>updated the links and buttons accordingly</li>
<li>added sem7 calculator.</li>
<li>Swapped calculate and clear button positions to improve UX</li>
</ol>
</p>
</div>
<div class="changelogbox">
<strong>Date: 11-08-2023 17 35</strong>
<p>ver:2.1 Parivartan (Stable)
<ol>
<li>Fixed Bugs and improved loading time.</li>
<li>changed icons from woff to svg to load it locally.</li>
<li>removed some meta tags from heading.</li>
</ol>
</p>
</div>
<div class="changelogbox">
<strong>Date: [insert date]</strong>
<p>ver: 2.0 Parivartan
<ol>
<li>transformed button a little bit, now it says "calculate" instead of "get SGPA".</li>
<li>changed the back end function to make it shorter and efficient</li>
<li><strong>Added the feature to calculate CGPA by entering previous CGPA.</strong></li>
<li>Fixed Reset Button Bug.</li>
<li><strong>Added Dark Mode.</strong></li>
<li>Made texts unselectable except result.</li>
<li>added some animations</li>
<li>changed file hierarchy to manage code</li>
<li>Updated the Sem 2 code</li>
<li>Optimised my code to make things load faster.</li>
</ol>
</p>
</div>
<div class="changelogbox">
<strong>Date: 06-08-2023 14 30</strong>
<p>ver: 1.20 Aarambh (Stable)
<ol>
<li>Optimised for desktop site.</li>
</ol>
</p>
</div>
<div class="changelogbox">
<strong>Date: 05-08-2023 22 45</strong>
<p>ver: 1.10 Aarambh (Beta)
<ol>
<li>This update bring a lot of stuffs.</li>
<li>added semester 2 calculator too on special request ;)</li>
<li>Added a 'From Developer' section in changelog page to communicate with you people</li>
<li>added a upcoming feature box on page to let you know the feature arriving in next update.</li>
<li>Made some tweaks in the back-end code to make it more efficient.</li>
<li>temporarily, the <strong>main-logo work as a switch for switching between 2nd sem calculator and
3rd
sem calculator</strong></li>
<li>Updated some meta tags to add description and site details</li>
</ol>
</p>
</div>
<div class="changelogbox">
<strong>Date: 05-08-2023 16 33</strong>
<p>ver: 1.01 Aarambh (Beta)
<ol>
<li>fixed text oversize bug on small devices</li>
<li>changed some text sizes to make it comfortable for eyes</li>
</ol>
</p>
</div>
<div class="changelogbox">
<strong>Date: 05-08-2023 14 25</strong>
<p>ver: 1.0 Aarambh (Beta)
<ol>
<li>very first version</li>
<li>might have a lot of bugs as i havent tested on much device</li>
</ol>
</p>
</div>
</div>
</main>
<footer>
<p id="footernote">Made with ❤ by Shivam</p>
<p class="footernote1">Student at Shri Mata Vaishno Devi University</p>
<p class="footernote1">Department of CSE</p>
<div class="linkcontainer">
<a href="https://www.instagram.com/z1_shivam/">instagram</a>
</div>
</footer>
</body>
</html>