Skip to content

Commit 51809ce

Browse files
committed
Merge remote-tracking branch 'upstream/dev'
2 parents b6dffbf + 9696823 commit 51809ce

38 files changed

+427
-536
lines changed

.gitignore

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,29 @@ lib-cov
1111
pids
1212
logs
1313

14-
node_modules/
14+
node_modules/
15+
16+
# Created by http://www.gitignore.io
17+
18+
### OSX ###
19+
.DS_Store
20+
.AppleDouble
21+
.LSOverride
22+
23+
# Icon must end with two \r
24+
Icon
25+
26+
27+
# Thumbnails
28+
._*
29+
30+
# Files that might appear on external disk
31+
.Spotlight-V100
32+
.Trashes
33+
34+
# Directories potentially created on remote AFP share
35+
.AppleDB
36+
.AppleDesktop
37+
Network Trash Folder
38+
Temporary Items
39+
.apdisk

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Apache License, Version 2.0
1919
***
2020

2121
### Changelog
22+
- 3.0 (August 15 2014) - Redesign, fix issue with thumbnails, improved search (AND/OR).
2223
- 2.0.3 (March 27 2014) - Fix issue with thumbnail backgrounds (#68).
2324
- 2.0.2 (February 12 2014) - Update CSS styles to Dewey thumbnails.
2425
- 2.0 (February 11 2014) - Redesign, rebranding. First Dewey version.

app.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<title>Dewey</title>
99

1010
<link rel='stylesheet' href='css/main.css'>
11+
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700' rel='stylesheet' type='text/css'>
1112
<script data-main='js/startup' src='bower_components/requirejs/require.js'></script>
1213

1314
<script id="template/typeahead/typeahead-popup.html" type="text/ng-template">

0 commit comments

Comments
 (0)