This repository has been archived by the owner on May 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f80cdf6
commit f18cdc0
Showing
5 changed files
with
30 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "changes": false } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,38 @@ | ||
<script> | ||
import { _ } from "svelte-i18n"; | ||
import Modal from "./Modal.svelte"; | ||
import Spinner from "./Spinner.svelte"; | ||
export let show = true; | ||
const changelog = import( | ||
/* webpackChunkName: "changelog" */ "../changelog.json" | ||
); | ||
</script> | ||
|
||
<Modal bind:show> | ||
<h2 slot="header">{$_('common.update.title')}</h2> | ||
{#await changelog} | ||
<Spinner /> | ||
{:then data} | ||
{#if data.changes} | ||
<h3>{data.name}</h3> | ||
{@html data.body} | ||
{:else}{$_('common.update.noChangelog')}{/if} | ||
{/await} | ||
<p> | ||
After a lot of work from contributions from the community we are happy to | ||
release a major update to OmniaWrite. | ||
</p> | ||
|
||
<h3>📖 Revised Export</h3> | ||
<p> | ||
Export has been completely revised. You now can select from different | ||
templates for eBooks that will be extended with more templates. | ||
</p> | ||
|
||
<h3>✍ New Editor</h3> | ||
<p> | ||
The editor received was completely re-built with speed and performance in | ||
mind. | ||
</p> | ||
<p> | ||
Additionally the cards shown in the editor were moved to its own window | ||
found at the top toolbar. | ||
</p> | ||
|
||
<h3>📱 Matured mobile</h3> | ||
<p> | ||
The mobile version will have the same functionality as the desktop one from | ||
now. | ||
</p> | ||
|
||
<i>And much more...</i> | ||
</Modal> |
f18cdc0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: