<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wifi-card.git/package.json, branch master</title>
<subtitle>Print a QR code for connecting to your WiFi</subtitle>
<id>https://code.northwest.io/wifi-card.git/atom?h=master</id>
<link rel='self' href='https://code.northwest.io/wifi-card.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/'/>
<updated>2026-01-25T04:46:24+00:00</updated>
<entry>
<title>Updates jan 2026 (#313)</title>
<updated>2026-01-25T04:46:24+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>ben@bdw.to</email>
</author>
<published>2026-01-25T04:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=e1927f633cab988ceeb8bcd51dd03aaa5b3f2392'/>
<id>urn:sha1:e1927f633cab988ceeb8bcd51dd03aaa5b3f2392</id>
<content type='text'>
* Update dependencies to latest versions and migrate to React 19

- Update all dependencies to latest versions
- Migrate to React 19 createRoot API (replaces deprecated ReactDOM.render)
- Update qrcode.react import to v4 named export (QRCodeSVG)

* Format CSS with prettier

* Add Hebrew translation

* Add Slovak translation

* Add Malagasy translation

* Add Bangla translation

* Init field

* Change the logic concerning number of cards to print

* fix/clean

* Fix Increment-field-ID-in-the-print-area

* Increment-field-ID-in-the-print-area

* Review id implementation logic

* Fix git commit

* Handle Query parameter

* Fix package.json

* Fix query parameter for language

* fix query parameter for language

* Fix EncryptionModeChange query parameters // Error when non in query

* Fix EncryptionModeChange query parameters // Error when empty in query

* clean Setting.js don't need to import i18n

* clean file App.js

* first iteration for Hash

* Add Esperanto translation

* Update translations for Occitan

2 lines added

* Update translations.js

Added Swiss German to the Translations JavaScript-File

* Update translations.js

Removed custom Translations-Strings of my own Version.

* Update README.md

* Format translations.js with prettier

---------

Co-authored-by: Ido Bronfeld &lt;idobronfeld@gmail.com&gt;
Co-authored-by: Matej Kubinec &lt;matej.kubinec@outlook.com&gt;
Co-authored-by: mpilasy &lt;88362233+mpilasy@users.noreply.github.com&gt;
Co-authored-by: Tarek Hasan &lt;94107336+Tarek-Hasan@users.noreply.github.com&gt;
Co-authored-by: ofostier &lt;ofostier@gmail.com&gt;
Co-authored-by: zeecho &lt;30541894+zeecho@users.noreply.github.com&gt;
Co-authored-by: Mejans &lt;61360811+Mejans@users.noreply.github.com&gt;
Co-authored-by: Jan Zehnder &lt;44242812+NZehnder@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Use official node image (#257)</title>
<updated>2022-12-05T17:27:58+00:00</updated>
<author>
<name>Henrik Bierbum Bacher</name>
<email>Bacher@gmail.com</email>
</author>
<published>2022-12-05T17:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=1744e209522284aab3794613f08c08b47bff32b9'/>
<id>urn:sha1:1744e209522284aab3794613f08c08b47bff32b9</id>
<content type='text'>
* Use official node image

Use the official node which relies on a more recent version of alpine, the mhart image uses 3.11 which is end of life as of 7 months ago

* Update Dockerfile

* Update dependencies to run without openssl lgeacy workaround

* Update line endings to fix prettier warnings</content>
</entry>
<entry>
<title>Style and code refactor (#166)</title>
<updated>2021-08-05T19:12:17+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>ben@bdw.to</email>
</author>
<published>2021-08-05T19:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=093f025de3e97339750dc3df5be626a0315507dc'/>
<id>urn:sha1:093f025de3e97339750dc3df5be626a0315507dc</id>
<content type='text'>
* Move all settings below card

* refactor components; lifting state up

* background color

* Evergreen components for everything

* password error

* Tighten card size

* Simply hide password to basic toggle, never disable

* Hide password label, too

* Maximize mobile portrait width

* Make wifi tip smaller

* Small style tweaks

* Copy: update password length error text to include helpful instructions

This will need a backfill for other translations

* Remove unused css

* Use empty string for EncryptionMode=None value

* Remove light.min.css

* Include logo on wificard

* Cleanup after rebase

* Clean-up comments on state

* Padding for mobile</content>
</entry>
<entry>
<title>bump up dependencies versions to newest (#164)</title>
<updated>2021-08-02T22:49:55+00:00</updated>
<author>
<name>olekstomek</name>
<email>olekstomek@gmail.com</email>
</author>
<published>2021-08-02T22:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=85cef1749986b768c9648a4f02eaf8ebd86db201'/>
<id>urn:sha1:85cef1749986b768c9648a4f02eaf8ebd86db201</id>
<content type='text'>
* bump up dependencies versions to newest

* by the way a small suggestion in readme</content>
</entry>
<entry>
<title>🔨 add husky precommit to auto run prettier (#128)</title>
<updated>2021-07-29T18:06:12+00:00</updated>
<author>
<name>Ahmed Tarek</name>
<email>ahmed.tokyo1@gmail.com</email>
</author>
<published>2021-07-29T18:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=0bac86b0a7cca056da83065e7fb2982b35b1cb02'/>
<id>urn:sha1:0bac86b0a7cca056da83065e7fb2982b35b1cb02</id>
<content type='text'>
* :sparkles: add husky precommit to auto run prettier

* yarn</content>
</entry>
<entry>
<title>feat: add language detector (#67)</title>
<updated>2021-07-17T15:03:14+00:00</updated>
<author>
<name>KeJun</name>
<email>kejun1997@gmail.com</email>
</author>
<published>2021-07-17T15:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=b0ee18a9c0f16517aa87f8b58df55286af2f04f1'/>
<id>urn:sha1:b0ee18a9c0f16517aa87f8b58df55286af2f04f1</id>
<content type='text'>
* feat: add language detector

* style: fmt code</content>
</entry>
<entry>
<title>[Issue #49] feat: add i18n (#58)</title>
<updated>2021-07-16T15:02:03+00:00</updated>
<author>
<name>Baoyuan</name>
<email>baoyuan.top@gmail.com</email>
</author>
<published>2021-07-16T15:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=bc51f1b761763ca585f225190e7d859e0cd03209'/>
<id>urn:sha1:bc51f1b761763ca585f225190e7d859e0cd03209</id>
<content type='text'>
* feat: add i18n

* fix: code clean</content>
</entry>
<entry>
<title>Prettier formatting (#33)</title>
<updated>2021-07-04T23:48:10+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>ben@bdw.to</email>
</author>
<published>2021-07-04T23:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=52ff61635b1cbd4b024ae882b606cfb64d6cc897'/>
<id>urn:sha1:52ff61635b1cbd4b024ae882b606cfb64d6cc897</id>
<content type='text'>
* Add prettier

* Format code</content>
</entry>
<entry>
<title>Update dependencies (#22)</title>
<updated>2021-04-03T17:38:54+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>ben@bdw.to</email>
</author>
<published>2021-04-03T17:38:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=66d1cc9fecab92ec648d02098dbd8d5e1a828b05'/>
<id>urn:sha1:66d1cc9fecab92ec648d02098dbd8d5e1a828b05</id>
<content type='text'>
ssri and is-svg packages.
https://github.com/advisories/GHSA-vx3p-948g-6vhq
https://github.com/advisories/GHSA-7r28-3m3f-r2pr</content>
</entry>
<entry>
<title>Update deps (#18)</title>
<updated>2020-12-23T18:34:58+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>benjamindwoodward@gmail.com</email>
</author>
<published>2020-12-23T18:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=421f24102cad690d4632851e7768fbbbe30e459c'/>
<id>urn:sha1:421f24102cad690d4632851e7768fbbbe30e459c</id>
<content type='text'>
</content>
</entry>
</feed>
