Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Releases: krzysdz/puzzle

Puzzle edukacyjne 0.5.2

22 Feb 09:51
Compare
Choose a tag to compare

Bug fixes

  • Opening files on MacOS works now way better. - aa8ce39, fee1a02
  • Updated dependencies - should fix crash on Linux, no more "vulnerable dependencies" messages - 4dd20e5

Known issues

  • Auto update may not work on macOS, because application is signed with Mac Developer certificate.
  • No file associations on Windows, because app is installed per user (without UAC prompt). [won't fix]

Commits in this release

4dd20e5, aa8ce39, fee1a02

Puzzle edukacyjne 0.5.1

20 May 13:57
2aad725
Compare
Choose a tag to compare

Bug fixes

  • Show an error if loading pattern without image and no image is loaded - 1b6217c
  • Fix searching argv[] for images/pattern files - 1b6217c, f0c92b8
  • Allow to drop .bmp and .wzp to app - f0c92b8
  • Prevent loading image if dropped outside dropZone - c899ca4
  • Fix app update notifications not being displayed on Windows (8/8.1/10) due to Windows bug (feature?) - 4929f5a
  • Display window after it's content is loaded (avoid displaying maximized white window with black rectangle in centre) - f7611bf

Known issues

  • Open with on macOS can open only first file. (maybe will be fixed in next release)
  • Auto update doesn't work on macOS, because application isn't signed. Since 0.5.0 signed with Mac Developer certificate, but it's only for testing purposes so still may not work. and surprisingly works.
  • No file associations on Windows, because app is installed per user (without UAC prompt). [won't fix]

Commits in this release

1b6217c, c899ca4, f0c92b8, 4929f5a, f7611bf, 2aad725

Puzzle edukacyjne 0.5.0

16 May 22:23
509390b
Compare
Choose a tag to compare

Changes

  • Save/read pattern to/from file (.wzp extension, UTF-8 encoded JSON, can contain path to image) - 509390b

Bug fixes

  • "Open with" on macOS work (only for the first file) - 3851373

Other changes

  • added .bmp as supported file type - 509390b
  • using Electron 2.0.0 (instead of beta) - 3851373
  • added titles to alert() dialogs - 509390b

Known issues

  • Open with on macOS can open only first file
  • Auto update doesn't work on macOS, because application isn't signed. Now signed with Mac Developer certificate, but it's only for testing purposes so still may not work. and surprisingly works.
  • No file associations on Windows, because app is installed per user (without UAC prompt), [won't fix]

Commits in this release

4050cf2, 3851373, 509390b

Puzzle edukacyjne 0.4.0

17 Apr 22:57
4ecc7e8
Compare
Choose a tag to compare

Changes

  • "Open file using" and opening with command line argument (path to file) is supported - 1c1f8b8
  • Drag and drop added (image can be dropped to app) - 4ecc7e8

Bug fixes

  • Fix not loading images with brackets in name - fbe59a0
  • Big numbers are centered - 8a8d613

Other changes

Known issues

Auto update doesn't work on macOS, because application isn't signed.
No file associations on Windows, because app is installed per user (without UAC prompt)

Commits in this release

374b500, fbe59a0, 8a8d613, 1c1f8b8, bdfa170, 4ecc7e8

Puzzle edukacyjne 0.3.3

11 Apr 21:19
8dd8d52
Compare
Choose a tag to compare

Bugfix release

  • Fix icons on Linux - 3695c28, 8dd8d52
  • Fix problems with loading images with paths containing some characters on Windows - bafe99d
  • Fix wrong background colour on MacOS - e580ab9

Other changes:

  • Add AppImage - 8dd8d52
  • First release with binaries for MacOS
  • Change line endings in files to LF - 72c949c

Commits in this release:

b11fea4, acab86d, 848fedb, bafe99d, 10b4943, 72c949c, e580ab9, 3695c28, 108d795, 8dd8d52

Puzzle edukacyjne 0.3.2 - bugfix

09 Apr 17:53
7044759
Compare
Choose a tag to compare

Bugfix release removing problems with:

  • not disappearing big numbers
  • small (title) numbers sometimes were not removed from create area
  • clicking on big numbers in game mode did nothing (nothing visible to users - it was just throwing an error)
  • some elements in legend may have been displayed more than once

Commits in this release:

7044759 - Fix problems with numbers (big and title) and legend

Puzzle edukacyjne 0.3.1

09 Apr 15:37
832a465
Compare
Choose a tag to compare

Bugfix release - window icons (fullscreen and maximize)

  • Improve fullscreen icon and it's behaviour - 832a465
  • Don't show maximize icon on start as window starts maximized - 832a465

Additionally this release is for testing of auto update introduced in 0.3.0

Puzzle edukacyjne 0.3.0

09 Apr 14:23
8856f9e
Compare
Choose a tag to compare

Changes

  • Center small (width of image smaller than viewport width) images - 0bec0b6
  • Display numbers on colored rectangles - 8a76690
  • Legend fixes - 0bec0b6, e22fc93
  • Auto update - b298e0e
  • Fullscreen (with button) - 163f782
  • Added Content Security Policy (CSP) - fa356ad
  • Display app version in "about" tab - 8856f9e

Commits in this version:

0bec0b6, 8ce86aa, b298e0e, 163f782, e22fc93, fa356ad, 8a76690, 8856f9e

Notes:

Installer for Windows contains both 32 and 64 bit versions

First release - 0.2.0

30 Mar 21:49
fc3beec
Compare
Choose a tag to compare
First release - 0.2.0 Pre-release
Pre-release

Still needs some work