Skip to content

Releases: devkennyy/rungeon

v3.0

14 May 00:04
2ba926d
Compare
Choose a tag to compare

Notable Changes:

New Stages:

  • ghost
  • furnace
  • light

Removed Stages:

  • hamburger
  • breath

New Theme:

  • vivid

Removed Theme:

  • dots

Removed old theme code and main.js file.

Adds developer mode to skip through levels when developing.

Update documentation and readme.

Hosting site on Github Pages. That means no more Firebase and Express.

Various bug fixes and improvements:

Update Github Icon on navbar (gagandhikari)

Add alert text for home page (GruelingPine185)

Future Changes:
Level editor

v2.0.0

08 Aug 05:53
Compare
Choose a tag to compare

Notable Changes:

Stage rework. Stages and the way the codebase works has been re-introduced to allow for a more friendly developer experience.
View the commit to see the list of changes. (Shabbyconnor, GruelingPine185, staranbeer)

There were quite a few problems with the way we were reading themes so we moved them to a single CSS file of classes. (GruelingPine185)

Animated progress bar. This replaces the title progress bar and can be toggled in the navbar. (Shabbyconnor)

Added a linter. ESlint is now there to scream at you for easy bug fixes. (GruelingPine185)

jQuery. Because of the excessive DOM manipulation, we figured adding jQuery would make it alot less tedious (it does) (Shabbyconnor)

Stages:

Various bug fixes and improvements:

Added default theme to theme list (GruelingPine185)
Running instructions for easier usage (GruelingPine185)
Close popup menu on side click (jesc70)
Themes work on 404 page (GruelingPine185)
Added a style guide and updated README
Meta tags for more discoverability
Updated themes colour pallets

Future Changes:
While I do have exams coming up, there are a few things I plan to implement in the near future:

  • Level system
  • Account system
  • More customization
  • Level editor

🎉 We hit 100 issues/pull requests, a very neat milestone. Thank you all so much for contributing!

v1.2.0

19 Jul 00:56
945a5fe
Compare
Choose a tag to compare

Notable Changes:

Change hosting service. The project is now deployed on Firebase but we still use Github to track issues and accept pull requests.

Rungeon Domain. Check it out for yourself: rungeon.live

Added simple backend. As of now, this doesn't actually do anything but we've got it for when we need it. (GruelingPine185)

Navbar mid game. (Bram280)

Various bug fixes and improvements:

Tick indication beside active theme (vbov57)
Various style fixes (Qreamville, GruelingPine185)
Many theme popup modifications (Shabbyconnor)
Fixed typos and grammatical errors (knight-95)
Fixed navbar dropdown error (Shabbyconnor)
Themes change button colours & navbar

Thank you all so much for contributing!

v1.1.0

14 Jul 08:08
0345f11
Compare
Choose a tag to compare

Notable Changes:

Complete stage rework. Stages are now controlled via an index, incremented and decremented according to the navigation buttons. (Andreu-G)

Themes. You can now change how the pages look via a theme popup on the landing page. Current available themes:

  • serika
  • cobalt
  • hedge
  • passionfruit
  • rgb
  • dots

No longer using Sass. Sass wasn't living up to what I had expected and only made contributing more complicated.

Added Stages:

  • 4

Various bug fixes and improvements:

Cleaned code and comments (malikhuzafah)
Centred stage text vertically (Shabbyconnor)
Fixed favicon not showing (Andreu-G)
Reset elements when returning to stage (ShaneButtCodeNL)
Added a contributing guide

Thank you all so much for contributing!