-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathHistory.txt
174 lines (99 loc) · 3.33 KB
/
History.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
=== 2.0.0 / 2013-10-02
Changes:
* 5 Major Enhancements
* add callback handler
* add osx_version module
* add autocomplete handler
* get help handler to work
* alfred handler framework ( *WIP* )
* 15 Minor Enhancements
* config handler template
* user constant for handler and help item order
* add yaml and marshal serializatio support for feedback class
* add timestamp to callback entry
* auto-save user settings
* flexible autocomplete items (list of mixed string or hash)
* use fuzzy match for autocomplete handler
* sort help feedback items
* default cached feedback reload option
* add rescue feedback for query parser exception
* merge handler help to Help class
* add on_help for handler help message
* Inherit Setting class from Hash
remove plist as backend for Setting serialization
* update setting class
* display "right" name for contacts
* 2 Bug Fixes
* handle feedback yaml serialization based on ruby version
* help handler for empty item
=== 1.11.3 / 2013-10-02
prefer opts for file_item title (Zhao Cai <caizhaoff@gmail.com>)
Changes:
* 1 Bug Fixes
* prefer opts for file_item title
Bump version to 1.11.2
=== 1.11.2 / 2013-10-02
Changes:
* 1 Minor Enhancements
* allow opts to be passed to file item feedback
=== 1.11.1 / 2013-09-27
optimize feedback serialization (Zhao Cai <caizhaoff@gmail.com>)
Changes:
* 1 Minor Enhancements
* only need to serialize feedback items but self
* 1 Bug Fixes
* fix travis build error
"~/Library/Logs" does not exist in non-Mac machine
=== 1.11.0 / 2013-09-26
Changes:
* 1 Major Enhancements
* add custom item matcher
=== 1.10.1 / 2013-09-24
Hash arg for feedback item should not handled here (Zhao Cai <caizhaoff@gmail.com>)
=== 1.10.0 / 2013-09-24
support Hash arg for feedback item, prepare for flexible matcher and handler (Zhao Cai <caizhaoff@gmail.com>)
Changes:
* 1 Minor Enhancements
* support Hash arg for feedback item
=== 1.9.2 / 2013-09-24
* 1 Minor Enhancements
* add #front_appid
* 3 Bug Fixes
* travis.yml
* rake travis tasks
* with_rescue_feedback
=== 1.9.1 / 2013-09-14
Changes:
* 1 Minor Enhancements
* uid (optional in Alfred 2.0.3+)
=== 1.9.0 / 2013-09-14
update for Alfred feedback spec changes (Zhao Cai <caizhaoff@gmail.com>)
Changes:
* 2 Minor Enhancements
* prefer <arg></arg> to <item arg="">
* generic help feedback
=== 1.8.0 / 2013-05-02
Changes:
* 1 Minor Enhancements
* use default `logger` instead of `logging` gem
=== 1.5.2 / 2013-03-29
* [New]( Travis CI Status Image )
* [New]( Automate cached feedback save and load! )
* [New]( Setting class to save and load user configures )
* [New]( add load and dump for feedback )
* [New]( Alfred.search(query) to launch alfred with query )
=== 1.2.6 / 2013-03-27
! automate rescue feedback
* save @bundle_id for reaccess
=== 1.2.3 / 2013-03-25
* add function to output rescue feedback xml items
* add a few query regexp builders
! refactor feedback items
! add autotest support
! add rspec test
=== 1.1.0 / 2013-03-24
* reorganize Alfred module to multiple files
* use FileItem < Item classes to manage feedback item
* add default query match for Item and FileItem
=== 1.0.0 / 2013-03-21
* Birthday!