Month
Index of 48 entries from . Entries belong to 2 different categories, factorio-save-upgrader and talkie.
Merge branch 'release/v8.0.0'
v8.0.0
Update dependencies in-range
Remove some unused code
List the loading/upgrading steps
Document Factorio: Space Age mod requirements
Add output tree file listing at script end
Reword log messages
Use v for version prefix
Update copyright years
Use tabs for indentation
Explicitly check for external executables
Use details instead of headings in README.md
Add some color to log output
Use podman instead of docker
Add version 2.0, remove 0.18
Migrate and upgrade local/extension mv3 storage
- Migrates to MV3 by loading data from `window.localStorage` and writing to `chrome.storage.local`. - Migration is only performed during webext upgrade/install events. - Migra…→ Full commit message
Allow development build output packaging
Skip .map files for production output
Fix react dom (re)hydration bugs
Fix external production/development script mapping
Attempt for service worker/background to stay alive during speech
Reduce rollup import warnings
Upgrade react, react-dom, react-markdown
Remove renamer
Upgrade @sindresorhus/tsconfig
Upgrade nx@^20
Upgrade nx@^19
Upgrade nx@^18
Upgrade rimraf
Upgrade syncpack
Upgrade npm-check-updates
Update copyright years
Update links
Use HTTPS where possible
Update developer documentation
Move/copy files from root to ./code/
Fix updated typings
Upgrade @types/webextension-polyfill
Fix artifact output
Ignore web-ext lint errors in chrome
- `web-ext` and `addons-linter` are focused on Mozilla Firefox, whether the linting rules standardized or not. - This may cause issues when linting for Google Chrome, currently in…→ Full commit message