home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (CDV) / cdv_internet_tools.iso / KATALOG / ARCHIV / PROG / W21154.ZIP / changes.txt next >
Encoding:
Text File  |  1999-03-19  |  5.9 KB  |  158 lines

  1. The eBay Assistant v.005 Beta
  2. Note: Always check 'Things to Come' at bottom for fixes/enhancements in progress.
  3.  
  4. CHANGES FROM V.004 Beta
  5.  
  6. When updating items in the item list, the Item List menu options to 
  7. update and delete are now disabled.
  8.  
  9. Enabled bid posting for autobid.
  10.  
  11.  
  12.  
  13. CHANGES FROM V.003 Beta
  14.  
  15. Saved Search list now shows the searches that were saved so they can be run.
  16.  
  17. Fixed a bug where if you set the 'Auto Update items on startup' option set, an 
  18. error would occur on startup.
  19.  
  20.  
  21.  
  22. CHANGES FROM V.002 Beta
  23.  
  24. Main and Item View window positions and sizes now get saved upon program exit and 
  25. restored upon program start.
  26.  
  27. The column widths of the item grid now get saved.
  28.  
  29. Fixed that annoying bug where when you clear the 'Auction End Config' number of 
  30. seconds, a 1 would appear in the edit box.
  31.  
  32. Fixed a bug where setting the 'Goto eBay on startup' option would hang the program.
  33.  
  34. Fixed a bug where items that had already had their end of auction action performed 
  35. would reperform the action whenever the item list was refreshed or when the program 
  36. started up if the auction for the item hadn't expired and the action time is met.  
  37. This involved saving a flag with the item called 'triggered'.  When set  to true, 
  38. the clock watcher will ignore the item when it's action time is met. If you 
  39. click the 'save' button on the 'Auction End Config', this flag will be reset to false.
  40. The triggered flag is set to true by the program when after the end of auction action 
  41. is performed.
  42.  
  43. When updating a finished auction on the item list, the program now correctly saves 
  44. the item's bid instead of reporting a current price of '0'.
  45.  
  46. Fixed a bug where after bidding on an item, and error occured when the browser left the 
  47. page for the item.
  48.  
  49. Fixed a bug where the program returned an error even though you won the bid... (oops).
  50.  
  51. I think I solved the copy/paste/tab problem in the browser.  Should be able to do it now 
  52. but you can't copy until after the page is fully loaded.
  53.  
  54.  
  55.  
  56. CHANGES FROM V.1 Beta
  57.  
  58. Changed the versioning to .### rather than .#.  I felt that there's a _slim_ chance that
  59. I'll need more than 9 revisions before release. :-)
  60.  
  61. When the 'End of Auction Config' time setting has been reached, and the browser brings 
  62. up the item, the browser refreshes to ensure that you're seeing current data on the 
  63. View screen.  This current data may not cooincide with your saved data if you hadn't 
  64. enabled the 'Update item before autobidding' option on the settings screen.
  65.  
  66. Fixed a bug where 'Auto Bid' confirmation would keep popping up when moving between 
  67. items on the item list on the Item View window.  Confirmation now appears only when 
  68. you click 'save' button on the 'Auction End Config' rather than when you check the 
  69. 'Post bid of' radio button.
  70.  
  71. Changed the Item Update routine such that an Item list re-sort only happens after a 
  72. full iteration of updating rather than re-sorting after each item is updated.
  73.  
  74. Fixed a bug where after updating item list, the main form's 'Bid amt' didn't reflect min 
  75. bid nor did the Item View window's 'Auto bid post of' value.
  76.  
  77. Fixed a bug where a bid failure reported successful on certain occasions.
  78.  
  79. Made key retrieval or bid posting failure errors more descriptive.
  80.  
  81. When a the timer counts down to '0 Days, 0 Hours, 0 Mins, 0 Secs', 'Auction has ended' 
  82. appears on the status bar.
  83.  
  84.  
  85.  
  86. CHANGES FROM V1.0b:
  87.  
  88. Program converted to Beta mode.  Registration not required.
  89.  
  90.  
  91.  
  92. CHANGES FROM V1.0a:
  93.  
  94. Added a new feature.  Save Search.  See README.TXT on how to use it.
  95.  
  96. Fixed a bug with Item AutoUpdate where local system time rather than eBay time was being 
  97. used to determine item status.
  98.  
  99. Added confirmation window for when 'AutoBid' is selected on 'Auction End Config'.
  100.  
  101. Fixed a Bug where the item index got messed up if you saved the 'end of auction action' 
  102. settings on the item view window.
  103.  
  104. Fixed a bug on the Saved Items window where after sorting the list, the item on the list 
  105. would become selected rather than the last item the user had selected.
  106.  
  107. Added color to the Items List where the font of the Time Ends field turns red when the 
  108. auction for that item is within an hour of ending and the cell turns red when the auction 
  109. is about to end.  That is to say, when the predetermined time before end of auction has 
  110. been met.
  111.  
  112.  
  113.  
  114. CHANGES FROM V1.0:
  115.  
  116. Fixed a bug where the 'seconds before auction ends' and 'bid amount' values on the view 
  117. screen weren't appearing.
  118.  
  119. Fixed a bug where the Item AutoUpdate wasn't updating the 'Auction End Config' values 
  120. resulting in nasty errors upon startup when the 'AutoUpdate Item List on startup' 
  121. option was selected.
  122.  
  123. Moved auction end date and current bid price to the list portion on the Item View Screen.
  124.  
  125. Updated the 'About' screen to reflect the web page and e-mail changes.
  126.  
  127.  
  128.  
  129. THINGS TO COME:
  130.  
  131. - Occasionally, the browser seems to lock up when a browser request initiated by 
  132.   the program is interrupted by a browser request initiated from within
  133.   the browser.  I'm looking into this.  This includes situations where the browser 
  134.   is attempting to retrieve a search and a auction end alert occurs, for example.
  135.  
  136. - Option to filter the Item List by 'All Items', 'Completed Auctions: Won', 
  137.   'Completed Auctions: Lost', and 'Active Items Only'.
  138.  
  139. - Option to display 'End Time' in local time rather than eBay time.
  140.  
  141. - Some Item List color changes.
  142.  
  143. - Currently, I'm experiencing a bug that gives a 'Runtime 216' error when closing the 
  144.   program.  I'm having difficulty finding the cause.  Just so you know I'm looking at it.
  145.  
  146. - Modify 'Search Save' feature to allow user to save any page, not just searches.
  147.  
  148. - Countdown on the Items List.
  149.  
  150. - Context Sensitive Help?
  151.  
  152. - AutoDialer
  153.  
  154. - Item Save queue so there isn't an interruption when saving item information.
  155.  
  156. - What do YOU want it to do?
  157.  
  158. Thanks for the new ideas and keep 'em coming. :-)