WebCord

A Discord and SpaceBar -based client implemented without Discord API.

MIT License

Stars
1.9K

Bot releases are visible (Hide)

WebCord - v1.4.0

Published by github-actions[bot] over 3 years ago

  • Bump minior version number.
  • Improve GitHub bug report template.
  • Add Windows and MacOS to GitHub workflows.
  • Create SUPPORT.md.
  • Rename 'object.ts' to 'mainGlobal.ts'.
  • Move some function declarations to 'mainGlobal.ts'.
  • Simplify function arguments in exports.
  • Move 'Options' to 'File' in menu bar.
  • Add experimental extensions feature.
  • Implement website blacklist for 'cosmetic.ts'.
  • Add icon "logic" for about panel on Linux.
  • [WIN32] Use ZIP maker instead of Squirrel.
  • JSON configs will be checked for syntax errors before loading them (#44).
  • [WIN32] Downscale icon to smaller resolution (256x256, 512x512 was broken).
  • Improve "Hide side bar" option that will use eventListeners and eventEmitters.
  • Remove default "Window" submenu and moved "Hide side menu" option to "Window".
  • Add 'Accelerator' to "Hide side menu" option: [Alt+CmdOrCtrl+M].
  • Remove unnecesary switch in 'configForge.json'.
  • Improve credits menu generation.
  • Remove 'allowJS' option from config ('tsc' will now block *.js imports).
  • Move some exports to 'global.ts'.
  • Add 'cosmetic.ts' preload script.
  • Other minior improvements.
WebCord - v1.3.1

Published by github-actions[bot] over 3 years ago

  • Updated CSP for new hCaptcha version (#39).
  • Improved 'configForge.ts'.
WebCord - v1.3.0 – "Harmonia" update

Published by github-actions[bot] over 3 years ago

  • Changed name and icon of the application (to WebCord).
  • Made application ready for the repo name change.
  • Added "Inspect", "Copy link" and "Copy link text" options in the right-click context menu.
  • Implemented multiple switches to customize the behaviour of the CSP.
  • Included hCaptcha websites to the Content Security Policy (#39).
  • Implemented "Developer mode" switch.
  • Made some menu bar improvements.
  • Updated "electron-json-config" dependency to latest "beta" release.
  • Splitted config to multiple files (this should make it less likely to broke itself).
  • Added support for the source maps (for better debbuging with Typescript).
  • Enabled strict syntax check at building with TSC.
  • Updated Electron to the newer patch version (12.0.2).
  • Updated Typescript to the newer patch version (4.2.3).
  • Updated Eslint to the newer minior version (7.23.0).
  • Improved userAgent.ts for the MacOS and Windows.
  • Done some other minior code improvements.
WebCord - v1.2.1 – Bug fixes

Published by github-actions[bot] over 3 years ago

  • Changed the compression algorithm to "gzip", as "xz" was too slow.
  • Fixed a bug with the updater (#36).
  • Fixed some bugs with the "About" window (#37).
WebCord - v1.2.0 – Privacy update

Published by github-actions[bot] over 3 years ago

  • Improved app's configuration for better privacy and security settings.
  • Added CSP (Content Security Policy) feature.
  • Improved menu bar.
  • Partially moved the developement to the TypeScript language for improved code stability.
  • Improved PermissionCheckHandler and PermissionRequestHandler.
  • Updated Electron to the newer release (11->12).
  • Other code improvements.
WebCord - v1.1.2 – Bug fixes

Published by github-actions[bot] over 3 years ago

v1.1.1 release notes:

  • Fixed a bug where screen captured was still disabled for production builds.
  • Implemented an update checker that will notify user whenever there's a new update available.

v1.1.2 release notes

  • Added electron-fetch as a depencency.
  • Fixed the update checker JSON link.

NOTE: Release v1.1.1 has been reverted because it was broken with the packaged version of the application.

WebCord - v1.1.0 – "Screen share" update

Published by github-actions[bot] over 3 years ago

  • Implemented Desktop Capturer (#12).
  • Disabled "contextIsolation".
  • Improved building scripts/config.
  • Implemented "Hide side menu" to hide the Discord's sidebar (usefull for devices with smaller screens).
  • "About me" will now report more information about the application itself (Electron version and [DEV] indicator).
WebCord - v1.0.2 – Bug fixes

Published by SpacingBat3 over 3 years ago

  • DEB maker improvements: set the section of the package to "Web" and also set an option that fixes the issue #20)
  • Fixed a bug where spellchecker was crashing on some distributions / app builds (#22).
WebCord - v1.0.1 – Minior fixes and improvements.

Published by SpacingBat3 over 3 years ago

  • Fixed (#18) and (#19) issues.
  • Added the icons for the MacOS/Windows builds.
  • Some syntax changes.
  • Copyright year isn't updated automatically based on the current year from now.
  • Splitted electron-forge configuration lines to the new JavaScript file.
  • Moved the application documentation to the "docs/" folder.
  • Improved building on Linux hosts (with additional BASH script).
  • Fix typo in "CONTRIBUTING.md" (#17).
WebCord - v1.0.0 – "Forge" update

Published by SpacingBat3 over 3 years ago

  • Changed versioning scheme to <major>.<minior>.<patch> (without v prefix in tag names).
  • Dropped the support for the archive package releases (at least for Linux).
  • Moved from the electron-builder to the electron-packager.
  • Added the support for the new package standards: deb and rpm.
  • Arch Linux releases are no longer distributed in releases (use PKGBUILD instead).
WebCord - v0.2.0-rc3

Published by SpacingBat3 almost 4 years ago

Changes so far:

  • some improvements with the event on which the red dot icon is visible,
  • updated my email address inside the package.json (I still haven't made it accessible through the menu bar in my application).
WebCord - v0.2.0-rc2

Published by SpacingBat3 almost 4 years ago

Most important changes:

  • improved building system,
  • added an AppImage and ALPM releases,
  • improved package.json,
  • added a PKGBUILD to the repository.
WebCord - v0.2.0-rc1

Published by SpacingBat3 almost 4 years ago

WebCord - v0.1.5

Published by SpacingBat3 almost 4 years ago

WebCord - v0.1.4

Published by SpacingBat3 almost 4 years ago

WebCord - v0.1.3 – Bug Fix Update

Published by SpacingBat3 almost 4 years ago

A fix for the numerous bug fixes with the electron-builder, including:

  • a fix for an issue #2,
  • a fix for the bug when "about" app icon couldn't be displayed after packaging,
  • a fix for the bug where instead translated strings the English one were displayed after packaging, no matter user's locales,
WebCord - v0.1.2 – Translations update!

Published by SpacingBat3 almost 4 years ago

  • Added a way to translate app,
  • Translated app to Polish and Spanish (Latin American),
  • Typo fixes etc.
WebCord - v0.1.1

Published by SpacingBat3 almost 4 years ago

Changes comparing to v0.1.0 (only sources):

  • The main.js script gets now application version (used in "About" panel) from the package.json,
  • Fixed an issue with single-instance sessions,
  • Trashed unused icon file from the sources.