Releases: Smertig/among-us-replayer
Releases · Smertig/among-us-replayer
v0.4.2
What's new
This is mostly maintenance update, because I don't play in Among Us anymore.
- ⚡ Add support for new player colors (#16)
- 🔨 Rework config - players colors can be changed manually, no need to add new textures
- 🔨 Fix compilation and update dependencies
⚠️ Drop support for*.aurp
v2 (it was actually dev-only version)⚠️ Still no support for airship map (help wanted)
Check out README for usage.
Supported *.aurp
version: 3
Commits
- a9f33d4: Small refactoring for file_dialog (Smertig)
- 090e770: Small refactoring for file_dialog [2] (Smertig)
- 4ab9656: Add tooltip to non-parsed entries in file_dialog (Smertig)
- 095619d: Remove aurp v2 support (it was dev-only version) (Smertig)
- 8d3cf06: Fix naming (Smertig)
- 318c1e5: Small CI fix (Smertig)
- 7baeac9: Disable bzip2 dependency due to conan issues (Smertig)
- aa85305: Fix conan URL (Smertig)
- 972d764: Update conan.cmake to 0.18.1 (Smertig)
- 16afdb0: Revert bincrafters conan remote (Smertig)
- c1d332d: Update nlohmann::json dependency (Smertig)
- 80d6a05: Update imgui-sfml dependency (Smertig)
- 3e73762: Move color mapping to config (Smertig)
- 24446ea: Don't use bundled sprite collection, colorize them automatically (Smertig)
- 5c784c9: Add new colors (close #16) (Smertig)
- 383b9ea: Bump version to 0.4.2 (Smertig)
v0.4.1
What's new
- ⚡ Make file explorer/replayer windows minimizable (#5, #9)
- ⚡ Add colored icon near player names
- ⚡ Reduce app size by 20% (thanks @ImgBotApp)
- 🐛 Fix rare crashes
Check out README for usage.
Supported *.aurp
version: 2, 3
Commits
- [af0a206]: Fix crash on app exit (Smertig)
- [ca37c12]: Remove unused functions (Smertig)
- [59f01f9]: Downgrade required cmake version to 3.15 (Smertig)
- [0fa9274]: Set conan compiler.runtime only with MSVC compiler (Smertig)
- [28a777d]: Rename function for consistency (Smertig)
- [9407319]: Move all platform-specific stuff to #ifdef block (Smertig)
- [e0469b6]: Small refactoring (Smertig)
- [a2020e2]: [ImgBot] Optimize images (ImgBotApp) #6
- [7b24aed]: Make file explorer minimizable (close #5) (Smertig)
- [ae8bf09]: Small refactoring (Smertig)
- [81f80e6]: Add color buttons to ui::player (Smertig)
- [b6efeae]: Fix rare crash if player disconnects before round starts (Smertig)
- [92e4fbf]: Small fix for README (both x86 and x86_64 arch are supported) (Smertig)
- [bed655d]: Make replayer window minimizable (close #9) (Smertig)
- [a900114]: Bump version to 0.4.1 (Smertig)
v0.4.0
What's new
- ⚡ Add file choose dialog with replay preview and hot-reloading
- ⚡ Add separate releases for x86/x86-64 arch (the last one with high quality maps)
Check out README for usage.
Supported *.aurp
version: 2, 3
Commits
- [2d34b73]: Remove unused function (Smertig)
- [a34fafa]: Implement file choose dialog using imgui, add previews and hot reloading (Smertig)
- [8727184]: Cache current file path in imgui.ini (Smertig)
- [f85c83f]: Move high-quality maps to res_hq (Smertig)
- [10ee832]: Add low-quality maps to resources (Smertig)
- [cd5159b]: Fix workflow - build only debug version at every push (Smertig)
- [3ff1a33]: Try add x64 build to github-actions (Smertig)
- [3cd0056]: Small fix (Smertig)
- [d5debb6]: Add preloader for map sprites (Smertig)
- [75952e1]: Try add win-x64 to tagged release workflow (Smertig)
- [04cbfcc]: Fix workflow - collect artifacts from multiple jobs (Smertig)
- [172cfbb]: Bump version to 0.4.0 (Smertig)
v0.3.0
What's new
- ⚡ Replayer UI is movable now (thanks @AlexejheroYTB for suggestion, #3)
- ⚡ Added high-quality texture for POLUS map
- 🔨 Added
How To Build
section to README - 🔨 Downgrade required C++ standard to C++17
- 🐛 Fixed #1: unable to load texture with size bigger than supported by graphics driver (thanks @xTCry for report)
Check out README for usage.
Supported *.aurp
version: 2, 3
Commits
- [fadbacb]: Always update players positions, even on meeting (Smertig)
- [c103b54]: Downgrade to C++17 (Smertig)
- [9c7b7c1]: Update README - add
how to build
section (Smertig) - [dd17d75]: Fix #3 - make UI movable (Smertig)
- [87c0470]: Replace inheritance with composition (Smertig)
- [7b5d5eb]: Prepare to multi-part textures support (Smertig)
- [9946670]: Fix #1 - implement texture loading by chunks (Smertig)
- [6637f26]: Add high-quality texture for polus map (Smertig)
- [05f17b8]: Bump version to 0.3.0 (Smertig)
v0.2.1
Features
- New replayer UI
- Camera follows selected player automatically
Commits
- [1b8b390]: Fix workflow name (Smertig)
- [a3edfaa]: Fix workflow, generate zip archive instead of tar (Smertig)
- [5fe0fec]: Add ImGui::SFML library (Smertig)
- [0b9b61b]: Move timer logic to ui::player (Smertig)
- [61581de]: Add awesome font for UI (Smertig)
- [24e408a]: Add basic UI (Smertig)
- [0e7ad2c]: Fix center for polus map (Smertig)
- [bfac368]: Add player tracing (Smertig)
- [9feb826]: Use arial font for ui, add cyrillic glyphs (Smertig)
- [0f0471d]: Bump version to 0.2.1 (Smertig)
0.2.0 ✨ Initial release ✨
Check out README for details
- Supported
*.aurp
version: 2, 3