Skip to content

Commit

Permalink
update to v0.5.13 (#494)
Browse files Browse the repository at this point in the history
* update to v0.5.13

* fix link
  • Loading branch information
flxzt authored Feb 6, 2023
1 parent ed7e572 commit fcf5442
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ Written in Rust and GTK4.
**Features**
- Adaptive UI focused on stylus input
- Pressure-sensitive stylus input with different and configurable stroke styles
- Draw many different shapes with the shape tool
- Create many different shapes with the shape tool
- Move, rotate, resize and modify existing content with the selection tool
- Different document expansion layouts ( fixed pages, continuous vertical, infinite in every direction, .. )
- Customizable background colors, patterns, sizes
- Customizable page format
- (Optional) pen sounds
- Reconfigurable stylus button shortcuts
- An integrated workspace browser for quick access to related media files
- An integrated workspace browser for quick access to related files
- Drag & Drop, clipboard support
- PDF, Bitmap and SVG image import
- Document, document pages and selection export to many formats including SVG, PDF, Xopp
- Save and load the documents in the native `.rnote` file format
- Document and selection export to SVG, PDF
- Tabs to work on multiple documents at the same time
- Autosave, printing

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(
meson_version: '>= 0.57',
)
# add a patch suffix for alpha or beta version, starting with a dash.
patch = '-beta4'
patch = ''

i18n = import('i18n')
gnome = import('gnome')
Expand Down
Binary file added misc/screenshots-pages/lecture_note_1.rnote
Binary file not shown.
Binary file added misc/screenshots-pages/lecture_note_2.rnote
Binary file not shown.
Binary file modified misc/screenshots-pages/main_window.rnote
Binary file not shown.
Binary file modified misc/screenshots-pages/pdf_annotation.rnote
Binary file not shown.
Binary file removed misc/screenshots-pages/red_ballon.jpg
Binary file not shown.
Binary file removed misc/screenshots-pages/selection.rnote
Binary file not shown.
18 changes: 10 additions & 8 deletions rnote-ui/data/app.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<screenshots>
<screenshot type="default">
<image>
https://raw.githubusercontent.com/flxzt/rnote/main/rnote-ui/data/screenshots/main_window_dark.png</image>
https://raw.githubusercontent.com/flxzt/rnote/main/rnote-ui/data/screenshots/main_window_light.png</image>
<caption>Main window in light colors</caption>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/flxzt/rnote/main/rnote-ui/data/screenshots/main_window_light.png</image>
<caption>Main window in dark colors</caption>
https://raw.githubusercontent.com/flxzt/rnote/main/rnote-ui/data/screenshots/lecture_note_1.png</image>
<caption>Lecture Note 1</caption>
</screenshot>
<screenshot>
<image>
Expand All @@ -46,8 +46,8 @@
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/flxzt/rnote/main/rnote-ui/data/screenshots/selection.png</image>
<caption>A selection</caption>
https://raw.githubusercontent.com/flxzt/rnote/main/rnote-ui/data/screenshots/lecture_note_2.png</image>
<caption>Lecture Note 2</caption>
</screenshot>
</screenshots>

Expand All @@ -72,9 +72,9 @@

<!-- The changelog should not be translated -->
<releases>
<release version="0.5.13-beta4" date="2023-01-29">
<release version="0.5.13" date="2023-02-06">
<description>
<p>this release changes: (BETA)</p>
<p>this release changes:</p>
<ul>
<li>feature: tabs!</li>
<li>feature: a global colorpicker</li>
Expand All @@ -83,8 +83,10 @@
<li>feature: added two-finger long-press touch gesture that switches the active pen (like stylus buttons)</li>
<li>feature: added pdf import bitmap scaling preference</li>
<li>UI: floating toolbars</li>
<li>improvement: shape builder picker is now a categorized grid (thanks a lot @Kneemund !)</li>
<li>UI: shape builder picker is now a categorized grid (thanks a lot @Kneemund !)</li>
<li>improvement: copy, cut and paste selections between tabs and windows</li>
<li>improvement: flap revealed state is now remembered across app launches</li>
<li>fix: svg clipboard paste</li>
<li>fix: lag when panning in "continuous-vertical" layout</li>
<li>fix: layers when erasing marker strokes in "split-stroke" mode</li>
<li>fix: "split-stroke" mode only eraser one segment at a time</li>
Expand Down
Binary file added rnote-ui/data/screenshots/lecture_note_1.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 added rnote-ui/data/screenshots/lecture_note_2.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 rnote-ui/data/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 rnote-ui/data/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 rnote-ui/data/screenshots/pdf_annotation.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 removed rnote-ui/data/screenshots/selection.png
Binary file not shown.

0 comments on commit fcf5442

Please sign in to comment.