Skip to content

Latest commit

 

History

History
139 lines (78 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

139 lines (78 loc) · 4.81 KB
  • Bug fixes
  • Added support for Nettiverstas.fi
  • Learning to update changelog and readme on every release (also could properly learn to use git, but nah)
  • Added support for getting availability (in stock / not in stock)
  • Removed Power.fi, since their HTML cannot be read with human (or computer) eyes
  • Bug fixes
  • Added new store: Finnish Design Shop (finnishdesignshop.fi)
  • Now uses cURL instead of file_get_contents()
  • Updated price tags for Gigantti.fi
  • Now displays product ID when error is thrown while getting product data
  • Now displays product list after adding, removing or swapping products
  • Fixed issue where method didn't return false when no data got
  • Fixed price increase and decrease (don't ask)
  • Added stores: audiokauppa.fi, hifihuone.fi and hifistudio.fi
  • Updated regexes for Verkkokauppa.com, Power.fi and Jimms.fi
  • Code cleanup
  • Changed JSON structure (when running pricewatch json)
  • Added command for displaying product prices in JSON format: pricewatch json
  • Added command for swapping products: pricewatch swap <id> <id>
  • Fixed title length issue when title contains umlauts
  • Added store: maxgaming.fi
  • Added command for displaying stores: ```pricewatch stores````
  • Added command for displaying products: pricewatch products
  • Fixed error when displaying help outside of main directory
  • Fixed errors when running pricewatch outside of main directory
  • Use bold fonts when displaying sale or increased price
  • Display error if store not set
  • Changelog is more changelog-y
  • Added support for multiple store price regular expressions
  • Added stores: puolenkuunpelit.com, konsolinet.fi and pelaajashop.fi
  • Keeping up with changes is hard. Readme is now up to date. These might not need their own version number, but hey.
  • Product IDs now line up nicely if having more than 9 products
  • Changed product ID list format from [1] to #1
  • Added command for displaying product info: pricewatch info <id>
  • Added help which can be viewed with pricewatch help (or --help or even -h)
  • Simplified price change notification, it now uses simple arrows
  • Added a way to display logged product prices: pricewatch log <id>
  • Added stores: vpd.fi and discshop.fi
  • Experimenting with the way price changes are displayed
  • Display error if no products found
  • Added store: proshop.fi
  • Added two new stores: jimms.fi and multitronic.fi
  • Remove HTML tags and other junk from price if regular expression isn't clever enough
  • Improved error messages
  • Improved product title shortener
  • Fixed naming in readme
  • First version