Skip to content

Releases: affectioned/ynodesktop

1.2.3 - Discord RPC Rewrite & Misc

20 Dec 17:12
Compare
Choose a tag to compare

What's Changed

  • 5d1db23 added an easy way to generate release notes
  • 3cf5500 Merge pull request #4 from foundationkitty/pr4-linuxfix
  • a1624ae fix linux build
  • 4053fd9 Refactor context menu, preload scripts, and Discord Rich Presence logic
  • ab294d9 Update yarn.lock
  • fc7e9d3 started work on rewriting discord rpc
  • af16584 Merge pull request #1 from foundationkitty/pr-readme
  • 4d00abe Update README.md

New Contributors

Full Changelog: 1.2.2...1.2.3

1.2.2 - Project Revival

03 Oct 15:12
437c241
Compare
Choose a tag to compare

This project has been revived following the deletion of the original repository, and it now includes all my recent improvements. Below are the detailed patch notes:

New Features

  • Expedition Tab Improvements:
    • Implemented functionality to load a new game when clicked in the expedition tab, instead of spawning a new Electron window.

Code Enhancements

  • Discord Rich Presence (RPC) Enhancements:

    • Refactored Discord RPC as an optional feature.
    • Introduced an alternative version of the project without Discord RPC.
    • Enhanced overall performance of the Discord RPC.
    • Added loop sleep delay to improve performance of the Discord RPC.
  • Code Refactoring:

    • Renamed win to mainWindow for better clarity and consistency.
    • Improved the unload prevention mechanism, eliminating the need for a for loop.
    • Applied general performance improvements across the codebase.

Bug Fixes

  • Fixed numerous bugs affecting overall performance and stability.
  • Resolved issues with icons due to updated paths.
  • Fixed MaxListenersExceededWarning and discordRpcUtils.
  • Made formatting adjustments throughout the project.

Project Structure

  • Improved the project’s structure for better maintainability.