diff --git a/assets/js/modules/angular/directives/qcSettingsDirective.js b/assets/js/modules/angular/directives/qcSettingsDirective.js index 7bad563..fa7bdbb 100644 --- a/assets/js/modules/angular/directives/qcSettingsDirective.js +++ b/assets/js/modules/angular/directives/qcSettingsDirective.js @@ -62,6 +62,11 @@ export class SettingsController { close() { ($('#settingsDialog'): any).modal('hide'); } + + showChangeLog() { + this.close(); + ($('#changeLogDialog'): any).modal('show'); + } } SettingsController.$inject = [ '$scope', '$log', 'comicService' diff --git a/assets/sass/_common.scss b/assets/sass/_common.scss index 9607d1c..1b629a7 100644 --- a/assets/sass/_common.scss +++ b/assets/sass/_common.scss @@ -58,6 +58,10 @@ a { padding-right: 10px; } +.p-r-20px { + padding-right: 20px; +} + .m-t-3px { margin-top: 3px; } diff --git a/assets/sass/directives/_change-log.scss b/assets/sass/directives/_change-log.scss index df73bab..6b9422d 100644 --- a/assets/sass/directives/_change-log.scss +++ b/assets/sass/directives/_change-log.scss @@ -27,3 +27,18 @@ } } } + +.change-log-entry { + padding-left: 2em; + border-left: 1px dashed #8E979F; + + p.developer-message { + border-left: 5px solid #8E979F; + padding: 20px; + background-color: #697683; + + a { + color: #8E979F; + } + } +} diff --git a/assets/templates/changeLog.html b/assets/templates/changeLog.html index 3dc6724..fc508ff 100644 --- a/assets/templates/changeLog.html +++ b/assets/templates/changeLog.html @@ -37,6 +37,35 @@

NextVersion NextDate

--> +

0.6.0 March 7, 2019

+
+

+ This release, like the previous one, has been mostly about code quality and features for editors and me, + the developer. I'm hoping that I can now start putting in more features for the end-user as we move + towards version 0.7. If you have ideas for new features, or you have any problems with the extension + as it is, don't hesitate to + tell us about them! + While I have quite a lot of ideas left to implement, I'd also love to implement ideas that aren't just + my own. +

+
New features
+ +
Changes/fixes
+ +
Editor features
+ +
+

0.5.3 March 1, 2019