Skip to content

Commit

Permalink
Release 4.20.0 - December 28, 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-janousek committed Dec 28, 2020
2 parents d583d07 + e6c23f9 commit d3f19e9
Show file tree
Hide file tree
Showing 20 changed files with 179 additions and 2,236 deletions.
38 changes: 32 additions & 6 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,46 @@
---
name: "\U0001F680 Request feature"
about: "Use this template if you have a suggestion (and may want get it to implemented \U0001F642)."
about: "Use this template if you have a suggestion (and may want get it implemented \U0001F642)."

---

**Is your feature request related to a problem? Please describe:**
**Please describe in detail what you would like to solve with the proposed feature:**

A clear and concise description of what the problem is. Ex. I have an issue when [...]
<!--
Example 1: When I click a close button of the Nuvola window, music stops playing and Nuvola quits.
I'd prefer Nuvola to keep playing in the background instead.
-->

**Describe the solution you'd like:**
<!--
Example 2: I use Pomodoro technique to organize work time and I'm listening to Deep Focus playlist when I'm working.
I'd like Nuvola to stop playing when a work period (25 minute) ends and resume playback
when a new work period starts after a break (5 or 15 minutes).
A clear and concise description of what you want to happen. What are the benefits and drawbacks?
More details about Pomodoro: https://en.wikipedia.org/wiki/Pomodoro_Technique
-->

Write your text here...

**Do you have an idea how it could be solved and how it should look like?**

<!--
Example 1: Please add new settings "Run in background when the window is closed" with three options:
"Always"/"When music is playing (default)"/"Never".
-->

<!--
Example 2: Please add a Pomodoro feature that stops/resumes music playback as described above.
Add a button to the title bar of the main window to activate the functionality.
Add a timer showing the remaining time next to the button.
These options should be configurable: The length of the work interval, the length of the short break,
the length of the long break, the number of work intervals before a long break.
-->

Write your text here...

**Describe alternatives you've considered:**

A clear and concise description of any alternative solutions or features you've considered.
Write your text here...

**Additional context:**

Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,36 @@ Nuvola Player Changelog
[Nuvola Devel mailing list](https://groups.google.com/d/forum/nuvola-player-devel)
to receive more technical announcements and important information about future development.

Release 4.20.0 - December 28, 2020
----------------------------------

This is a concise changelog. Refer to [Nuvola News](https://medium.com/nuvola-news) for a more verbose one and to see
some screenshots.

### What’s New for Users

* **Tiliado accounts no longer supported.** If you had activated Nuvola with Tiliado account and the automatic
migration failed for any reason, you can always contact [email protected] to get your license key.
* **New scripts:* Audible and Emby.
* **Bandcamp script 2.4:** Fix metadata parsing on the album and track views
[[GitHub issue](https://github.com/tiliado/nuvolaplayer/issues/689)].

### What’s new for script maintainers

* The hostname of the user’s machine is exposed as a constant `Nuvola.HOSTNAME`
[[GitHub issue](https://github.com/tiliado/nuvolaplayer/issues/684)].
* The machine id hash of the user’s machine is exposed as a constant `Nuvola.MACHINE_HASH`
[[GitHub issue](https://github.com/tiliado/nuvolaplayer/issues/683)].
* Various fixes in the developer documentation.

### Under the hood

* All scripts have been upgraded to the latest version of Standard JavaScript code style
[[GitHub ticket](https://github.com/tiliado/nuvolaplayer/issues/674)].
* Removal of unused JavaScript code.
* Added debugging of keyboard events (disabled by default)
[[GitHub issue](https://github.com/tiliado/nuvolaplayer/issues/686)].

Release 4.19.0 - November 29, 2020
----------------------------------

Expand Down
162 changes: 0 additions & 162 deletions data/js/audio.js

This file was deleted.

Loading

0 comments on commit d3f19e9

Please sign in to comment.