Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
Summary: Bumping vrs and vrsplayer version numbers.

Reviewed By: hanghu

Differential Revision: D57413047

fbshipit-source-id: 3b0c7938c0386bfc991a1842c02e6221be53c5a4
  • Loading branch information
Georges Berenger authored and facebook-github-bot committed May 16, 2024
1 parent a02dc76 commit 95296ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ be covered.
Note that fixes and minor improvements are rolling in regularly without
triggering a new version number.

## Version 1.2.0 (May 15, 2024)

- Version bump after cumulative changes.
- Reworked vrsplayer audio support, with arbitrary audio stream selection.
- Opus audio compression support.

## Version 1.1.0 (August 4, 2023)

- Version bump after cumulative changes.
Expand Down
2 changes: 1 addition & 1 deletion tools/vrsplayer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main(int argc, char* argv[]) {
QCoreApplication::setApplicationName("VRSplayer");
QCoreApplication::setOrganizationName("Meta Reality Labs");
QGuiApplication::setApplicationDisplayName(QCoreApplication::applicationName());
QCoreApplication::setApplicationVersion("v2.1.0");
QCoreApplication::setApplicationVersion("v2.2.0");

QCommandLineParser parser;
parser.setApplicationDescription("VRSplayer");
Expand Down

0 comments on commit 95296ca

Please sign in to comment.