File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
** If you get an error right after updating just close all Brackets instances and start again. We are aware of this problem.**
4
4
5
- ## 0.14.20 (Unreleased)
5
+ ## 0.14.21 (07/04/2015)
6
+ * Added commit date to file history viewer by [ Andrew Minion] ( https://github.com/macbookandrew )
7
+
8
+ ## 0.14.20 (25/03/2015)
6
9
* Staged files are now remembered when using shortcuts to commit a single file or commit all files by [ Ignacio Moreno] ( https://github.com/nmorenor )
7
10
8
11
## 0.14.19 (25/03/2015)
Original file line number Diff line number Diff line change 110
110
margin : -5px -3px 0 0 ;
111
111
padding-left : 50px ;
112
112
}
113
- .commit-hash , .commit-author {
113
+ .commit-hash , .commit-author , .commit-time {
114
114
margin-right : 10px ;
115
115
display : inline-block ;
116
116
color : @bc-text-thin-quiet ;
Original file line number Diff line number Diff line change 14
14
< span class ="commit-author-name "> {{commit.author}}</ span >
15
15
< span class ="commit-author-email "> <{{commit.email}}></ span >
16
16
</ span >
17
+ < span class ="commit-time " title ="{{commit.date.title}} ">
18
+ < i class ="octicon octicon-calendar "> </ i >
19
+ < span class ="selectable-text "> {{commit.date.shown}}</ span >
20
+ </ span >
17
21
< span class ="commit-hash " data-hash ="{{commit.hash}} ">
18
22
< i class ="octicon octicon-git-commit "> </ i > < span class ="selectable-text "> {{commit.hashShort}}</ span >
19
23
< a href ="# " class ="git-extend-sha "> …</ a >
You can’t perform that action at this time.
0 commit comments