Skip to content

Commit

Permalink
Bump v1.3.0
Browse files Browse the repository at this point in the history
* Move contents directory to separate git repo and fetch it as git-submodule: https://github.com/ixisio/andreasklein_org-contents
* Update npm dependencies to latest version
* Add JavaScript Code Style Checker (JSCS)
* Refactor Code Style
* Clean up some less styles indentation
* Add social profile link rel to <head>
* Add indieweb Authorization endpoints
* Remove express-device
* Rename main to core.css
* Remove mobile avatar image
* Remove Open-Sanse true-type font format
* Remove icons eot format and remove .eot file
* Remove underscore.js from npm depedencies
* Migrate jade to v1.7.x
* Migrate express to v4.x
* Remove mobile stylesheet and text-image-block elements
  • Loading branch information
Andreas Klein committed Oct 20, 2014
1 parent 035540e commit 6dd3be5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
36 changes: 19 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## HEAD

## v1.3.0 / 2014-10-20
* Move contents directory to separate git repo and fetch it as git-submodule: https://github.com/ixisio/andreasklein_org-contents
* Update npm dependencies to latest version
* Add JavaScript Code Style Checker (JSCS)
Expand All @@ -18,49 +20,49 @@
* Migrate express to v4.x
* Remove mobile stylesheet and text-image-block elements

## 1.2.0 / 19.06.2014
## v1.2.0 / 2014-06-19
* Performance optimization
* Update Express Caching
* Desktop CSS out sourcing
* Update about-me section

## 1.1.2 / 30.05.2014
## v1.1.2 / 2014-05-30
* Performance optimization

## 1.1.1 / 30.05.2014
## v1.1.1 / 2014-05-30
* Patch: Tablets up to 1024 Pixels has no styling! (fixed)

## 1.1.0 / 29.05.2014
## v1.1.0 / 2014-05-29
* Update dependencies to latest version
* Add grunt tasks documentation
* Move from SASS to LESS.js for CSS precompiling
* Media-Query outsourcing (experiment with RESS)
* Some minor changes & improvements

## 1.0.0 / 11.02.2014
## v1.0.0 / 2014-02-11
* update / migrate poet to v1.0.0-rc4
* Fix some a11y issues
* add rss link
* some minor bugfixes & optimizations

## 0.12.0 / 06.12.2013
## v0.12.0 / 2013-12-06
* Add a new fresh set of Icons
* Clean up SASS Files
* Change the look of `<h2>` Tags
* Visual changes to 404 page
* Update grunt.js to v0.4.2
* Some minor improvements

## 0.11.0 / 24.10.2013
## v0.11.0 / 2013-10-24
* Frameless figures on phones. Image indentation on larger screen.
* Styling figure captions.
* Refactoring

## 0.10.1 / 16.10.2013
## v0.10.1 / 2013-10-16
* Enable :hover states only for non-touch devices


## 0.10.0 / 16.10.2013
## v0.10.0 / 2013-10-16
* Update prettyPrint.js to parse all `@code <pre>` tags, instead of looking for className `.prettyprint`.
* Update 404 Templates
* Send right 404 Status. With Express Middleware this looks like `res.status(404);`
Expand All @@ -70,39 +72,39 @@
* Start prettyPrint() by body.onload event
* No Email-Address obfuscating anymore

## 0.9.2 / 26.09.2013
## v0.9.2 / 2013-09-26
* Remove :hover Styles for touch-enabled devices

## 0.9.1 / 26.09.2013
## v0.9.1 / 2013-09-26
* Remove headings uppercase styling
* Add matchdep for grunt
* add grunt-contrib-open

## 0.9.0 / 31.05.2013
## v0.9.0 / 2013-05-31
* Make some _type CSS changes
* Article Page Styling
* Remove Maintenance Handler/Mode

## 0.8.0
## v0.8.0
* Add 404 Page Route & Handler
* New Template/Layout Structure
* Add Category & Tag Routes
* Styling posts, tags

## 0.6.0
## v0.6.0
* Add RSS Route
* Add RSS Handler

## 0.4.0
## v0.4.0
* Finish mobile breakpoint styling
* Add Maintenance Screen
* Add Google Analytics

## 0.2.0
## v0.2.0
* Add Heroku Procfile
* Add Imprint Page Route & Content

## 0.1.0
## v0.1.0
* Add grunt build script (server, compass, lint, watch)
* finish layout styling overview pages
* add poet
Expand Down
2 changes: 1 addition & 1 deletion content
Submodule content updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www.andreasklein.org",
"description": "My personal space for article, notes & ideas on the web.",
"version": "1.2.0",
"version": "1.3.0",
"author": {
"name": "Andreas Klein",
"url": "http://andreasklein.org"
Expand Down

0 comments on commit 6dd3be5

Please sign in to comment.