Releases: Alex313031/caprine-ng
Releases · Alex313031/caprine-ng
2.60.1 - Linux, Windows, & MacOS
- Fixed styling issues on secondary windows (Versions window, About window, and Proxy window now adhere to light/dark mode setting and use the same theming as the rest of Caprine)
- Typescript fixes
- Rebased on upstream, see differences here > sindresorhus/caprine@8ea4bee...a989c9a (Mostly just fixes to keep up with Facebook changing stuff on the messenger site and API)
- Added a new exclusive caprine-ng feature: Proxy Support! 3742bbf - Go to "Caprine" > "Caprine Settings" > "Advanced" > "Proxy Settings" where you can enable/disable it, and set your proxy server/port number. Disabled by default of course.
- Note: Skipped 2.60.0 release.
2.59.4 - Linux, Windows, & MacOS
- Rebase on upstream
- Fix CSS selectors for dark mode on MacOS
- Update some npm packages
- Linted source to adhere to upstream code styling guidelines
2.59.3 V2 - Linux, Windows, & MacOS
- Fix CSS selectors again
- Fix dark mode on MacOS
- Versions window now shows OS type and architecture
2.59.3 - Linux, Windows, & MacOS
- Updated CSS selectors
- Fixed Linux icons
- Added "Open Video in New Window" right click menu option
- Added Versions window to MacOS
- Fixed taskbar notification blinking too much
- New windows now inherit dark mode setting from main Caprine window
- Added .rpm packages
- Added MacOS builds
- Added more right click menu options, and "Search with Google" now opens in a new Electron window instead of the browser
TODO: Update selectors to remove "try messenger in blah blah" banner at lower left.
2.59.2 - Linux, Windows, & MacOS
- Update @electron/remote to 2.1.1
- Update minor dependencies
- Removed menubar from Versions window
- Added installer bitmaps
- Made Windows installer names make more sense and easier to read/pick out which one you want
2.59.1 - Linux & Windows
- Update @electron/remote to 2.0.12
- Update Electron to 22.3.27
- Fix tray notifications
- Update Versions window size
2.59.0 - Linux & Windows
- Minor npm dep uprevs
- Updated Electron to 22.3.25
- Finally merged the upstream notifications fix > sindresorhus@2ee7d2c
- Allow user to choose the installation directory
NOTE: There now appears to be a new bug where it will incessantly spam you with a red badge, even if you have viewed their message. I will probably file a bug on this. If this happens to you, you can go to "Caprine" > "Caprine Settings" > and uncheck the "Show Unread Badge" and "Flash Window on Message" options.
2.58.2-2 - Linux & Windows
Same as https://github.com/Alex313031/caprine-ng/releases/tag/v2.58.2-1 except:
- More notifications fixes from > sindresorhus#2051
- Updated lockfile
2.58.2-1 - Linux & Windows
Second release of 2.58.2, with the following bug fixes and additions :
- Linux freeze bug fixed
- Windows facebook promo fixed
- notifications.checked() cmdline error fixed
- Minor dark mode icon fixes
- Added "Open Link In New Window" right click item
- Added Go Back and Go Forward to the View menu
- Added 32 bit Windows builds
- Added portable Windows builds
- Updated Electron to 22.3.24
2.58.2 - Linux & Windows
- I merged my Caprine-Win7 fork to this, it just downgrades Electron from 24 to 22, to support Win7/8/8.1 and Ubuntu 16.04/18.04
- See the release notes of the last version in that repo (which also applies to this) here > https://github.com/Alex313031/caprine-win7/releases/tag/v2.58.1
- Updated Electron to 22.3.22
- Made the Quit menu item say Quit Caprine and use Ctrl+Q for all platforms.
- Added this patch from a PR upstream > sindresorhus#2051