forked from brittohalloran/notestack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
79 lines (59 loc) · 2.25 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
// NOTESTACK.ME CHANGE HISTORY
Contributors:
Britt O'Halloran (brittohalloran) - https://github.com/brittohalloran
Eliezer Kanal (eykanal) - https://github.com/eykanal
2011-12-23 - v0.8.22-23
- added public dev site (dev.notestack.me)
2011-12-22 - v0.8.21
- fixed text highlighting in firefox on moleskine theme [eykanal]
2011-12-20 - v0.8.11 ... v0.8.20
- updated deploy scripts
2011-12-20 - v0.8.10
- fixed markdown list indentation [eykanal]
2011-12-13 - v0.8.9
- added markdown blockquote support [eykanal]
2011-12-11 - v0.8.8
- added sort by alphabetic option (in settings)
2011-09-07 - v0.8.7
- fixed bug with viewing labels
2011-09-03 - v0.8.6
- improved javascript code (switched to strict mode - jslint.com)
- restyled homepage links
- fixed bug with wrong note count on first load
2011-08-31 - v0.8.5
- improved search method to find multiple words (any order)
- made login and 'create simplenote account' more intuitive
2011-08-30 - v0.8.4
- minor performance improvements
2011-08-20 - v0.8.3
- major speed improvements, especially in label filter / unfilter
- make animations smoother and use less memory
- fixed: not being able to turn markdown off
- fixed: filtering with no tag selected
2011-08-15 - v0.8.2
- enabled markdown support
- added pin and markdown buttons to each note
- switched to github issue tracking (from getsatisfaction because their free plan is too restricted)
- minor speed improvements
2011-08-06 - v0.8.1
- enabled tag support
2011-08-03 - v0.8.0
- added option for disabling tags
- changed sync method to be more robust to disconnection mid-sync
- added sync progress bar (only shows up during large load)
- made animations smoother
- changed authentication handling to only require re-login when simplenote rejects a request
- added 404 page
2011-07-31 - v0.7.4
- enabled offline mode (auto-detects when connection is down, changes are synced when next connected)
- fixed Firefox issues
2011-07-27 - v0.7.3
- clean up themes, made extendable for easy addition of new themes
2011-07-26 - v0.7.2
- added delete note functionality
- added version number, changelog, and getsatisfaction links
2011-07-25 - v0.7.1
- fixed issues with creating notes
- version history browsing is fully functional
2011-07-21 - v0.7.0
- versions working, but not revert