-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
114 lines (90 loc) · 3.5 KB
/
CHANGELOG
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
Last modified: 2014-04-13 12:04:58 tkych
======================================================================
Change Log for Quicksearch
======================================================================
Version dev, on github.com/lisp-maintainers/quicksearch
2024-07-29
Updated: README with the new defaults and the new keyword parameters.
Changed: quicksearch and qs:? now print the projects' URL and short desription by default.
There is no need to specify the :url or (qs:? :ud) parameters anymore.
There is also no way to unset these parameters with function arguments, only by using the global `*url-print?*` and `*description-print?*` parameters or the CONFIG.
Changed: the Drakma library is replaced by Dexador for HTTP requests.
Changed: removed Iterate dependency.
2020-03-30
quicksearch: key arguments that start with a '?' are marked deprecated.
Using them will throw an error with an explanation.
Use the same ones, without the '?'.
Version 0.1.04 (beta)
2014-04-13
Fix Bug : A string is given to `flexi-streams:octets-to-string'.
This bug was found and fixed by g000001, thanks!
c.f. http://g000001.cddddr.org/3606044400
Version 0.1.03 (beta)
2013-08-17
Added : QuickDocs url for Quicklisp-serch reslut's description.
Version 0.1.02 (beta)
2013-08-08
Fix Bug: If QUICKSEARCH outputs the url for a system which is explicitly
: depend on asdf, it might reload asdf, e.g. (qs:? "asdf-encodings" :u).
: Probably asdf:find-system (via ql:where-is-system) is cause of this.
: (it is not a bug for asdf:find-system, feature)
: Prescription: ql:where-is-system -> asdf:locate-system.
: Added 2013-08-10: This bug could occur if asdf is not the latest version.
Added : error handling for fetching fail,
Kaizen : util STR.
Version 0.1.01 (beta)
2013-07-27
Refactored: CONFIG,
Added : *USER-AGENT*, threading support check.
Version 0.1.00 (beta)
2013-06-21
Modified: github-search (advanced search -> api-v3).
Version 0.0.93 (alpha)
2013-06-13
Fix Typos: Thanks! Juanito Fatas for fixing many typos,
Added : QUICKLISP-VERBOSE? to CONFIG, etc.
Version 0.0.92 (alpha)
2013-06-11
Added : non-threading search.
Version 0.0.91 (alpha)
2013-06-10
Refactored: threading, cache, abbreviation wrapper, etc.
Initial Release
Version 0.0.00
2013-05-20
Project Start: QUICKSEARCH obsoletes CL-SEEK-PROJECT
======================================================================
Change Log for CL-Seek-Project
======================================================================
CL-SEEK-PROJECT obsoleted by QUICKSEARCH
Version 0.1.15
2013-03-20
Fix Bug: cliki-search, regex,
: github-search, remove output's emphasis tags <em>~</em>.
Version 0.1.14
2013-03-10
Fix Bug: github-search, all language, api-v3 -> advanced search,
Rename : *description-max-num-cols* -> *max-num-description-columns*.
Version 0.1.13
2013-02-26
Add : pprint for description,
Fix Bug: not displayed BitBucket project whitch have no description,
Rename : seek.lisp + package.lisp -> core.lisp .
Version 0.1.12
2013-02-25
Added : search-space BitBucket-Repos,
Modified: tentative modification for quicklisp-build.
Version 0.1.11
2013-02-22
Renamed: Project-Name cl-project-search -> cl-seek-project,
: Thanks! Robert Smith for useful suggestion.
Version 0.1.01
2013-02-21
Renamed: fn search-project -> seek.
Version 0.1.00
2013-01-12
Initial Release
Version 0.0.00
2013-01-09
Project Start
======================================================================