Skip to content

Commit 6f3321d

Browse files
committed
🔖 Release v1.4.0 [skip ci]
1 parent 6362761 commit 6f3321d

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [v1.4.0] - 2021-10-21
2+
3+
[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))
4+
5+
### New features
6+
7+
- [`ef428d9`](https://github.com/betahuhn/webcrate/commit/ef428d9) Full screen link page
8+
- [`57711f6`](https://github.com/betahuhn/webcrate/commit/57711f6) Replace redirects with link page sharing
9+
- [`c80c4bd`](https://github.com/betahuhn/webcrate/commit/c80c4bd) Use middle click to open links and crates in new tab
10+
- [`ada1579`](https://github.com/betahuhn/webcrate/commit/ada1579) Fullscreen image modal
11+
- [`8502e63`](https://github.com/betahuhn/webcrate/commit/8502e63) Support links in notes editor (tiptap)
12+
13+
### Interface changes
14+
15+
- [`64aad4a`](https://github.com/betahuhn/webcrate/commit/64aad4a) Show image toggle on public and external crates
16+
- [`6057621`](https://github.com/betahuhn/webcrate/commit/6057621) Allow horizontal resizing of image in link page
17+
18+
### Bug fixes
19+
20+
- [`aaf26fd`](https://github.com/betahuhn/webcrate/commit/aaf26fd) Show correct version in help menu for public crates
21+
122
## [v1.3.0] - 2021-09-21
223

324
[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))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcrate",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"dev:server": "tsc-watch -p ./server/tsconfig.json --onSuccess \"node ./build/index.js\"",

0 commit comments

Comments
 (0)