Skip to content

Releases: myrunes/frontend

v.1.10.0 (main 1.10)

14 Mar 15:28
7258365
Compare
Choose a tag to compare

Front End Changelog

This changelog only refers to chanes to the front end. If you want to read about changes in the back end or the API, take a look at the back end releases.

Updates

Added API adaptions to be able to authenticate using the new refresh access token authentication system of the backend. Also implemented session revocation in the user setting.

Docker Image

myrunes docker images

# docker pull myrunes/frontend:1.10.0

v.1.9.0 (main 1.9)

21 Sep 16:48
cf5c969
Compare
Choose a tag to compare

Front End Changelog

This changelog only refers to chanegs to the front end. If you want to read about changes in the back end or the API, take a look at the back end releases.

Updates

The login screen does now require to check a ReCAPTCHA before account registration to protect against bot attacks. Also, the request of 3 page names on password is now replaced by a simple ReCAPTCHA.

Also, all list-style view widths are now caped to a maximum width of 950px which fixes this "streched" look of these elements.

    

Docker Image

myrunes docker images

# docker pull myrunes/frontend:1.9.0

v.1.8.0 (main 1.8)

17 Sep 20:24
3586c99
Compare
Choose a tag to compare

Front End Changelog

This changelog only refers to chanegs to the front end. If you want to read about changes in the back end or the API, take a look at the back end releases.

Updates

  • Using myrunes REST API backend to fetch champion avatars.

Docker Image

myrunes docker images

# docker pull myrunes/frontend:1.8.0

v.1.7.3 (main 1.7.0) - assets update

24 Aug 21:43
Compare
Choose a tag to compare

Front End Changelog

This changelog only refers to chanegs to the front end. If you want to read about changes in the back end or the API, take a look at the back end releases.

This is just a hotfix release. If you are looking for the release notes of main release 1.7.0, see here.

Minor

  • Add Yone champion avatar

Docker Image

myrunes docker images

# docker pull myrunes/frontend:1.7.3

v.1.7.2 (main 1.7.0) - assets update

23 Jul 21:34
Compare
Choose a tag to compare

Front End Changelog

This changelog only refers to chanegs to the front end. If you want to read about changes in the back end or the API, take a look at the back end releases.

This is just a hotfix release. If you are looking for the release notes of main release 1.7.0, see here.

Minor

  • Add Lillia champion avatar

Docker Image

myrunes docker images

# docker pull myrunes/frontend:1.7.2

v.1.7.1 (main 1.7.0) - hotfix

22 Apr 09:11
Compare
Choose a tag to compare

Front End Changelog

This changelog only refers to chanegs to the front end. If you want to read about changes in the back end or the API, take a look at the back end releases.

This is just a hotfix release. If you are looking for the release notes of main release 1.7.0, see here.

Fixes

  • Fix missing current password payload on setting email [#4]

Docker Image

myrunes docker images

# docker pull myrunes/frontend:1.7.1

v.1.7.0 (main 1.7.0)

22 Apr 08:08
Compare
Choose a tag to compare

Front End Changelog

This changelog only refers to chanegs to the front end. If you want to read about changes in the back end or the API, take a look at the back end releases.

Updates

  • Update champion avatar of Fiddlesticks
  • In settings view, password confirmation for user settings is now better highlighted to clarify password confirmation to change critical user settings
  • Remove session information in settings view because sessions endpoints are now deprecated. Read more about this change in this issue: backend#14
  • When trying to delete account, a confirmation dialogue needs to be confirmed to further protect against accidential account deletion

Fixes

  • Fixed search in page view and champion selection on page editing [#2]
  • @luxtracon fixed some typos ☺

Docker Image

myrunes docker images

# docker pull myrunes/frontend:1.7.0

v.1.6.1 (main 1.6.0)

15 Jan 14:57
Compare
Choose a tag to compare

Front End Changelog

This changelog only refers to chanegs to the front end. If you want to read about changes in the back end or the API, take a look at the back end releases.

Updates & Fixes

  • Add assets for new champion Sett

Docker Image

myrunes docker images

# docker pull myrunes/frontend:1.6.1

v.1.6.0 (main 1.6.0)

29 Dec 11:05
Compare
Choose a tag to compare

Front End Changelog

This changelog only refers to chanegs to the front end. If you want to read about changes in the back end or the API, take a look at the back end releases.

New Features

  • Page Edtor
    The page editor now displays tool tips about rune information on hovering over runes. Also, a switch between simple and detailed information is available to swap between those two states.

  • Main Page
    You can now also search directly for pages by champion name or by page title in the main search bar. Also, you can now directly create and edit pages from the main page.

  • Contact and About Pages
    Information on how to contact us and general information about myrunes are now provided on seperate pages to have more space for information and save space in the footer bar.

Updates & Fixes

  • The search bar for pages is now always present and redesigned to be more sleek and intuitive.

  • The page previews are now using CSS grid layouts which provides way better responsivenes and cleaner code.

  • When creating a page from the champions pages view, the champion will now be passed properly to the new page.

Docker Image

myrunes docker images

# docker pull myrunes/frontend:1.6.0