mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
89 lines
2.2 KiB
Markdown
89 lines
2.2 KiB
Markdown
|
# Changelog
|
||
|
|
||
|
## Version 1.4.0
|
||
|
|
||
|
*November 24, 2016*
|
||
|
|
||
|
- Upgrade Middleman and Rouge gems, should hopefully solve a number of bugs
|
||
|
- Update some links in README
|
||
|
- Fix broken Vagrant startup script
|
||
|
- Fix some problems with deploy.sh help message
|
||
|
- Fix bug with language tabs not hiding properly if no error
|
||
|
- Add `!default` to SASS variables
|
||
|
- Fix bug with logo margin
|
||
|
- Bump tested Ruby versions in .travis.yml
|
||
|
|
||
|
## Version 1.3.3
|
||
|
|
||
|
*June 11, 2016*
|
||
|
|
||
|
Documentation and example changes.
|
||
|
|
||
|
## Version 1.3.2
|
||
|
|
||
|
*February 3, 2016*
|
||
|
|
||
|
A small bugfix for slightly incorrect background colors on code samples in some cases.
|
||
|
|
||
|
## Version 1.3.1
|
||
|
|
||
|
*January 31, 2016*
|
||
|
|
||
|
A small bugfix for incorrect whitespace in code blocks.
|
||
|
|
||
|
## Version 1.3
|
||
|
|
||
|
*January 27, 2016*
|
||
|
|
||
|
We've upgraded Middleman and a number of other dependencies, which should fix quite a few bugs.
|
||
|
|
||
|
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.
|
||
|
|
||
|
## Version 1.2
|
||
|
|
||
|
*June 20, 2015*
|
||
|
|
||
|
**Fixes:**
|
||
|
|
||
|
- Remove crash on invalid languages
|
||
|
- Update Tocify to scroll to the highlighted header in the Table of Contents
|
||
|
- Fix variable leak and update search algorithms
|
||
|
- Update Python examples to be valid Python
|
||
|
- Update gems
|
||
|
- More misc. bugfixes of Javascript errors
|
||
|
- Add Dockerfile
|
||
|
- Remove unused gems
|
||
|
- Optimize images, fonts, and generated asset files
|
||
|
- Add chinese font support
|
||
|
- Remove RedCarpet header ID patch
|
||
|
- Update language tabs to not disturb existing query strings
|
||
|
|
||
|
## Version 1.1
|
||
|
|
||
|
*July 27, 2014*
|
||
|
|
||
|
**Fixes:**
|
||
|
|
||
|
- Finally, a fix for the redcarpet upgrade bug
|
||
|
|
||
|
## Version 1.0
|
||
|
|
||
|
*July 2, 2014*
|
||
|
|
||
|
[View Issues](https://github.com/tripit/slate/issues?milestone=1&state=closed)
|
||
|
|
||
|
**Features:**
|
||
|
|
||
|
- Responsive designs for phones and tablets
|
||
|
- Started tagging versions
|
||
|
|
||
|
**Fixes:**
|
||
|
|
||
|
- Fixed 'unrecognized expression' error
|
||
|
- Fixed #undefined hash bug
|
||
|
- Fixed bug where the current language tab would be unselected
|
||
|
- Fixed bug where tocify wouldn't highlight the current section while searching
|
||
|
- Fixed bug where ids of header tags would have special characters that caused problems
|
||
|
- Updated layout so that pages with disabled search wouldn't load search.js
|
||
|
- Cleaned up Javascript
|