Parcourir la source

Update release notes and thanks file

Talha Mansoor il y a 11 ans
Parent
commit
b67dac8981
2 fichiers modifiés avec 16 ajouts et 4 suppressions
  1. 7 4
      RELEASE_NOTES.md
  2. 9 0
      THANKS.md

+ 7 - 4
RELEASE_NOTES.md

@@ -19,16 +19,19 @@ Visual Style
 * Change default place holder text of Email form text field
 * Search results link open in the same window, which is consistent with search
   results from internet search engines
+* Line number in code block is hidden on tablets and phones to save space for content
 * Fix: Nested lists have different font sizes
-* Fix: Add CSS style rules for literal block in reST
+* Fix: CSS style rules for literal block in reST is missing
+* Fix: Long lines in code block will wrap
+* Fix: Code block will not play nice with line numbers
 
 Optimizations
 -------------
 
-Following improvements reduce the number of HTTP requests 
+Following improvements reduce the number of HTTP requests
 
 * Four CSS style sheets have been merged into to one
-* CSS style sheet is minified to reduce size
+* Elegant uses minified CSS style sheet
 * Favicon is disabled by default. Set `USE_FAVICON` to true to enable it
 * [Font Awesome](http://fortawesome.github.io/) is included only if `SOCIAL`
   tuple is set
@@ -37,7 +40,7 @@ Version 1.3
 ===========
 
 * Next and previous article navigation is placed below comments section so that article's content and comments appear together
-* Article title and site name in `<title>` tag is separated by ` · ` which is cleaner and more subtle than ` -  ` 
+* Article title and site name in `<title>` tag is separated by ` · ` which is cleaner and more subtle than ` -  `
 * Subtitle of articles and pages is added in `<title>` tag along with main title
 * Description meta tag on Home Page uses `SITE_DESCRIPTION`
 * Bug fix: Expand comments section if URL points to a comment

+ 9 - 0
THANKS.md

@@ -1,6 +1,14 @@
 Thanks to
 =========
 
+[calfzhou](https://github.com/calfzhou)
+---------------------------------------
+
+### Nov 8, 2013
+
+1. He [reported](https://github.com/talha131/pelican-elegant/issues/58) that line numbers in code block to do not always get displayed correctly.
+
+
 [brechtm](https://github.com/brechtm)
 -------------------------------------
 
@@ -23,6 +31,7 @@ Thanks to
 ### Oct 1, 2013
 
 1. He [reported](https://github.com/talha131/pelican-elegant/issues/6) that it is not possible to link to a Disqus comment.
+1. He [reported](https://github.com/talha131/pelican-elegant/issues/8) that code block auto wraps to next line
 
 ### Sep 29, 2013