Merge 1.0.2 (#7)

* Fixed page scrolling

* Updated TODO

* Fixed a link

* Minor edits

* Version bump
pull/8/head
Mark 2023-09-21 19:50:52 -07:00 committed by GitHub
parent 798c9ceae9
commit 5bb8e2c4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

2
Cargo.lock generated
View File

@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "daisycalc"
version = "1.1.1"
version = "1.1.2"
dependencies = [
"cfg-if",
"num",

View File

@ -1,6 +1,6 @@
[package]
name = "daisycalc"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
build = "buildscript/main.rs"
license = "GPL-3.0-only"

View File

@ -4,7 +4,7 @@ A high-precision scientific calculator with support for units, derivatives, and
Many features are missing, this is still under development.
**Web demo: [here](daisy.betalupi.com)**
**Web demo: [here](https://daisy.betalupi.com) (won't work on mobile)**
# 📦 Installation
- **Cargo:** `cargo install daisycalc`

View File

@ -9,6 +9,8 @@
- cargo publish
- Update packages
- Build wasm & push changes
- Squash merge
- Update AUR package
## Pre-release

View File

@ -22,7 +22,6 @@
margin: 0;
padding: 0;
overflow: hidden;
height: 100vh;
}