Skip to content

Releases: ben-miles/nomansguide

v3.0.0 Vue 3, Routing & Translator

16 Mar 20:07
3790827
Compare
Choose a tag to compare

This update features a total re-write using newer architecture, some new features, plus cosmetic updates:

  • Updates from Vue 2 to Vue 3
  • Rewritten as Single-File Components (SFCs)
  • Adds Translator feature -- See English translations for any word in any alien language, as you type
  • Adds Vue Router (which in turn adds browser history items / enables using the back button and allows for navigating directly to a specific feature)
  • Adds GitHub Actions, which automatically builds and deploys to GitHub Pages
  • Adds all new fonts, icons, and images sourced directly from NMS game files for a more immersive look

Special thanks to several individuals at NMSCD for the feedback and suggestions.

v2.1.0 Urgent Bugfixes, Performance Improvements, Open Source

27 Dec 02:28
a0a8162
Compare
Choose a tag to compare

First and foremost, this release makes No Man's Guide open source, using a Creative Commons Attribution Non-Commercial Share-Alike 4.0 International License.

This release also adds several urgent bugfixes and performance improvements, namely:

  • Updates Vue.js to last 2.x release, v2.7.14
  • Switches the items data object from a JavaScript object literal to a separate JSON file
  • Reduces total file size of item images by 70% using tinypng.com
  • Adds Node.js and several Node Modules for generally improving my code
  • Fixed several major bugs in Safari and Firefox browsers

v2.0.0 Origins Update

07 Nov 21:36
11d67b5
Compare
Choose a tag to compare

A massive visual update to bring the UI up to the official Origins update aesthetic, plus removal of jQuery and Select2 and other old libraries, the addition of VueJS for a faster and more responsive app, and the addition of nearly one hundred in-game items.

v1.0.0 First Public Release

07 Nov 21:30
Compare
Choose a tag to compare

This first public version of the app, written with jQuery and designed to visually match the game and official website around the time of the Beyond update, with about 48 items total.