Skip to content

Releases: php-coder/mystamps

0.4.7

07 Aug 05:04
Compare
Choose a tag to compare

⭐ Improvements

  • show last added series first on the pages with a collection info, series info and collection estimation (#1621)
  • (import) recognize neperf. as imperforated (#812)
  • (import) recognize Беззубц. as imperforated (#1606)

🐞 Bugs Fixed

  • correctly expand catalog numbers when a string starts with numbers (#1518)
  • show custom error page for 400 Bad Request errors (#1351)

📖 Documentation Updates

  • compile a list of external dependencies and their versions across the environments (#1585)

🔨 Internal Changes

  • test: port JavaScript unit tests from Jasmine to Jest (#1484)
  • build: migrate to Spring Boot 2.2 (#1149)
  • ci: discontinue usage of Danger (#1600)
  • ci: discontinue usage of 0pdd (#1595)
  • ci: implement own mechanism for creating issues from todo comments in code (#1610)
  • ci: migrate from Travis to GitHub Actions (#1154)
  • ci: perform validation of Liquibase migrations during deployment (#383)

📄 Other Changes

  • sitemap.xml: add a list of non-empty collections to make them indexable by search engines (#1605)
  • sitemap.xml: add a list of countries to make them indexable by search engines (#1605)
  • sitemap.xml: add a list of categories to make them indexable by search engines (#1605)

0.4.6

28 Feb 15:09
Compare
Choose a tag to compare

🚀 New Features

  • users can add a comment to a series (#1505)
  • admin can hide an image (#1383)

⭐ Improvements

  • prices now can use a decimal comma as a separator (#1513)
  • (import) detect Russian ruble currency when the price is prefixed with RUB
  • (import) detect US dollar currency when the price is prefixed with US$
  • (import) extract price in dollars when it has a single digit only (for example, $1)
  • (import) extract price when it is prefixed with US$
  • (import) extract price when it contains a comma and a point in the same time (for example, 1,218.79)
  • (import) extract price when it is prefixed a euro sign
  • (import) detect euro currency when price is prefixed with a euro sign
  • (import) recognize беззубцовый as imperforated
  • (import) extract CANCELLED condition from used

🐞 Bugs Fixed

  • when a paid user adds a series to a collection, price must always be specified together with currency (#886)
  • an alert message for already authenticated user is shown on the top again on register, activation and authentication pages (#1486)
  • now a label of Image ID field points to this field instead of to the Image URL
  • validate the "comment" field for emptiness and max length (#1411)
  • paid users shouldn't see a link to an estimation page when they are on someone else collection page (#1511)

📖 Documentation Updates

  • add a high level use cases descriptions (#1494)

🔨 Internal Changes

  • migrate unit tests (on Java) to JUnit 5 (#1160)

📄 Other Changes

  • load images lazily on the collection page (#1508)
  • load images lazily on the country information page
  • adjust sizes of the price and currency fields on the series info page (#1195)
  • show countries as multiple columns on the /countries page (#604)

0.4.5

01 Jan 15:35
Compare
Choose a tag to compare

🐞 Bugs Fixed

  • trim catalog numbers when we update a series (#1447)

🔨 Internal Changes

  • Spring Boot has been updated to 2.1 (#1161)

📄 Other Changes

  • footer now sticks to the bottom of a page (#1204)