Releases: gitify-app/gitify
Releases · gitify-app/gitify
v4.5.0
What's Changed
- chore: final release
v4.4.0
by @afonsojramos in #603 - build(deps): bump lodash from 4.17.20 to 4.17.21 by @dependabot in #604
- chore(deps): update dependency @testing-library/react-hooks to v8 by @renovate in #580
- chore(deps): update dependency css-loader to v6 by @renovate in #582
- chore(deps): bump
prettier
tov3.0.3
by @afonsojramos in #608 - chore(deps): bump
css-loader
tov6.8.1
by @afonsojramos in #610 - feat: add
esc
keybind to close window by @afonsojramos in #605 - chore(deps): update pnpm to v8.7.6 by @renovate in #609
- chore(deps): update dependency node to v18.18.0 by @renovate in #607
- chore(deps): update dependency postcss-loader to v7 by @renovate in #585
- chore(deps): update dependency electron-builder to v24 by @renovate in #611
- chore: add
repo
scope to token login by @afonsojramos in #606 - chore(deps): Upgrade to Jest v27 by @bmulholland in #615
- chore(deps): Upgrade typescript by @bmulholland in #619
- chore(deps): update react monorepo to v18 (major) by @renovate in #612
- chore(deps): update dependency @testing-library/react to v14 by @renovate in #579
- chore(deps): Upgrade to Jest 28 by @bmulholland in #616
- fix(deps): pin dependencies by @renovate in #621
- chore(deps): update dependency nock to v13.3.3 by @renovate in #623
- chore(deps): pin dependency @types/react to 18.2.23 by @renovate in #620
- chore(deps): update dependency @testing-library/react-hooks to v8.0.1 by @renovate in #625
- chore(deps): update dependency @types/lodash to v4.14.199 by @renovate in #626
- chore(deps): update dependency @types/react to v18.2.24 by @renovate in #627
- chore(deps): Upgrade to Jest 29 by @bmulholland in #617
- fix(deps): update dependency electron-updater to v6 by @renovate in #614
- chore(deps): update dependency postcss to v8.4.31 by @renovate in #629
- chore(deps): update dependency webpack-cli to v5.1.4 by @renovate in #630
- fix(deps): update dependency final-form to v4.20.10 by @renovate in #631
- fix(deps): update dependency react-transition-group to v4.4.5 by @renovate in #632
- fix(deps): update dependency typescript to v5 by @renovate in #634
- chore(deps): update pnpm to v8.8.0 by @renovate in #636
- fix(deps): update dependency react-final-form to v6.5.9 by @renovate in #637
- fix(deps): update dependency ts-loader to v9.4.4 by @renovate in #639
- chore(deps): update dependency electron-notarize to v1.2.2 by @renovate in #640
- chore(deps): update dependency webpack to v5.88.2 by @renovate in #641
- fix(deps): update dependency date-fns to v2.30.0 by @renovate in #643
- chore(deps): update dependency webpack-merge to v5.9.0 by @renovate in #642
- chore(routing): Switch to new react-router syntax by @bmulholland in #638
- feat: automate cask bump by @afonsojramos in #644
- fix: remove
outputFileSync
usage by @afonsojramos in #645 - fix(deps): update react-router monorepo to v6 (major) by @renovate in #635
- fix(deps): update dependency axios to v1 by @renovate in #613
- chore(deps): update dependency @types/react to v18.2.25 by @renovate in #656
- fix(deps): update dependency ts-loader to v9.5.0 by @renovate in #658
- chore(CI): don't run tests twice per PR by @JoseAlberola in #659
- chore(deps): update pnpm to v8.9.0 by @renovate in #661
- chore(electron): Move off deprecated remote module by @bmulholland in #649
- fix(deps): pin dependency @electron/remote to v2.0.11 by @renovate in #664
- chore(deps): update dependency @types/react to v18.2.27 by @renovate in #662
- chore(refactor): Simplify window re-open by @bmulholland in #651
- chore: Replace remote for hiding window by @bmulholland in #652
- chore(deps): update dependency @types/react to v18.2.28 by @renovate in #667
- chore: set renovate to run monthly by @afonsojramos in #666
- chore(deps): update dependency nock to v13.3.4 by @renovate in #668
- refactor: replace substr with substring by @setchy in #671
- feat: add husky to apply prettier and run tests by @afonsojramos in #674
- build: add codeowners file by @setchy in #672
- chore: remove
lodash
andemojione
by @afonsojramos in #675 - fix: use enterprise token if hostname of notification is enterprise server by @p1ass in #669
- chore: Replace remote for setting auto-open pref by @bmulholland in #653
- chore(deps): Remove history dependency by @bmulholland in #648
- chore(deps): pin dependency husky to 8.0.3 by @renovate in #676
- chore(deps): update dependency @types/jest to v29.5.7 by @renovate in #677
- fix(deps): update dependency axios to v1.6.0 [security] by @renovate in #680
New Contributors
- @dependabot made their first contribution in #604
- @bmulholland made their first contribution in #615
- @JoseAlberola made their first contribution in #659
- @p1ass made their first contribution in #669
Full Changelog: v4.4.0...v4.5.0
v4.4.0
Gitify is back 💥
Hello, @afonsojramos here 👋 Clearly this project has a lot of love from the community, with over 4k ⭐ here on GitHub! Many apps have tried to redo what Gitify is trying to achieve, but we have remained the only Open-Source alternative, so we should be thankful for it and make it work long term. I am here to help facilitate that, and I hope that I'm able to rise to the challenge! Anyways, enough chit-chat, let's get on with...
Welcome to the first Gitify's release in over 2 years 🚀
What's Changed
- Fix Personal Access Token login method to Github Enterprise Server modifying getUserData by @yyar in #524
- feat: switch to
pnpm
& updateruns-on
versions & packages by @afonsojramos in #566 - fix: notification appId for windows by @Araxeus in #539
- deps: upgrade prettier by @afonsojramos in #567
- feat: add pr title validator by @afonsojramos in #569
- chore: build app on PR and push to main by @afonsojramos in #568
- chore: create issue templates by @afonsojramos in #570
- chore: coveralls reporting by @afonsojramos in #572
- chore: configure renovate by @renovate in #571
- docs: update readme with coveralls & workflows by @afonsojramos in #573
- fix: add
RepositoryInvitation
icon by @codebytere in #542 - chore: change dimensions of login window by @hughlilly in #556
- chore(deps): update pnpm to v8.5.1 by @renovate in #577
- chore(deps): update dependency @types/node to v18 by @renovate in #581
- chore(deps): update react monorepo by @renovate in #578
- fix(deps): update dependency axios to v0.21.2 [security] by @renovate in #574
- chore(deps): update pnpm to v8.6.0 by @renovate in #583
- fix(deps): update dependency axios to v0.27.2 by @renovate in #584
- chore(deps): update dependency style-loader to v3 by @renovate in #586
- chore(deps): update pnpm to v8.6.1 by @renovate in #588
- feat: remove gh icon & keep notifications icon by @afonsojramos in #587
- chore: improve tests for sidebar by @afonsojramos in #590
- feat: include required scopes in "create github PAT" link by @danielnovograd in #549
- build: update git repository url by @setchy in #593
- chore: change casing and phrasing of
onClickMarkAsRead
field by @hughlilly in #554 - fix: github enterprise login by @uanid in #533
- feat: settings button toggle between settings and notifications by @hughlilly in #553
- fix: discussions-url by @Araxeus in #538
- fix: trigger release on
release
by @afonsojramos in #594 - feat: color coding for PRs and issues by @afonsojramos in #565
- release: bump version by @afonsojramos in #595
- fix: pnpm config for
electron-builder
by @afonsojramos in #599 - chore(deps): upgrade
menubar
by @afonsojramos in #600 - chore(deps): upgrade tailwind & related deps by @afonsojramos in #601
- chore(deps): upgrade
@primer/octicons-react
by @afonsojramos in #602
New Contributors
- @afonsojramos made their first contribution in #566
- @Araxeus made their first contribution in #539
- @renovate made their first contribution in #571
- @hughlilly made their first contribution in #556
- @danielnovograd made their first contribution in #549
- @setchy made their first contribution in #593
- @uanid made their first contribution in #533
Full Changelog: v4.3.1...v4.4.0
Release 4.3.1
What's Changed
Full Changelog: v4.3.0...v4.3.1
Release 4.3.0
Changes
- feat: Switch to universal builds for macOS (#509) @manosim
- fix: dark mode not toggling with system (#515) @codebytere
- fix: unsubscribe button ignoring thread subscription (#517) @Juice805
- chore: Remove all read messages (#518) @manosim
- feat: use notification_referrer_id for better UX (#519) @codebytere
Release 4.2.1
Features
- Fix "Login with GitHub Token" to support the new token format y GitHub #492 by @jasonbarry
Release 4.2.0
Features
- Support for Apple Silicon #471 by @HappyTobi