Skip to content

Releases: threecgreen/vinoteca

Version 3.0.0

21 Aug 05:00
4e9b908
Compare
Choose a tag to compare
  • New Dashboards:
    • Top Grape Varieties
    • Top Viticultural Areas
    • Recent Purchases Graph
    • Yearly Purchases Graph
  • Calculate remaining grape percentage when adding a wine’s grape composition
  • Improve CLI by adding optional arguments and better portability
  • Reduce number of colors in color palette
  • Stop testing using production database
  • Add django-js-error-hook for client-side JavaScript error logging
  • Extensive internal refactoring of database and data model names (not backwards compatible)
  • Convert basic SQL queries to Django’s ORM
  • Add code linting.
  • Bug fixes:
    • Link top regions dashboard to the region profiles
    • Fix bugs associated with having no or few wines stored in vinoteca
    • Fix bug where new databases contained no
    • Fix bug where rating slider didn’t work when editing a wine
    • Fix bug where rating for new wine wasn’t stored
    • Fix memo/why naming inconsistency
    • Fix float formatting in “Top Purchase Types” dashboard
    • Fix incorrect disabled wine composition pie chart
    • Remove silent errors

Version 2.2.0

14 Jul 05:30
aa5e5eb
Compare
Choose a tag to compare
  • Add grape composition charts
  • Add dashboard charts
  • Add missing characters with caron (ˇ) to special characters buttons list
  • Improve error messages and error handling in scripts
  • Bug fixes:
    • Fix “Add to Inventory” button bug
    • Partially fix Bordeaux viticultural area duplication problem
    • Fix bug where there was no option to add to inventory for a new purchase of an existing wine
    • Fix bug where “None” would sometimes appear in wine names
    • Fix bug with viticultural area duplication and removed existing duplicates
    • Fix bug with viticultural areas with no valid region
    • Fix bug where negative wine prices were possible
    • Fix bug where impossible to edit or add purchases to a wine with no previous purchases

Version 2.1.0

07 Jul 19:56
5c3bd27
Compare
Choose a tag to compare
  • Fixed image rotation bug
  • Fixed bug where there was no option to edit wines that had no purchases
  • Finished deprecating Additional; remaining information has been moved to description
  • Added a Wine Type Profile
  • Removed a duplicate Viticultural Area
  • Migrated to Typescript

Version 2.0.2

28 Jun 23:25
Compare
Choose a tag to compare
  • Stopped Chrome autocomplete from competing with site autocomplete for forms
  • Updated “New/Previously Purchased” search
  • Added link to Help page in footer
  • Increased use of horizontal space
  • Fixed bug where lack of rating in New Wine form caused error
  • Fixed typo where wine color was still referred to as “Type”

Version 2.0.1

05 Jun 07:24
8b26c3b
Compare
Choose a tag to compare
  • Fixed editing of wine’s additional field, but removed ability to add it after it is gone
  • Removed deprecated JavaScript syntax

Version 2.0.0

29 May 04:56
Compare
Choose a tag to compare
  • Added name column to wines for further differentiation
  • Added buttons for inserting special characters on relevant pages
  • Fixed issue where editing a wine’s viticultural area failed
  • Fixed bug where wine images wouldn't display
  • Fixed bug with wines/producers without a region
  • Formatting and appearance changes:
    • Added year to purchase date in inventory table
    • Fixed where inventory minus button would never appear in wine profiles
    • Fixed bug where edit producer cancel button didn’t work
    • Fixed reset button color in wines table
    • Fixed recent purchases dashboard float formatting
    • Standardized dashboard naming
    • Reduced spacing in inventory and country profile tables
  • Database now managed by Django for easier future schema changes
  • Added changelog link

Version 1.3.0

14 May 01:44
b8c9838
Compare
Choose a tag to compare
  • vinoteca now remembers previous filters in the wine table
  • Fixed bug preventing adding grape composition data to extant wines
  • Fixed bug where viticultural area in wine profiles always appeared as the first viticultural area created for the wine producer's region
  • Fixed bug where stores were not shown in recent purchases in wine profiles

Version 1.2.2

30 Apr 09:22
650b1af
Compare
Choose a tag to compare

Further reduce whitespace in wine table and increase default number of display wines.

Version 1.2.1

09 Apr 04:05
Compare
Choose a tag to compare
  • Change adding vinoteca alias from to user option in scripts/update.sh
  • Fix bug where scripts/update.sh wouldn't pull changes from GitHub

Version 1.2.0

05 Apr 04:10
fa132cb
Compare
Choose a tag to compare
  • Reformat wine profile pages
    • Add wine memo option
    • Retitle “Purchases” to “Purchases”
    • Add vintage of most recent purchase
  • Reformat wine table
    • Add inventory, vintage and viticultural area columns
    • Remove notes column
    • Reduce line spacing
  • Fix editing of grape composition for already existing wines
  • Fix bug where there was no way to access editing a producer
  • Recolor many links
  • Update schema file
  • Date format standardization