Skip to content

Releases: mpouillo/BetterIntra

1.1.1

22 Jan 10:33

Choose a tag to compare

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

17 Jan 12:56

Choose a tag to compare

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

15 Jan 12:58
aee30a6

Choose a tag to compare

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 nickname button on each user's profile.

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!