Releases: ben-miles/nomansguide
v3.0.0 Vue 3, Routing & Translator
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
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
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
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.