Skip to content

Commit

Permalink
Release Performous 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Baklap4 committed Apr 21, 2024
1 parent 8f44ac8 commit e90b59f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
8 changes: 4 additions & 4 deletions htdocs-binary/js/index-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ function smartDownload() {
const platform = navigator.userAgentData.platform
if (platform === "Windows") {
// Windows
e.href = "https://github.com/performous/performous/releases/download/1.3.0/Performous-1.3.0-msvc.exe"
e.title = "Performous 1.3.0 (Windows)"
e.href = "https://github.com/performous/performous/releases/download/1.3.1/Performous-1.3.1-msvc.exe"
e.title = "Performous 1.3.1 (Windows)"
} else if (platform === "Linux") {
// Linux
} else if (platform === "macOS") {
// Mac/Mac OS X
e.href = "https://github.com/performous/performous/releases/download/1.3.0/Performous-1.3.0.dmg"
e.title = "Performous 1.3.0 (OS X 10.6 or newer)"
e.href = "https://github.com/performous/performous/releases/download/1.3.1/Performous-1.3.1.dmg"
e.title = "Performous 1.3.1 (OS X 10.6 or newer)"
} else {
// Other
}
Expand Down
23 changes: 23 additions & 0 deletions htdocs-source/blog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
News

:h2:2023-11-24 - Performous 1.3.1 released

Soon after the Performous 1.3.0 release we were notified about a couple of bugs.
Sadly they weren't spotted during the testing phase so we had to bring out a patch for the last release.

New features:

Songs that have a missing audio file are now marked and can't be played.
Fedora 39 is added to our pipelines
Performous+ theme

Some of the bugfixes:

MacOS had some build and start errors
UTF-8 support for Windows (the UTF-8 Beta support flag in Windows isn't needed anymore)
Performous+ theme also has a new webinterface
Better texture management
A couple of fixes for themes

Other notable mentions:

Refactoring of a lot of code mainly in the texture part of the game

:h2:2023-09-01 - Performous 1.3.0 released

The past couple of months the focus was to ease the life of developers.
Expand Down
4 changes: 2 additions & 2 deletions htdocs-source/download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Download Performous

:h2:Windows

Windows XP or better: <a href="https://github.com/performous/performous/releases/download/1.3.0/Performous-1.3.0-msvc.exe" target="_blank">installer</a>
Windows XP or better: <a href="https://github.com/performous/performous/releases/download/1.3.1/Performous-1.3.1-msvc.exe" target="_blank">installer</a>

:h2:Mac OS X

OS X 10.6 or newer: <a href="https://github.com/performous/performous/releases/download/1.3.0/Performous-1.3.0.dmg" target="_blank">bundle</a>
OS X 10.6 or newer: <a href="https://github.com/performous/performous/releases/download/1.3.1/Performous-1.3.1.dmg" target="_blank">bundle</a>

:h2:Linux

Expand Down

0 comments on commit e90b59f

Please sign in to comment.