Skip to content

Commit

Permalink
🔖 Release v1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WebCrateBot committed Oct 21, 2021
1 parent 6362761 commit 6f3321d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [v1.4.0] - 2021-10-21

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

### New features

- [`ef428d9`](https://github.com/betahuhn/webcrate/commit/ef428d9) Full screen link page
- [`57711f6`](https://github.com/betahuhn/webcrate/commit/57711f6) Replace redirects with link page sharing
- [`c80c4bd`](https://github.com/betahuhn/webcrate/commit/c80c4bd) Use middle click to open links and crates in new tab
- [`ada1579`](https://github.com/betahuhn/webcrate/commit/ada1579) Fullscreen image modal
- [`8502e63`](https://github.com/betahuhn/webcrate/commit/8502e63) Support links in notes editor (tiptap)

### Interface changes

- [`64aad4a`](https://github.com/betahuhn/webcrate/commit/64aad4a) Show image toggle on public and external crates
- [`6057621`](https://github.com/betahuhn/webcrate/commit/6057621) Allow horizontal resizing of image in link page

### Bug fixes

- [`aaf26fd`](https://github.com/betahuhn/webcrate/commit/aaf26fd) Show correct version in help menu for public crates

## [v1.3.0] - 2021-09-21

[Release notes](https://github.com/betahuhn/webcrate/releases/tag/v1.3.0) · [Compare](https://github.com/betahuhn/webcrate/compare/v1.2.0...v1.3.0) · [Tag](https://github.com/betahuhn/webcrate/tree/v1.3.0) · Archive ([zip](https://github.com/betahuhn/webcrate/archive/v1.3.0.zip) · [tar.gz](https://github.com/betahuhn/webcrate/archive/v1.3.0.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.3.0",
"version": "1.4.0",
"private": true,
"scripts": {
"dev:server": "tsc-watch -p ./server/tsconfig.json --onSuccess \"node ./build/index.js\"",
Expand Down

0 comments on commit 6f3321d

Please sign in to comment.