|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## Version 2.2 |
| 4 | + |
| 5 | +*January 19, 2018* |
| 6 | + |
| 7 | +- Fixes bugs with some non-roman languages not generating unique headers |
| 8 | +- Adds editorconfig, thanks to [Jay Thomas](https://github.com/jaythomas) |
| 9 | +- Adds optional `NestingUniqueHeadCounter`, thanks to [Vladimir Morozov](https://github.com/greenhost87) |
| 10 | +- Small fixes to typos and language, thx [Emir Ribić](https://github.com/ribice), [Gregor Martynus](https://github.com/gr2m), and [Martius](https://github.com/martiuslim)! |
| 11 | +- Adds links to Spectrum chat for questions in README and ISSUE_TEMPLATE |
| 12 | + |
| 13 | +## Version 2.1 |
| 14 | + |
| 15 | +*October 30, 2017* |
| 16 | + |
| 17 | +- Right-to-left text stylesheet option, thanks to [Mohammad Hossein Rabiee](https://github.com/mhrabiee) |
| 18 | +- Fix for HTML5 history state bug, thanks to [Zach Toolson](https://github.com/ztoolson) |
| 19 | +- Small styling changes, typo fixes, small bug fixes from [Marian Friedmann](https://github.com/rnarian), [Ben Wilhelm](https://github.com/benwilhelm), [Fouad Matin](https://github.com/fouad), [Nicolas Bonduel](https://github.com/NicolasBonduel), [Christian Oliff](https://github.com/coliff) |
| 20 | + |
| 21 | +Thanks to everyone who submitted PRs for this version! |
| 22 | + |
| 23 | +## Version 2.0 |
| 24 | + |
| 25 | +*July 17, 2017* |
| 26 | + |
| 27 | +- All-new statically generated table of contents |
| 28 | + - Should be much faster loading and scrolling for large pages |
| 29 | + - Smaller Javascript file sizes |
| 30 | + - Avoids the problem with the last link in the ToC not ever highlighting if the section was shorter than the page |
| 31 | + - Fixes control-click not opening in a new page |
| 32 | + - Automatically updates the HTML title as you scroll |
| 33 | +- Updated design |
| 34 | + - New default colors! |
| 35 | + - New spacings and sizes! |
| 36 | + - System-default typefaces, just like GitHub |
| 37 | +- Added search input delay on large corpuses to reduce lag |
| 38 | +- We even bumped the major version cause hey, why not? |
| 39 | +- Various small bug fixes |
| 40 | + |
| 41 | +Thanks to everyone who helped debug or wrote code for this version! It was a serious community effort, and I couldn't have done it alone. |
| 42 | + |
| 43 | +## Version 1.5 |
| 44 | + |
| 45 | +*February 23, 2017* |
| 46 | + |
| 47 | +- Add [multiple tabs per programming language](https://github.com/lord/slate/wiki/Multiple-language-tabs-per-programming-language) feature |
| 48 | +- Upgrade Middleman to add Ruby 1.4.0 compatibility |
| 49 | +- Switch default code highlighting color scheme to better highlight JSON |
| 50 | +- Various small typo and bug fixes |
| 51 | + |
| 52 | +## Version 1.4 |
| 53 | + |
| 54 | +*November 24, 2016* |
| 55 | + |
| 56 | +- Upgrade Middleman and Rouge gems, should hopefully solve a number of bugs |
| 57 | +- Update some links in README |
| 58 | +- Fix broken Vagrant startup script |
| 59 | +- Fix some problems with deploy.sh help message |
| 60 | +- Fix bug with language tabs not hiding properly if no error |
| 61 | +- Add `!default` to SASS variables |
| 62 | +- Fix bug with logo margin |
| 63 | +- Bump tested Ruby versions in .travis.yml |
| 64 | + |
| 65 | +## Version 1.3.3 |
| 66 | + |
| 67 | +*June 11, 2016* |
| 68 | + |
| 69 | +Documentation and example changes. |
| 70 | + |
| 71 | +## Version 1.3.2 |
| 72 | + |
| 73 | +*February 3, 2016* |
| 74 | + |
| 75 | +A small bugfix for slightly incorrect background colors on code samples in some cases. |
| 76 | + |
| 77 | +## Version 1.3.1 |
| 78 | + |
| 79 | +*January 31, 2016* |
| 80 | + |
| 81 | +A small bugfix for incorrect whitespace in code blocks. |
| 82 | + |
| 83 | +## Version 1.3 |
| 84 | + |
| 85 | +*January 27, 2016* |
| 86 | + |
| 87 | +We've upgraded Middleman and a number of other dependencies, which should fix quite a few bugs. |
| 88 | + |
| 89 | +Instead of `rake build` and `rake deploy`, you should now run `bundle exec middleman build --clean` to build your server, and `./deploy.sh` to deploy it to Github Pages. |
| 90 | + |
| 91 | +## Version 1.2 |
| 92 | + |
| 93 | +*June 20, 2015* |
| 94 | + |
| 95 | +**Fixes:** |
| 96 | + |
| 97 | +- Remove crash on invalid languages |
| 98 | +- Update Tocify to scroll to the highlighted header in the Table of Contents |
| 99 | +- Fix variable leak and update search algorithms |
| 100 | +- Update Python examples to be valid Python |
| 101 | +- Update gems |
| 102 | +- More misc. bugfixes of Javascript errors |
| 103 | +- Add Dockerfile |
| 104 | +- Remove unused gems |
| 105 | +- Optimize images, fonts, and generated asset files |
| 106 | +- Add chinese font support |
| 107 | +- Remove RedCarpet header ID patch |
| 108 | +- Update language tabs to not disturb existing query strings |
| 109 | + |
| 110 | +## Version 1.1 |
| 111 | + |
| 112 | +*July 27, 2014* |
| 113 | + |
| 114 | +**Fixes:** |
| 115 | + |
| 116 | +- Finally, a fix for the redcarpet upgrade bug |
| 117 | + |
| 118 | +## Version 1.0 |
| 119 | + |
| 120 | +*July 2, 2014* |
| 121 | + |
| 122 | +[View Issues](https://github.com/tripit/slate/issues?milestone=1&state=closed) |
| 123 | + |
| 124 | +**Features:** |
| 125 | + |
| 126 | +- Responsive designs for phones and tablets |
| 127 | +- Started tagging versions |
| 128 | + |
| 129 | +**Fixes:** |
| 130 | + |
| 131 | +- Fixed 'unrecognized expression' error |
| 132 | +- Fixed #undefined hash bug |
| 133 | +- Fixed bug where the current language tab would be unselected |
| 134 | +- Fixed bug where tocify wouldn't highlight the current section while searching |
| 135 | +- Fixed bug where ids of header tags would have special characters that caused problems |
| 136 | +- Updated layout so that pages with disabled search wouldn't load search.js |
| 137 | +- Cleaned up Javascript |
0 commit comments