Releases: thexavismith/theboldreport.net
Releases · thexavismith/theboldreport.net
v5.1.0
Bug Fixes
- Update protocol on gravatar images (#168)
- Update Bold Report avatar image in
head
(#171)
Development Fixes
- Remove Segment and switch to Google Analytics tracking code (#170)
Add jTag templates (#172) Since been removed.
Site Enhancements
- Redesign the Topics Page (#169)
- Typogrify (#173)
- Add share buttons (#174)
v5.0.1
Bug Fixes
- Recent posts not displaying for authors (#163)
Development Fixes
- Use
custom_type
instead of categories
(#164)
- Improve Caching and Gzip (#165)
Site Enhancements
- Update styles for superscript (#167)
v5.0.0
Bug Fixes
- Remove font smoothing on footnote popovers (#155)
- Display art directed posts nicely in index (#156)
- Fix the original newsletter idea (#158)
- Fix lists in blockquotes (#160)
- Update favicon and apple touch icon (#161)
Site Enhancements
- Display byline and date better (#147)
- Display Tags in a more secondary place
- Design a better archives page (#148)
- Space for Related Posts (#149)
- Give more priority to newsletter (#150)
- Make 404 more helpful (#153)
- Redesign Search (#151) with help from @tjdraper
v4.8.4
Bug Fixes
- Gravatar requests relative (#141)
- Fix Feed Subtitle (#143)
Development Fixes
-
Update Gemfile
and Gemfile.lock
(41416fb)
Site Enhancements
-
Adding Sonya as an editor (#140)
-
Increase Font Size on Smaller Screens (#145)
v4.8.3
Bug Fixes
- Fix layout of newsletter form on smaller screens (#136)
Development Fixes
- Plugins in Gemfile and added
Jekyll::Compose
(#135)
Site Enhancements
- Small Post Updates (#132)
v4.8.2
Bug Fixes
Development Fixes
- Extracted components into partials (#128)
- Updated
.gitignore
to ignore npm-debug.log
(#131)
Site Enhancements
- Added Author Information to Art Direct Type and fixed stuff in each of those posts(#129)
Authors in this release
@smithtimmytim @keaton-taylor
v4.8.1
Here's what in this release:
- Adding Segment JS to add analytics back to The Bold Report (#125)
- Cleaning up Gemfile to get rid of unnecessary dependencies. (#126)
- Changing links to use a
border-bottom
on :hover
instead of text-decoration
. So much nicer. (#127)
Other Small Fixes
- Adding
Rack::Deflater
to enable compression on served assets. (09a6bad)
Adding Author Capabilities and Profiles
The Bold Report will be accepting author contributions and with that, we need to support authors.
Minor Images Fix for Safari
Weird flexbox bug on Safari is now fixed.
Moving Back to Kramdown
Decided to move back to Kramdown and wow was that easy!