Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Oct 8, 2021
1 parent b6a540d commit 7d8f4de
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnote"
version = "0.1.2"
version = "0.1.3"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Rnote is available as a flatpak on Flathub:
- [x] implement bezier curve stroke with variable stroke width
(see [Quadratic bezier offsetting with selective subdivision](https://microbians.com/math/Gabriel_Suchowolski_Quadratic_bezier_offsetting_with_selective_subdivision.pdf),
[Precise offsetting of bezier curves](https://blend2d.com/research/precise_offset_curves.pdf))
- [ ] drawing rough shapes by porting [rough.js](https://roughjs.com/) to Rust (see `./src/rough-rs`)
- [ ] (implemented: rectangles) drawing rough shapes by porting [rough.js](https://roughjs.com/) to Rust (see `./src/rough-rs`)

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'rnote',
'rust',
version: '0.1.2',
version: '0.1.3',
meson_version: '>= 0.56',
)
i18n = import('i18n')
Expand Down
11 changes: 11 additions & 0 deletions resources/app.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@
</provides>

<releases>
<release version="0.1.3" date="2021-10-08">
<description>
<p>
- Introducing rough shapes for a sketched look
- fill shapes with a color
- improved shape drawing (broke .rnote file backward compatibility, sorry!)
- alpha checkerboard background in the colorpicker
- bug fixes
</p>
</description>
</release>
<release version="0.1.2" date="2021-10-07">
<description>
<p>improved zooming, UI tweaks and bug fixes</p>
Expand Down
Binary file modified resources/screenshots/main_window_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/screenshots/main_window_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/screenshots/multiple_pages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/screenshots/selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d8f4de

Please sign in to comment.