Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta #341

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open

Beta #341

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
11b7303
Translated using Weblate (Spanish)
gallegonovato Oct 2, 2024
9ab2e46
Merge pull request #338 from weblate/weblate-pattern-projector-patter…
courtneypattison Oct 8, 2024
56636e7
Translated using Weblate (Italian)
Oct 7, 2024
4fdde32
Added translation using Weblate (Hungarian)
courtneypattison Oct 9, 2024
c4c2876
Show modal when error
courtneypattison Oct 10, 2024
9f566f9
Update CHANGELOG with error message
courtneypattison Oct 10, 2024
ceafb6c
Merge remote-tracking branch 'origin/beta' into beta
weblate Oct 10, 2024
b071458
Merge pull request #340 from weblate/weblate-pattern-projector-patter…
courtneypattison Oct 10, 2024
09b28cf
Add scale tool
courtneypattison Oct 10, 2024
fb3659f
Upgraded serwist
courtneypattison Oct 10, 2024
4079b64
Translated using Weblate (Spanish)
gallegonovato Oct 10, 2024
260a8ce
Translated using Weblate (Hungarian)
Oct 11, 2024
e42d339
Translated using Weblate (Italian)
Oct 14, 2024
e70d5ef
Add side menu
courtneypattison Oct 16, 2024
969293b
Clean up side menu
courtneypattison Oct 16, 2024
f86d562
Merge pull request #342 from weblate/weblate-pattern-projector-patter…
courtneypattison Oct 16, 2024
51f07bd
Add open with pdf
courtneypattison Oct 17, 2024
363042f
Add pattern scale functionality
courtneypattison Oct 17, 2024
3e6d062
Recenter on pattern scale change
courtneypattison Oct 17, 2024
cd0bd03
Move tooltips below line menu buttons
courtneypattison Oct 17, 2024
1dc5034
Show side menu active instead of border
courtneypattison Oct 17, 2024
07756eb
Show scale message based on float rather than string
courtneypattison Oct 17, 2024
95091eb
Add 0. when inputting .
courtneypattison Oct 17, 2024
880e725
Change manifest to js
courtneypattison Oct 17, 2024
e5bacbe
Update CHANGELOG with side menu and open with features
courtneypattison Oct 17, 2024
c28acf7
Add documentation for scale menu
courtneypattison Oct 17, 2024
95659c8
Change scale message wording
courtneypattison Oct 17, 2024
4e3758f
Merge branch 'beta' into scale
courtneypattison Oct 17, 2024
4e69a00
Increase scale step to .1
courtneypattison Oct 17, 2024
e23e588
Change fixed to 1 for scale step
courtneypattison Oct 17, 2024
2f56b99
Merge pull request #343 from Pattern-Projector/scale
courtneypattison Oct 17, 2024
47d4496
Translated using Weblate (Spanish)
gallegonovato Oct 17, 2024
84a10e2
Translated using Weblate (Italian)
Oct 21, 2024
69f09b3
Translated using Weblate (Czech)
Oct 20, 2024
94dfce6
Merge pull request #344 from weblate/weblate-pattern-projector-patter…
courtneypattison Oct 22, 2024
120454f
Do not allow zeros for width and height input
courtneypattison Oct 22, 2024
8a8439d
Changed let to const for parsing
courtneypattison Oct 22, 2024
7542d19
Revert "Changed let to const for parsing"
courtneypattison Oct 23, 2024
d1d2bc1
Revert "Do not allow zeros for width and height input"
courtneypattison Oct 23, 2024
572f10d
Merge branch 'main' into beta
courtneypattison Oct 23, 2024
56fa362
Allow zero to be entered by not used for scale
courtneypattison Oct 23, 2024
d2cbb09
Make outlined button background opaque
courtneypattison Nov 5, 2024
2953e48
Fix cannot delete width/height bug
courtneypattison Nov 19, 2024
da5d094
Separate width x height inputs from numbers used for calculations
courtneypattison Nov 20, 2024
320b563
Choose largest page size in range for width and height in PDF export
courtneypattison Dec 10, 2024
30d025c
Update CHANGELOG to include export page size fix
courtneypattison Dec 10, 2024
c76f045
Fix 0 page range crash on export PDF
courtneypattison Dec 10, 2024
bf761d6
Merge pull request #357 from Pattern-Projector/stitch-overlap
courtneypattison Dec 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Side menu for stitch, layers, and scale menus
- Scale menu for changing the pattern scale
- "Open With Pattern Projector" for PDF files on desktop, when installed with Chrome/Edge
- Show a pop up when there's an error

### Changed

- Hide all layers button only switches to show all when all layers are hidden
- Line menu tools are horizontal and below the header
- Stitch menu is opened when the file has multiple pages, or the layer menu is opened if only one page & layers

## [1.1.2] - 2024-10-23

### Fixed

- Don't allow zero for width and height
- Export with the largest page size to avoid incorrect overlap when different sized pages in range

## [1.1.1] - 2024-10-03

Expand Down
Loading