Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsubtil committed Feb 24, 2024
1 parent d4dd484 commit c872409
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

gem 'jekyll', '4.2.2'
gem 'json'
gem 'jekyll-watch'

gem "webrick", "~> 1.7"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ GEM
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -64,6 +65,7 @@ PLATFORMS
DEPENDENCIES
jekyll (= 4.2.2)
jekyll-watch
json
webrick (~> 1.7)

BUNDLED WITH
Expand Down
27 changes: 26 additions & 1 deletion _data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
- name: "1.0.1"
flavor: "stable"
release_date: "24 February 2024"
latest: true
url: https://github.com/retrohub-org/retrohub/releases/tag/v1.0.1
changelog: |
#### New features
- Added support for RetroAchievements.
#### Changes
- Windowed/fullscreen mode and V-Sync settings are now respected during app initialization.
- Increased ScreenScraper request timeout from 10 to 30 seconds.
#### Bugfixes
- Prevent any controller input in the app when an emulator is launched directly from the settings panel.
- Fix macOS build which had missing library dependencies which were not being bundled on exporting.
- Fix virtual keyboard not properly resizing when the app is launched in fullscreen.
- And more...
releases:
win32: https://github.com/retrohub-org/retrohub/releases/download/v1.0.1/RetroHub-v1.0.1-Windows-32.zip
win64: https://github.com/retrohub-org/retrohub/releases/download/v1.0.1/RetroHub-v1.0.1-Windows-64.zip
macos: https://github.com/retrohub-org/retrohub/releases/download/v1.0.1/RetroHub-v1.0.1-macOS.zip
linux32: https://github.com/retrohub-org/retrohub/releases/download/v1.0.1/RetroHub-v1.0.1-Linux-32.zip
linux64: https://github.com/retrohub-org/retrohub/releases/download/v1.0.1/RetroHub-v1.0.1-Linux-64.zip


- name: "1.0.0"
flavor: "stable"
release_date: "4 December 2023"
latest: true
url: https://github.com/retrohub-org/retrohub/releases/tag/v1.0.0
changelog: |
#### New features
Expand Down
Binary file modified assets/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/screenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/screenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c872409

Please sign in to comment.