@vault-tec/pip-boy 1.3.1 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -42,6 +42,54 @@ import {
42
42
  export class App {}
43
43
  ```
44
44
 
45
+ ## Changelog
46
+
47
+ v1.0.0 - v1.0.4:
48
+
49
+ - Initial release with Pip 3000
50
+ - Add welcome dialog component
51
+ - Adds a new "Content Font Size" setting (50-150% range) that scales list text and UI labels across all tabs with live preview
52
+ - Refactor all modal components to use shared SCSS mixins for consistent styling and better maintainability
53
+ - Redesigns the welcome modal with improved layout and accessibility
54
+ - Font family and styling updates/fixes
55
+ - Line height adjustments
56
+
57
+ v1.1.0 - v1.1.4:
58
+
59
+ - Cleaned up item list data
60
+ - Improved modals and forms
61
+ - Expanded global font-size support
62
+ - Map improvements
63
+ - Radio/Notes upgrades
64
+ - UI polish + behavior fixes
65
+ - Add remember tab/subtab on refresh feature
66
+ - Seletable quest/subquest checkboxes
67
+ - Stop all sounds on reset/load
68
+ - Fixed a mobile layout issues
69
+ - Improved the waveform visualizer
70
+ - Improve "RAD" sub tab
71
+ - Fix up not being able to drag local & world maps during "Edit Lock"
72
+ - Remember radiation level on save/load and page refresh
73
+ - Fix up sub tab "GENERAL" overflow on smaller devices
74
+
75
+ v1.2.0:
76
+
77
+ - Add Pip 3000a
78
+
79
+ v1.3.0 - v1.3.1:
80
+
81
+ - Add boot sequence video and overlay UI/logic
82
+ - Add click-sound handlers
83
+ - Add radiation/status meter numeric value display
84
+ - Pip 3000 and Pip 3000a Cleanup and reuse of functions
85
+
86
+ v1.4.0:
87
+
88
+ - Update default configuration values
89
+ - Remove uppper value limits for S.P.E.C.I.A.L. stats
90
+ - Remove upper value limits for Skills
91
+ - Updated Pip 3000a defaults to use shared skill and perk items from the Pip 3000
92
+
45
93
  ## Compatibility
46
94
 
47
95
  Tested in Chrome. Other browsers may work, but Chrome is the only supported target right now.