Skip to content

Commit

Permalink
🔖 v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geekuillaume committed Aug 29, 2020
1 parent 56dc139 commit 8ba7edc
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 12 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

<a name="0.3.6"></a>
## 0.3.6 (2020-08-28)

### Changed

- ⚡ Use median instead of mean for timekeep value [[56dc139](https://github.com/geekuillaume/soundsync/commit/56dc1393b41f5ed6466db0782e9eed1e0cfb95f7)]
- ⚡ Use a UDP like webrtc datachannel for timekeep messages [[87642e1](https://github.com/geekuillaume/soundsync/commit/87642e11f90856b1a70a140ae83b680134dd2a96)]
- ⬆️ upgrade some deps [[2fc40bf](https://github.com/geekuillaume/soundsync/commit/2fc40bf3d0efd9b73564a72954f192908760cbce)]

### Removed

- 🔥 remove unused constants and reduce clock drift tolerance [[e162e0e](https://github.com/geekuillaume/soundsync/commit/e162e0e1ac0f5fcb20ca6b79bbef170499ae8ab0)]
- 🔥 Removes heartbeat and use timekeep messages for timeout detection [[5f64292](https://github.com/geekuillaume/soundsync/commit/5f64292af765330314603dc7e7b8ad6c51c475e1)]

### Fixed

- 🐛 Set channels when creating speaker instead of autodetection [[9e4b963](https://github.com/geekuillaume/soundsync/commit/9e4b963cc56647f9bc292005e76a5e4cf802b90d)]

### Miscellaneous

- 👷 add action to delete old github actions artifacts [[49e0124](https://github.com/geekuillaume/soundsync/commit/49e0124556b413b22993295119db26a374846b56)]
- 👷 disable artifact storing on github actions [[c0d4d1c](https://github.com/geekuillaume/soundsync/commit/c0d4d1cc65e02597954ae7685b10da80fa68d129)]
- 🚧 Bump to dev version [[3149114](https://github.com/geekuillaume/soundsync/commit/31491144ee7554718a1524f56231ba0e51dd0df7)]


<a name="0.3.5"></a>
## 0.3.5 (2020-08-20)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ Download and install Soundsync for you operating system on every device in your
<table width="100%" align="center"><tr>
<td align="center">
<h3>Windows</h3>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-0.3.5.exe">Download</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-0.3.6.exe">Download</a></p>
</td>
<td align="center">
<h3>MacOS</h3>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-0.3.5.dmg">Download</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-0.3.6.dmg">Download</a></p>
</td>
<td align="center">
<h3>Linux</h3>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-amd64-0.3.5.deb">Download (.deb for Ubuntu/Debian)</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-x64-0.3.5.pacman">Download (.pacman for Archlinux)</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-amd64-0.3.6.deb">Download (.deb for Ubuntu/Debian)</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-x64-0.3.6.pacman">Download (.pacman for Archlinux)</a></p>
</td>
<td align="center">
<h3>Linux ARM (Raspberry)</h3>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-armv7l-0.3.5.deb">Download (.deb for Ubuntu/Debian/Raspbian)</a></p>
<p><a href="https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-armv7l-0.3.6.deb">Download (.deb for Ubuntu/Debian/Raspbian)</a></p>
</td>
</tr></table>

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soundsync",
"version": "0.3.5-dev",
"version": "0.3.6",
"description": "Plug virtual cables between any audio source and any speakers in your home",
"author": "Guillaume Besson <[email protected]>",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soundsync",
"version": "0.3.5-dev",
"version": "0.3.6",
"description": "Plug virtual cables between any audio source and any speakers in your home",
"author": "Guillaume Besson <[email protected]>",
"homepage": "https://soundsync.app",
Expand Down
10 changes: 5 additions & 5 deletions webui/src/components/FirstUse/DownloadLinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import LinuxIcon from '../../res/linux.svg';
import RaspberryIcon from '../../res/raspberry.svg';

export const DOWNLOAD_LINKS_TARGETS = {
windows: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-0.3.5.exe',
macos: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-0.3.5.dmg',
linuxDeb: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-amd64-0.3.5.deb',
linuxPacman: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-x64-0.3.5.pacman',
armDeb: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.5/soundsync-armv7l-0.3.5.deb',
windows: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-0.3.6.exe',
macos: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-0.3.6.dmg',
linuxDeb: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-amd64-0.3.6.deb',
linuxPacman: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-x64-0.3.6.pacman',
armDeb: 'https://github.com/geekuillaume/soundsync/releases/download/v0.3.6/soundsync-armv7l-0.3.6.deb',
};

export const DownloadLinks = ({ twoLinesLayout }) => (
Expand Down

0 comments on commit 8ba7edc

Please sign in to comment.