Releases: lulzsun/RePlays
Releases · lulzsun/RePlays
Nightly RePlays v1.3.76
Nightly release, built with the latest and potentially breaking changes, test at your own risk.
What's Changed
- feat: Improved storage UI by @Segergren in #184
- feat: Small UI changes by @Segergren in #185
- Added error message on CreateDirectory errors by @Segergren in #187
- Update videos on directory change by @Segergren in #188
- feat: Restart function on update modal by @Segergren in #189
- fix: Application path on update by @Segergren in #191
- Refactor DropDownMenu by @Segergren in #190
- fix: Games on the whitelist are being saved under the name "Whitelist Mode" by @R-NK in #195
- fix: #197 Renamed non NTFS-compliant characters in filenames by @sshcrack in #198
- fix(app): #154 Fixed Window Size when restoring window by @sshcrack in #196
- fix: Skip recording for non-matched games in whitelist mode by @R-NK in #201
- Fixes League Of Legends markers by @Segergren in #203
- Sanitise game names with special characters. by @Mondanzo in #205
- feature: Add Replay Buffers by @sshcrack in #200
- AV1 Support by @Segergren in #210
- Precise clipping by @Segergren in #211
- fix: correct incorrect labeling of League of Legends games as Losses by @Segergren in #217
- fix: disable incompatible replay buffer flow file formats (#207) by @Segergren in #218
- fix: resolve black bar and overflow issues in bookmark/share/zoom by @Segergren in #219
- refactor: reduce ui reload flash (white page) by @Segergren in #220
- fix: change rainbow six gameexe by @Segergren in #221
- feat: add Rainbow Six Siege game integration by @Segergren in #222
- fix: add Minecraft support by @Segergren in #224
- fix: device path conversion by @R-NK in #229
- feat: add Clip settings by @Segergren in #231
- feat: add assists and deaths to CS2 integration by @Segergren in #232
- feat: remove hover/active effect for file storage by @Segergren in #233
- feat: add setting to auto-open uploaded videos by @Segergren in #234
- fix: show no error message on successful clip creation with re-encode by @Segergren in #235
- feat: improve steam game name by @Segergren in #236
- feat: Implement proper handling of different rate controls by @sonicv6 in #240
- chore: update VITE to 5.4.3 by @Segergren in #241
- fix: missing thumbnail in UploadModal by @Segergren in #242
- feat: Added HEVC support for NVENC by @sonicv6 in #243
- feat: add Change Language dropdown by @Segergren in #246
- feat: Application audio capture by @sonicv6 in #248
- refactor: LibObsRecorder refactor by @sonicv6 in #252
- fix: Devices given the wrong source id by @sonicv6 in #256
- fix: videoSavePath being null by @sonicv6 in #258
- Update PUBG integration by @Segergren in #264
- fix: Default to mp4 if Replay Buffer and incompatible file format by @Segergren in #265
- Use game's executable as Game Title as a last resort by @miguedevel in #274
- Implement game name detection for WinGDK aka Xbox games by @miguedevel in #275
- fix: Delete corresponding .jpg thumbnail by @miguedevel in #277
- Fix: Window resizing handling by @miguedevel in #281
- feat: Record and tonemap HDR content (issue #180) by @miguedevel in #276
- feat: Made tonemapping HDR to SDR a user option by @miguedevel in #284
- feat: Add "splashclass" to window class blacklist by @miguedevel in #285
- Fix: Improve resolution changes handling on D3D11/12 games by @miguedevel in #291
New Contributors
- @sshcrack made their first contribution in #198
- @Mondanzo made their first contribution in #205
- @miguedevel made their first contribution in #274
Full Changelog: 1.3.0...nightly
RePlays v1.3.0
Change Logs
To quickly summarize this release:
- Update on dependencies
- Add basic Linux support (requires building it yourself)
- Numerous UI/UX improvements and adjustments
- Internationalization Support
- Fix a number of recording related bugs
- Refactored Keybinds system
Contributed Pull Requests
- PUBG latest update fix by @Segergren in #106
- Fix: "Custom" isn't selected in Capture settings #63 by @R-NK in #110
- feat: Add custom uploader by @IceToast in #99
- fix/feat: Blacklisted game fix & nonGameDetections cache by @Segergren in #111
- Updated OBS to 29.1.1 by @Segergren in #117
- Update README.md by @Segergren in #115
- Merge branch 'photino' into main by @lulzsun in #119
- feat: Added NVIDIA Noise Removal integration by @Segergren in #123
- Added update progress by @Segergren in #127
- Improved bookmark design by @Segergren in #128
- Added League Of Legends stats to Session card by @Segergren in #121
- Numerous UI/UX improvements by @Segergren in #134
- set max_bitrate to match bitrate when using vbr by @eiqnepm in #132
- Fixed crash on CTRL + R in Capture-settings by @Segergren in #135
- "Checking for update" progress on force update by @Segergren in #138
- Initialize already started instance on multiple instances by @Segergren in #136
- Add 32:9 as valid resolution for recording games by @CallumCarmicheal in #139
- Support for other file formats including fragmented video files. #103 by @CallumCarmicheal in #140
- refactor: Rewrite Keybind system by @lulzsun in #141
- RedM added to gameDetections.json by @benzon in #143
- feat: Add LoL deaths and assist bookmarks by @Avi0n in #146
- Force Display Capture by @Segergren in #148
- Added CS2 Integration by @Segergren in #150
- fix: Issue where application wouldn't exit by @Segergren in #158
- feat: Compression selection by @Segergren in #159
- Add basic Linux support by @lulzsun in #163
- Internationalization Support! by @swyknox in #164
- feat: Implement cross-platform keybinds by @lulzsun in #165
- Remove Background processes from GetTopLevelWindows by @Segergren in #171
- Adds a "Public" checkbox to Upload module by @Segergren in #172
- Fixed League of Legends integration by @Segergren in #173
- fix: Thumbnail not found after compression by @Segergren in #175
- feat: Bookmark improvements by @Segergren in #176
- fix: Fixed input/output removability by @Segergren in #177
- refactor: Keybinding improvements by @Segergren in #178
- fix: non draggable clips by @Segergren in #179
New Contributors
- @R-NK made their first contribution in #110
- @IceToast made their first contribution in #99
- @eiqnepm made their first contribution in #132
- @CallumCarmicheal made their first contribution in #139
- @benzon made their first contribution in #143
- @Avi0n made their first contribution in #146
- @swyknox made their first contribution in #164
Full Changelog: 1.2.1...1.3.0
RePlays v1.2.1
Change logs
- Fixed crashing on recording issue in 1.2.0 release. (oops)
- Add multi-track audio sources
Full Changelog: 1.2.0...1.2.1
RePlays v1.2.0
Warning
This release has a issue that causes crashing on recording, please install v1.2.1 instead.
Change logs
- Updated from .NET 5 -> 7
- Updated from OBS 27.2.4 -> 29.0.0
- League of Legends & PUBG Integration
- RePlays.app upload integration
- Fixes to bookmarking system
- Multiple audio source/device capture
- See full change log for complete list of changes
Contributed Pull Requests
- Fixed FileNotFoundException by @Segergren in #69
- Updated to .NET 7.0 by @Segergren in #71
- Changes the UI to the users Windows regional format. by @Segergren in #72
- Updated Clowd.Squirrel to 2.8.40 (from 2.6.34-pre) to allow for net7. by @Segergren in #73
- Added manifest and changed icon url by @Segergren in #74
- Multiple fixes by @Segergren in #76
- League of Legends integration! by @Segergren in #77
- Rate Controls and Screen Resolution improvements by @Segergren in #78
- Fix: Keybind issue #68 by @Segergren in #79
- Removed SaveSettings from UpdateMaximumScreenResolution by @Segergren in #80
- Added sound effect on start #75 by @Segergren in #82
- RePlays upload integration by @Segergren in #86
- Backups the bookmarks that gets applied by integrations and hotkeys by @Segergren in #89
- Added links to upload services & Credentials prompt by @Segergren in #90
- Storage failure improvements by @Segergren in #91
- Allows for EasyAntiCheat games to hook by @Segergren in #94
- Fix: Bookmarks not working if webView not initialized or gets overwritten by @Segergren in #95
- PUBG Integration by @Segergren in #96
- Fix: Access Denied exception by @Segergren in #100
Full Change log: 1.1.0...1.2.0
RePlays v1.1.0
Change logs
- Use OBS recording method instead of Plays-LTC
- A lot of bug fixes and small features (in detail below)
Thanks to all the contributors who have gotten us to this point! 🎉
Contributed Pull Requests
- Fix/audioencoder fix by @jkluch in #7
- Feature/cleanup and resolution update by @jkluch in #9
- 1440p support and output resolution fix by @Segergren in #12
- New loading screen design by @Segergren in #13
- fix: "Ultra" accidentally chose "High" as Video Quality. by @Segergren in #14
- Bookmark by @Segergren in #15
- Fixes the thumbnail bug. by @Segergren in #17
- Loads the recorder asynchronously. by @Segergren in #18
- fix: issue #19 by @Segergren in #21
- feat: Bookmark KeyboardHook (F8) by @Segergren in #23
- feat: Hardware encoding and encoder selection. by @sonicv6 in #25
- feat: Ability to name custom exes by @sonicv6 in #26
- feat: Detect available encoders by @sonicv6 in #27
- fix: issue 29 refactor: issue 24 by @sonicv6 in #30
- feat: Audio device selection by @sonicv6 in #28
- fix: Use display capture for games that cannot be hooked. by @sonicv6 in #31
- fix: bitrate zIndex & encoder loading by @sonicv6 in #32
- Style: Settings page improvement by @Segergren in #36
- refactor: Detection logic moved into DetectionService by @sonicv6 in #37
- feat: Screen blackout when focus lost by @sonicv6 in #38
- fix: Some splash screens not being handled by @sonicv6 in #40
- fix: Use a backup method to get file paths in games with anticheat by @sonicv6 in #41
- #45 Added scroll on video playback bar by @Segergren in #46
- fix: Various bug fixes by @sonicv6 in #48
- Fix: Custom game name capitalization conflicts. by @Segergren in #49
- FEAT: Clip compression by @Segergren in #50
- FIX: Application IntPtr.Zero retry by @Segergren in #52
- feat: Whitelist-only mode by @sonicv6 in #54
- FIX: Changed AutoDetectGame to async and IntPtr.Zero cooldown to Task.Delay by @Segergren in #55
- FIX: Check if process is still active when changing to display capture. by @Segergren in #57
- FEAT: Checks for already running games on startup. by @Segergren in #58
- FEAT: Rate control in settings by @Segergren in #59
- IMPR: Multiple compression improvements. by @Segergren in #60
- Fixes for multiple splashscreens and AC. by @Segergren in #61
- Changed case on Bookmark icon by @Segergren in #64
- Fixes an issue with fast restarts by @Segergren in #65
New Contributors
- @jkluch made their first contribution in #7
- @Segergren made their first contribution in #12
- @sonicv6 made their first contribution in #25
Full Changelog: 1.0.1...1.1.0
RePlays v1.0.1
- Fixes #1
- Adds Local Folder upload
- Fix the displaying of mic devices in Capture settings @88b0ec6
RePlays v1.0.0
Test release, not (really) production ready.
If you are downloading this, be aware that things may break, since it is not yet ready for release.