Skip to content

Commit

Permalink
🔖 Release v1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WebCrateBot committed Jan 11, 2022
1 parent 0be6389 commit 0e19110
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [v1.4.3] - 2022-01-11

[Release notes](https://github.com/betahuhn/webcrate/releases/tag/v1.4.3) · [Compare](https://github.com/betahuhn/webcrate/compare/v1.4.2...v1.4.3) · [Tag](https://github.com/betahuhn/webcrate/tree/v1.4.3) · Archive ([zip](https://github.com/betahuhn/webcrate/archive/v1.4.3.zip) · [tar.gz](https://github.com/betahuhn/webcrate/archive/v1.4.3.tar.gz))

### Interface changes

- [`3d0215f`](https://github.com/betahuhn/webcrate/commit/3d0215f) Add small WebCrate icon to the favicon on link pages

### Bug fixes

- [`c5a318d`](https://github.com/betahuhn/webcrate/commit/c5a318d) Prevent modal from closing when trying to move a link #54
(Issues: [`#54`](https://github.com/betahuhn/webcrate/issues/54))- [`68ab7ce`](https://github.com/betahuhn/webcrate/commit/68ab7ce) Handle image loading race condition
- [`59c1d87`](https://github.com/betahuhn/webcrate/commit/59c1d87) Make sure notification is above modal
- [`56956eb`](https://github.com/betahuhn/webcrate/commit/56956eb) Handle all image erros on the frontend and prevnt fallback from being shown

### Dependency updates

- [`3e84782`](https://github.com/betahuhn/webcrate/commit/3e84782) Upgrade dependencies

## [v1.4.2] - 2021-12-01

[Release notes](https://github.com/betahuhn/webcrate/releases/tag/v1.4.2) · [Compare](https://github.com/betahuhn/webcrate/compare/v1.4.1...v1.4.2) · [Tag](https://github.com/betahuhn/webcrate/tree/v1.4.2) · Archive ([zip](https://github.com/betahuhn/webcrate/archive/v1.4.2.zip) · [tar.gz](https://github.com/betahuhn/webcrate/archive/v1.4.2.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcrate",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"scripts": {
"dev:server": "tsc-watch -p ./server/tsconfig.json --onSuccess \"node ./build/index.js\"",
Expand Down

0 comments on commit 0e19110

Please sign in to comment.