Releases: mpouillo/BetterIntra
Releases · mpouillo/BetterIntra
1.1.1
Changes
- Fixed extension toggle ON/OFF buttons
- Small refactor to improve readability and performance
Full Changelog: 1.1.0...1.1.1
Additional notes
Discovered object literals and it makes things much simpler for my code compared to having huge functions passing a ton of variables.
1.1.0
Changes
- New feature: ability to set a custom background for your own profile page.
- Nicknamer feature:
- Improved style
- Bug fixes and perf improvement
Full Changelog: 1.0.0...1.1.0
Additional notes
I found a slick way to integrate the extension's buttons into the profile V3 UI, and I'm pretty happy about it! As always, please report any bugs so I can quickly fix them.
1.0.0
Changes
- Added a feature to nickname users.
- The nickname will replace their login in most places on the intranet following this pattern:
nickname (login). - Nicknames can be reset with the
reset nicknamebutton on each user's profile.
- The nickname will replace their login in most places on the intranet following this pattern:
Full Changelog: https://github.com/mpouillo/BetterIntra/commits/1.0.0
Additional notes
This is my first attempt at a browser extension! I have many features planned, but implementing them will take time as I need to learn both Javascript and how to use APIs. If you find any bugs, please open an issue as that would help me immensely. Feature requests are also appreciated!