forked from seattlerb/omnifocus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
98 lines (56 loc) · 2.23 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
=== 2.1.0 / 2012-05-17
* 4 minor enhancements:
* Added "reschedule" command to evenly distribute review & release chaos.
* Added Project#review_interval=.
* Added Task#project.
* of fix_review_dates now fully re-distributes projects to be evenly spread out.
=== 2.0.0 / 2012-02-02
* 2 minor enhancements:
* Added bin/of
* Added deprecation notices to bin/omnifocus*
* 1 bug fix:
* _plugins should skip classes explicitly.
=== 1.5.2 / 2011-08-25
* 1 bug fix:
* Removed filtering on active project to avoid sync creating duplicates everywhere
=== 1.5.1 / 2011-08-12
* 2 bug fixes:
* Roll back mechanize from 2.x to 1.x... buggy mechanize is buggy
* refactored and fixed existing task scanning
=== 1.5.0 / 2011-08-11
* 2 minor enhancements:
* Rewrote all the task accesses to be a single fetch.
* Updated mechanize and rb-appscript deps.
* 2 bug fixes:
* Fixed a bug with rb-appscript caused by ruby 1.9. :( (turadg)
* Project names with '.' in them were being ignored by my regexp
=== 1.4.0 / 2011-07-20
* 1 minor enhancement:
* Added plugin filtering from the commandline (eg omnifocus github).
* Requires all plugins to provide a PREFIX constant.
=== 1.3.1 / 2011-02-18
* 2 minor enhancements:
* Refactored. Extracted into walk_queue_deep
* Updated to mechanize 1.0.x! No more WWW! YAY!
=== 1.3.0 / 2009-10-10
* 1 minor enhancement:
* Added ability to re-open tasks. (aja)
=== 1.2.1 / 2009-08-14
* 1 bug fix:
* Rakefile should have declared pluggable!
=== 1.2.0 / 2009-07-30
* 3 minor enhancements:
* Added omnifocus_new so I can create tasks via shell. yay!
* Cleaned up a fair amount of appscript calls, mostly negated by changes for OF's model.
* Figured out the necessary appscript to navigate OmniFocus' byzantine hierarchical object model.
* adding methods: all_{tasks,folders,projects}
=== 1.1.0 / 2009-07-28
* 3 minor enhancements:
* Changed bts_id to match /SYSTEM(-project)?#id/ to work with PITA BTSen.
* Debug mode prints pseudo-actions as well as dumping its knowledge db.
* run method now extends with plugins before hitting the backend.
* 1 bug fix:
* Fixed load_plugins from loading both gem and local plugins.
=== 1.0.0 / 2009-07-26
* 1 major enhancement
* Birthday!