You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release, like the previous one, has been mostly about code quality and features for editors and me,
44
+
the developer. I'm hoping that I can now start putting in more features for the end-user as we move
45
+
towards version 0.7. If you have ideas for new features, or you have any problems with the extension
46
+
as it is, don't hesitate to
47
+
<ahref="https://github.com/Questionable-Content-Extensions/client/issues">tell us about them</a>!
48
+
While I have quite a lot of ideas left to implement, I'd also love to implement ideas that aren't just
49
+
my own.
50
+
</p>
51
+
<h5>New features</h5>
52
+
<ul>
53
+
<li>If a comic takes too long to load, show a loading indicator. What's considered "too long" is configurable in the settings dialog</li>
54
+
<li>You can now open this change log at any time from the settings dialog, not just when a new version is out</li>
55
+
</ul>
56
+
<h5>Changes/fixes</h5>
57
+
<ul>
58
+
<li>Random comic navigation now respects exclusion settings</li>
59
+
</ul>
60
+
<h5>Editor features</h5>
61
+
<ul>
62
+
<li>Add support for the new item image system and for image uploading. This allows uploading images directly in the browser (was previously a tedious server-only job), and also allows for multiple images per item</li>
63
+
<li>Add edit log view. The server keeps track of all changes editors make, this view lets you see that log</li>
64
+
<li>Add flags for indicating whether a comic is lacking certain features, such as marking a comic as not having characters. Currently only used by the "comic missing X" feature so it doesn't indicate a comic having an error where missing X isn't erroneous</li>
65
+
<li>Ensure there are updating/loading indicators when changes are made, so it's clear that something's happening and that you don't accidentally do multiple potentially conflicting things</li>
66
+
</ul>
67
+
</div>
68
+
40
69
<h4>0.5.3 <small>March 1, 2019</small></h4>
41
70
<ul>
42
71
<li>Switch to using the new API server (only minor improvements client side for this version, but lays the groundwork for quicker and better improvements going forward)</li>
0 commit comments