Welcome to mirror list, hosted at ThFree Co, Russian Federation.

changelog.txt - github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd956f3a45ccd700c9a78f61800b6bf5546ed535 (plain)
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
------------------------------
Ghostwriter Version 1.9.0
------------------------------

- Added support for Ghost 0.5.9 navigation feature

------------------------------
Ghostwriter Version 1.8.2
------------------------------

- Fixed multiline code block indention

------------------------------
Ghostwriter Version 1.8.1
------------------------------

- (postblue) Fixed author bio on smaller screens
- Improved author page display on smaller screens
- Fixed author avatar display

------------------------------
Ghostwriter Version 1.8.0
------------------------------

- Added support for author pages
- Moved post loop into "loop" partial

------------------------------
Ghostwriter Version 1.7.1
------------------------------

- (mihneadb) Fixed share buttons colour on hover
- Added .gitignore and removed sass-cache

------------------------------
Ghostwriter Version 1.7.0
------------------------------

- Added support for the blog logo setting

------------------------------
Ghostwriter Version 1.6.0
------------------------------

- Added package.json file introduced in Ghost 0.4.2
- Added support for tag index pages

------------------------------
Ghostwriter Version 1.5.0
------------------------------

- Added social share buttons

------------------------------
Ghostwriter Version 1.4.0
------------------------------

- Added a simple navigation menu
- Added font awesome for icons
- Added support for featured posts
- Added basic support for html tables
- Added fitvid.js for responsive video support
- Removed image icons
- Replaced the browse posts button with a Browse Posts text link in 
  the new navigation menu. This should make finding the posts list
  easier for users.
- Tidied up nested lists
- Set up assets to load with the new asset helper
- Responsiveness tweaks

------------------------------
Ghostwriter Version 1.3.0
------------------------------

- Added .scss file for working with SASS
- Added icon sprite PSD
- Added tags to the bottom of posts
- Fixed footer so that it sticks to the bottom when their isn't enough
  content on a page
- (jpkrohling) Fixed font loading on https

------------------------------
Ghostwriter Version 1.2.0
------------------------------

- (SimonKberg) Updated responsive image CSS
- (SimonKberg) Added titles to links
- (SimonKberg) Fixed Ghost meta tags
- (SimonKberg) Fixed double ajax containers

------------------------------
Ghostwriter Version 1.1.0
------------------------------

- Added RSS link to the header.
- Made the icons retina ready.

------------------------------
Ghostwriter Version 1.0.1
------------------------------

- Fixed post not displaying on home page (posts.0.content has changed
  to posts.0.html in ghost 0.3.x)