Skip to content

Latest commit

 

History

History
169 lines (99 loc) · 9.8 KB

CHANGELOG.md

File metadata and controls

169 lines (99 loc) · 9.8 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.7.5 (2024-10-02)

  • dependencies: update

1.7.4 (2024-03-25)

Bug Fixes

  • layout-list: delete custom board overlayed best time (b37d61b)

1.7.3 (2024-03-23)

Features

  • layout-list: allow deleting custom layouts in the layout-list (74eaf0d)

1.7.2 (2024-02-18)

Features

  • i18n: update all translations

1.7.1 (2024-02-18)

Bug Fixes

  • mobile: use full-height without browser bar to avoid scrolled UI (d6a071b)

1.7.0 (2024-02-18)

Features

  • sets: add better seasons and flowers to riichi (a8ddead)
  • theme: support dark mode in dialogs (7527228)

1.6.1 (2022-06-21)

Bug Fixes

  • i18n: Merge pull request #438 from carmenfdezb/main (521039d)

1.6.0 (2022-06-21)

Features

  • i18n: added Spanish, thanks Carmen! (cb45093)

Bug Fixes

  • settings-dialog: more max width (b860080)

1.5.1 (2022-06-13)

Bug Fixes

  • dialogs: mobile portrait mode issues (87be0e7)

1.5.0 (2022-06-13)

Features

  • android: pause if app is in background, integrate capacitor with dedicated build config (a8f5e5a)
  • board: pan bounds when zoomed in (9612bde)
  • boards: replace duplicates (1d45033)
  • board: support basic zooming in with pinch/wheel, support pan if zoomed in (0c79086)
  • board: zoom on svg element (db09077)
  • builder: shuffle groups, too (c237ab2)
  • game: support boards with tile count > 144 (0875ec8)
  • help: add all game function icons & shortcuts (fa80296)
  • help: add minimal how to (7150020)
  • i18n: update translations (3dfd6a8)
  • i18n: update translations (9d61ce7)
  • images: compact pngs (b8da2c3)
  • info-dialog: add more generic tiles (68d3995)
  • info-dialog: larger tiles, add jokers (aa20c0b)
  • info: add extra tiles to info dialog (dae5057)
  • loading: use css animation instead of webfont rotation (0933fd2)
  • mobile: better margins in mobile horizontal (c57ba66)
  • size: remove FormsModule (f8b2c0e)
  • svg: add joker tiles (3d9de07)
  • svg: cleanup (c70f211)
  • svg: cleanup (33969bf)
  • theme: basic theming (baf6744)
  • theme: basic theming (78aa6f2)
  • theme: basic theming; dialog rework (7d00804)
  • tileset: add riichi-black (029fbf4)
  • tileset: make dark tiles an option (0bcef97)
  • toolbars: attach toolbar left & right if screen.height < 600 (4cb4b38)

Bug Fixes

  • board: handle rotated board in pan (bee3576)
  • board: show hinted tiles border on dark tiles (fa749c2)
  • builder: for boards with < 144 tiles, invalid boards could have been randomly created (782d64a)
  • builder: refactor builder & add solver, circumvent blank tiles (fb30822), closes #427
  • builder: Remove bonkers linear board builder (e69618b), closes #428
  • choose-layout: add missing padding (53feebe)
  • dialog: don't run change detection on hidden dialogs (e031601)
  • help: layout columns (7bff51c)
  • loading: update layout-list after lazy loaded (c8273bc)
  • solver: increase max groups (548515b)
  • sound: restore last setting (bb8c9ed)
  • svg: center joker t_g13; remove deps workaround (08ab5ec)
  • tileset: class names & IDs must be unique (63319bc)

1.4.0 (2022-04-03)

Features

  • boards: add some more boards (91144ba)
  • tiles: settings for higher contrast (more thick border & darker shadow) (1177488)

1.3.1 (2022-01-03)

Features

  • i18n: feat(i18n): nl translation by Vistaus

1.3.0 (2021-10-27)

⚠ BREAKING CHANGES

  • deps: No more IE11 support

Features

  • board: show tile name as svg title (b111657)
  • font: switch to kulim park for better cyrillic support (727d445)
  • i18n: refactor, add pt & ru, translate more strings (b7e30fe)
  • sound: play tile sound on deselect too (a91acf7)

Bug Fixes

  • css: better paddings (ef91056)
  • css: fix font sizes and layout on 4k display (d2c375e)

build

  • deps: update to angular 12.2.11 (e54d412)

1.2.0 (2020-12-10)

Features

  • best times: remove for a board in layout chooser & remove all in settings (60ad627)

1.1.9 (2020-09-24)

Start using standard-version changelog