Skip to content

Commit f686ac6

Browse files
committed
Merge branch 'master' into fix/toggle-settings
2 parents 82d2a67 + 585fbf4 commit f686ac6

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v1.10.1
6+
7+
### Changed
8+
- Configured workflow to mark inactive issues as stale and close them after a certain period of time
9+
- Updated 'Compatibility Warning' dialog to simplify message for affected Tizen platform
10+
- Updated 'h264bitstream' library to fix a potential memory leak and improving stability
11+
- Improved Dockerfile by refining multi-stage build and cleanup to reduce image size
12+
- Disabled USB package creation due to the USB Demo packaging tool being discontinued by Samsung
13+
14+
### Removed
15+
- Eliminated the need to restart Moonlight after selecting a video codec or audio configuration
16+
517
## v1.10.0
618

719
### Added

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This project originally started as a **WASM port** for Tizen TV created by the [
1616

1717
Although it remained only a proof-of-concept at that stage, the work was later taken much further by [KyroFrCode](https://github.com/KyroFrCode/moonlight-chrome-tizen), who expanded and transformed it into a **fully installable** Tizen application, simplifying the complex build and compilation process for users. However, the application became outdated, lacking new features and still containing several long-standing bugs that affected usability.
1818

19-
In **September 2023**, I started development on a [fork repository](https://web.archive.org/web/20231101171228/https://github.com/ndriqimlahu/moonlight-chrome-tizen), where I made significant changes, including a **brand-new app logo** and **extensive improvements** focused on delivering a modern, reliable, and user-friendly experience. When the [upstream repository](https://github.com/KyroFrCode/moonlight-chrome-tizen) became inactive and was eventually abandoned, I migrated all my work to this new dedicated repository as a fresh and **standalone continuation**, offering a cleaner structure, easier maintenance, and greater flexibility for future development. For more details on why this repository decided to be independent and not remain as a fork, see [this FAQ entry](https://github.com/brightcraft/moonlight-tizen/wiki/Frequently-Asked-Questions#why-isnt-this-repository-a-fork-like-the-others).
19+
In **September 2023**, I started development on a [fork repository](https://web.archive.org/web/20231101171228/https://github.com/ndriqimlahu/moonlight-chrome-tizen), where I made significant changes, including a **brand-new app logo** and **extensive improvements** focused on delivering a modern, reliable, and user-friendly experience. When the [upstream repository](https://github.com/KyroFrCode/moonlight-chrome-tizen) became inactive and was eventually abandoned, I migrated all my work to this new dedicated repository as a fresh and **standalone continuation**, offering a cleaner structure, easier maintenance, and greater flexibility for future development.
2020

2121
Since then, [this repository](https://github.com/brightcraft/moonlight-tizen) has been actively maintained with frequent updates. Over time, I have refactored the codebase, updated core libraries, fixed bugs, polished the UI/UX, and introduced many new features and improvements. Thanks to more than two years of dedicated work, this has become the **most enhanced and feature-rich Moonlight client** available for Samsung Tizen TVs.
2222

@@ -47,12 +47,6 @@ Follow the instructions below based on the Tizen OS version of your Samsung TV t
4747
- Follow the provided [installation guide](https://github.com/brightcraft/moonlight-tizen/wiki/Installation-Guide#installation-using-docker-image) to install the app on your TV using the Docker image.
4848
- Once the installation is complete, open the **Moonlight** app on your TV.
4949

50-
### Any Samsung TVs — Tizen 5.5 or Higher
51-
52-
- Download the `MoonlightUSB.zip` file from the [latest version](https://github.com/brightcraft/moonlight-tizen/releases?q=-usb&expanded=false) of the USB package.
53-
- Follow the provided [installation guide](https://github.com/brightcraft/moonlight-tizen/wiki/Installation-Guide#installation-using-usb-drive) to install the app on your TV using the USB drive.
54-
- Once the installation is complete, open the **Moonlight** app on your TV.
55-
5650
## Changelogs
5751

5852
See the [CHANGELOG](https://github.com/brightcraft/moonlight-tizen/blob/master/CHANGELOG.md) file for more information about the changes for each version of this project.

res/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://samsung.tv/MoonlightWasm" version="1.10.0" viewmodes="fullscreen">
2+
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://samsung.tv/MoonlightWasm" version="1.10.1" viewmodes="fullscreen">
33
<access origin="*"></access>
44
<tizen:application id="MoonLightS.MoonlightWasm" package="MoonLightS" required_version="5.5" launch_mode="caller"/>
55
<content src="index.html"/>

0 commit comments

Comments
 (0)