version 1.2.0
This commit is contained in:
@@ -228,7 +228,7 @@ This means all 165+ styles automatically meet WCAG AAA contrast requirements reg
|
|||||||
**TypoGenie is fully portable** - no installation, no registry entries, no files scattered across your system.
|
**TypoGenie is fully portable** - no installation, no registry entries, no files scattered across your system.
|
||||||
|
|
||||||
Just download and run:
|
Just download and run:
|
||||||
- 🪟 **Windows**: [`TypoGenie-v1.1.0-Portable.zip`](https://git.lashman.live/lashman/typogenie/releases) - Extract and run, nothing else needed
|
- 🪟 **Windows**: [`TypoGenie-v1.2.0-Portable.zip`](https://git.lashman.live/lashman/typogenie/releases) - Extract and run, nothing else needed
|
||||||
|
|
||||||
**How it works:**
|
**How it works:**
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "typogenie",
|
"name": "typogenie",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "typogenie"
|
name = "typogenie"
|
||||||
version = "1.0.0"
|
version = "1.2.0"
|
||||||
description = "TypoGenie - Portable Markdown to Word document converter"
|
description = "TypoGenie - Portable Markdown to Word document converter"
|
||||||
authors = ["TypoGenie Contributors"]
|
authors = ["TypoGenie Contributors"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||||||
"productName": "TypoGenie",
|
"productName": "TypoGenie",
|
||||||
"version": "1.0.0",
|
"version": "1.2.0",
|
||||||
"identifier": "live.lashman.typogenie",
|
"identifier": "live.lashman.typogenie",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../dist",
|
"frontendDist": "../dist",
|
||||||
|
|||||||
Reference in New Issue
Block a user