Skip to content

Commit

Permalink
Set new version number and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb9 committed Jan 26, 2024
1 parent 6d14d9c commit e869f39
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 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 = "syno-photo-frame"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
description = "Full-screen slideshow for Synology Photos albums"
license = "GPL-3.0-or-later"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ sudo apt install ./syno-photo-frame_0.10.0_arm64.deb

#### Option 2: Build From Source

Note: These instructions assume Debian based Linux distribution, but
adjusting them should make it possible to build the app for almost any
platform where Rust and [SDL](https://www.libsdl.org/) are available.

[Install Rust](https://www.rust-lang.org/tools/install) if you have
not already.

Expand Down
6 changes: 6 additions & 0 deletions dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
syno-photo-frame (0.10.1) stable; urgency=low
[Piotr Karasinski ]
* Fix quit event handling

-- Piotr-Karasinski <7767011+Caleb9@users.noreply.github.com> Fri, 26 Jan 2024 12:00:00 +0200

syno-photo-frame (0.10.0) stable; urgency=low
[Piotr Karasinski ]
* Add support for password protected albums
Expand Down

0 comments on commit e869f39

Please sign in to comment.