Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: manusa/electronim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.91
Choose a base ref
...
head repository: manusa/electronim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.92
Choose a head ref
  • 15 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 28, 2023

  1. 🤖 Fedora Copr explicitly use node 18

    Installing npm without specific node version
    will try to install node20-npm in Fedora 37, which
    results in conflict with the pre-installed node18 version
    
    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Mar 28, 2023
    Copy the full SHA
    986fb1e View commit details

Commits on Mar 30, 2023

  1. ⬆ Bump electron to 23.2.1

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Mar 30, 2023
    Copy the full SHA
    332217f View commit details

Commits on Jun 3, 2023

  1. build: add apple silicon

    iiidefix authored and manusa committed Jun 3, 2023
    Copy the full SHA
    64dcae1 View commit details
  2. 🧹 clean up package.json

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    f433e42 View commit details
  3. ⬆ Bump @testing-library/dom to 9.3.0

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    00d9512 View commit details
  4. ⬆ Bump jest to 29.5.0

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    cf898c7 View commit details
  5. ⬆ Bump axios to 1.4.0

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    7e02d71 View commit details
  6. ⬆ Bump preact to 10.15.1

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    86918d8 View commit details
  7. ⬆ Bump sass to 1.62.1

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    7b30eea View commit details
  8. ⬆ Bump eslint to 8.42.0

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    abb8772 View commit details
  9. ⬆ Bump eslint-plugin-jest to 27.2.1

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    92b4dbe View commit details
  10. ⬆ Bump css-loader to 6.8.1

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    7f0d942 View commit details
  11. ⬆ Bump jest-extended to 3.2.4

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    62b897f View commit details
  12. ⬆ Bump sass-loader to 13.3.1

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    fd26198 View commit details
  13. ⬆ Bump electron to 24.4.1

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jun 3, 2023
    Copy the full SHA
    a831c1b View commit details
Showing with 1,397 additions and 1,332 deletions.
  1. +8 −4 .github/workflows/publish.yml
  2. +1 −1 README.md
  3. +1 −1 build-config/electronim.nuspec
  4. +6 −1 build-config/electronim.spec
  5. +1,353 −1,309 package-lock.json
  6. +28 −16 package.json
12 changes: 8 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -74,7 +74,11 @@ jobs:
run: ./utils/prepare-electron-builder.js
- name: Build macOS
run: npm run build:mac
- name: Upload dmg
run: ./utils/upload-artifact.js electronim-mac.dmg application/octet-stream
- name: Upload tar.gz
run: ./utils/upload-artifact.js electronim-mac.tar.gz application/tar+gzip
- name: Upload arm64-dmg
run: ./utils/upload-artifact.js electronim-mac-arm64.dmg application/octet-stream
- name: Upload arm64-tar.gz
run: ./utils/upload-artifact.js electronim-mac-arm64.tar.gz application/tar+gzip
- name: Upload x64-dmg
run: ./utils/upload-artifact.js electronim-mac-x64.dmg application/octet-stream
- name: Upload x64-tar.gz
run: ./utils/upload-artifact.js electronim-mac-x64.tar.gz application/tar+gzip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ electronim
## Features

- ⚛ Multi-platform: ElectronIM is available for Linux 🐧, Mac 🍏 and Windows.
- 🌍 Based on Chromium 110
- 🌍 Based on Chromium 112
- 🔔 Desktop notifications: ElectronIM will notify you using your native system notifications.
- 🧐 Spellchecker: ElectronIM contains spellchecker dictionaries for many languages,
if your language is not supported, just [file an issue](https://github.com/manusa/electronim/issues/new).
2 changes: 1 addition & 1 deletion build-config/electronim.nuspec
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ Improve your productivity by combining all your instant messaging applications (
### Features

- ⚛ Multi-platform: ElectronIM is available for Linux 🐧, Mac 🍏 and Windows.
- 🌍 Based on Chromium 110
- 🌍 Based on Chromium 112
- 🔔 Desktop notifications: ElectronIM will notify you using your native system notifications.
- 🧐 Spellchecker: ElectronIM contains spellchecker dictionaries for many languages,
if your language is not supported, just [file an issue](https://github.com/manusa/electronim/issues/new).
7 changes: 6 additions & 1 deletion build-config/electronim.spec
Original file line number Diff line number Diff line change
@@ -12,11 +12,16 @@ Url: https://github.com/manusa/electronim
# Tag sources
Source0: %{url}/archive/refs/tags/v%{version}.zip

%if 0%{?fedora} >= 37
BuildRequires: nodejs-npm
%else
BuildRequires: npm
%endif

BuildRequires: python3-devel
BuildRequires: gcc-c++
BuildRequires: git-core
BuildRequires: make
BuildRequires: npm
BuildRequires: libglvnd-devel
BuildRequires: libxcrypt-compat
ExclusiveArch: x86_64
Loading