Skip to content

Releases: Ranarrr/WishSorter

WishSorter v0.7

25 Aug 21:11
b010161
Compare
Choose a tag to compare

Changelog

  • Changed Html tag search names, since they updated their website.
  • Could not get the product link in the same way as I used to, thus I made a new function that gets the product link from the image link.

WishSorter v0.6

14 Oct 17:10
Compare
Choose a tag to compare

Changelog

  • Fixed bug with numbers at 1000 and above, where wish puts a space as a thousand seperator. Now my program removes this space, and does not get an unhandled exception :)

WishSorter v0.5

03 Oct 22:45
Compare
Choose a tag to compare

Changelog

  • Added some indication on how long the processing of free items will take. Also added GetStringTime, which would get time in a string format and properly prefixed with ms (milliseconds) s (seconds) and m (minutes)

WishSorter v0.4

02 Oct 14:27
Compare
Choose a tag to compare

Changelog

  • Added a layout with pictures of the items found, easier to see which item you really want
  • Added a count for items and free items

I really have to fix the memory usage issues, as it now uses well over 250mb

WishSorter v0.3

29 Sep 17:49
Compare
Choose a tag to compare

Changelog (Currency UPDATE)

  • Made the program get currency dynamically. Meaning ANYONE from ANYWHERE can use it now, not only norwegians.
  • Made a class for items in Wish, named WishItem, easier for me to make a list of images, also simplifies getting info about a specific item, or all items.
  • The ListBox should display items cleaner.
  • Organized solution a little bit more.

Updated TODO-list

WishSorter v0.2

28 Sep 18:18
Compare
Choose a tag to compare

This is WishSorter v0.2.

Changelog

  • Made the mainfrm a FixedSingle, so it is no longer possible to resize it
  • Removed Form2 which had only a webbrowser control on it
  • Added webbrowser control to mainfrm, access it by using the menustrip, by View > Webbrowser
  • Added shipping cost to the free or "Gratis" items, also correctly sorts these by price along with the normal items.

Initial release

27 Sep 15:45
Compare
Choose a tag to compare

Initial release to github

Changelog (22.09.2017)

  • Initial release