Skip to content

Releases: affectioned/ynodesktop

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:38

What's Changed

  • build(deps): bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #15
  • build(deps-dev): bump electron from 35.7.5 to 39.8.5 by @dependabot[bot] in #17
  • build(deps): bump picomatch from 4.0.3 to 4.0.4 by @dependabot[bot] in #16
  • build(deps): bump @xmldom/xmldom from 0.8.11 to 0.8.12 by @dependabot[bot] in #18
  • build(deps): bump @xmldom/xmldom from 0.8.12 to 0.8.13 by @dependabot[bot] in #19
  • build(deps): bump fast-uri from 3.1.0 to 3.1.2 by @dependabot[bot] in #20
  • build(deps): bump ip-address from 10.1.0 to 10.2.0 by @dependabot[bot] in #21
  • build(deps): bump tmp from 0.2.5 to 0.2.7 by @dependabot[bot] in #22
  • build(deps): bump form-data from 4.0.5 to 4.0.6 by @dependabot[bot] in #24
  • build(deps): bump sweetalert2 from 11.26.22 to 11.26.25 by @dependabot[bot] in #31
  • build(deps-dev): bump electron-builder from 26.8.1 to 26.15.3 by @dependabot[bot] in #34
  • build(deps): bump dependabot/fetch-metadata from 2 to 3 by @dependabot[bot] in #25
  • build(deps): bump actions/setup-node from 4 to 7 by @dependabot[bot] in #26
  • build(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #27
  • build(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #28
  • build(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #29
  • build(deps-dev): bump electron from 39.8.5 to 43.1.1 by @dependabot[bot] in #33
  • build(deps): bump electron-store from 8.2.0 to 11.0.2 by @dependabot[bot] in #30
  • build(deps): bump electron-context-menu from 3.6.1 to 4.1.2 by @dependabot[bot] in #32
  • chore(main): release ynodesktop 1.3.0 by @github-actions[bot] in #35

New Contributors

  • @github-actions[bot] made their first contribution in #35

Full Changelog: v1.2.7...v1.3.0

v1.2.7

Choose a tag to compare

@github-actions github-actions released this 10 Mar 19:29

refactor app with security fixes, Discord RPC toggle, and titlebar improvements

1.2.5 - audit based security fixes

Choose a tag to compare

@affectioned affectioned released this 02 Sep 19:36
5d4e9d1

These fixes are based off github automatic security audit.

1.2.4 - Updated Dependencies & refactored, improved and fixed discordRpcUtils.js (again)

Choose a tag to compare

@affectioned affectioned released this 04 Jul 15:58

What's Changed

  • e4f3bfc updated dependencies & refactored discord rpc again
  • 5959a58 fixed error spam
  • 602934d Merge pull request #7 from roxwize/main
  • 55fe542 improve icons
  • eb2d37b Merge pull request #5 from foundationkitty/electron33
  • 1b08572 Upgrade Electron version to 33.3.1, electron-builder to 25.1.8
  • Upgrade Electron version to 33.3.1, electron-builder to 25.1.8 by @foundationkitty in #5
  • improve icons by @roxwize in #7

New Contributors

Full Changelog: 1.2.3...1.2.4

1.2.3 - Discord RPC Rewrite & Misc

Choose a tag to compare

@affectioned affectioned released this 20 Dec 17:12

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

Choose a tag to compare

@affectioned affectioned released this 03 Oct 15:12
437c241

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.