This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
Releases: krzysdz/puzzle
Releases · krzysdz/puzzle
Puzzle edukacyjne 0.5.2
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
Puzzle edukacyjne 0.5.1
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 purposesso 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
Puzzle edukacyjne 0.5.0
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 purposesso 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
Puzzle edukacyjne 0.4.0
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
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
Puzzle edukacyjne 0.3.3
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
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
Puzzle edukacyjne 0.3.0
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
Still needs some work