-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
31 lines (19 loc) · 807 Bytes
/
NEWS
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
MeBay NEWS
Changes since 0.3:
* Support for HTTP proxy; specified via the http_proxy environment
variable.
Changes since 0.2:
* Updated to support recent eBay HTML changes which integrated the
bid and watch lists into a single page. MeBay will still display
them as separate tabs.
* Support for next and previous pages in search results.
* Better search result and UI feedback.
* Bug fixes.
Changes since 0.1:
* Manage Items tab for keeping track of past auctions. Several states can be
assigned to items to help keep track of what to do after an auction.
The files ~/.mebay/purchased.db and ~/.mebay/sold.db are used to
store buyer and seller states.
* Notes can be stored for individual items. The file ~/.mebay/notes.db
is used to store item notes.
* runs with "use strict"