Skip to content

Commit ef350cb

Browse files
committed
Bumped version to 0.6.2 and updated changelog
1 parent 63424a2 commit ef350cb

4 files changed

Lines changed: 52 additions & 5 deletions

File tree

assets/sass/directives/_change-log.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
padding-left: 2em;
3535
border-left: 1px dashed #8e979f;
3636

37-
p.developer-message {
37+
.developer-message {
3838
border-left: 5px solid #8e979f;
3939
padding: 20px;
4040
background-color: #697683;

assets/templates/changeLog.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,53 @@ <h4>NextVersion <small>NextDate</small></h4>
3636
<li></li>
3737
</ul>
3838
-->
39+
<h4>0.6.2 <small>August 31, 2022</small></h4>
40+
<div class="change-log-entry">
41+
<div class="developer-message">
42+
<p>
43+
It's been a while! And this release isn't really one of
44+
improvement, but rather necessity. For the longest time, the
45+
Questionable Content Extensions has used Heroku's free plan as its
46+
backend, because this is a hobby project, and I don't really have
47+
the means to pay for dedicated hosting and bandwidth for it, as I
48+
make no money off this project, and I don't want it to be a
49+
financial burden.
50+
<a href="https://blog.heroku.com/next-chapter"
51+
>Heroku/Salesforce has finally decided to remove their free
52+
tier</a
53+
>, which is neither surprising nor unexpected, but that naturally
54+
means that I have to use a different solution.
55+
</p>
56+
<p>
57+
For the time being, I'm going to go back to self-hosting, as I did
58+
before I discovered Heroku and switched to it. We'll just have to
59+
see whether it makes an impact on my costs or not. In a more
60+
positive turn of events, the self-hosted server appears to have
61+
much better performance than Heroku did, so that's a plus.
62+
</p>
63+
<p>
64+
Just in case someone's feeling generous or want to demonstrate
65+
gratitude for this thing I've made, I'm just going to leave this
66+
here as well. 😊
67+
</p>
68+
<a href="https://ko-fi.com/Y8Y4C4MZ6" target="_blank"
69+
><img
70+
height="36"
71+
style="border: 0px; height: 36px"
72+
src="https://cdn.ko-fi.com/cdn/kofi2.png?v=3"
73+
border="0"
74+
alt="Buy Me a Coffee at ko-fi.com"
75+
/></a>
76+
</div>
77+
<h5>Changes/fixes</h5>
78+
<ul>
79+
<li>Better handling of error communicating with server</li>
80+
<li>
81+
Use questionablextensions.net server for API requests instead of
82+
Heroku.
83+
</li>
84+
</ul>
85+
</div>
3986
<h4>0.6.1 <small>December 8, 2019</small></h4>
4087
<ul>
4188
<li>Fix missing sidebar when loading a comic directly by number in URL.</li>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "questionable-content-spa",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Questionable Content Single-Page Application with Extra Features",
55
"main": "app.js",
66
"scripts": {
@@ -47,4 +47,4 @@
4747
"uglify-es": "^3.3.9"
4848
},
4949
"dependencies": {}
50-
}
50+
}

0 commit comments

Comments
 (0)