Releases: FujiNetWIFI/fujinet-firmware
FujiNet-PC Nightly 2024-11-26
FujiNet-PC v1.4+git-09b7339e nightly builds for: Apple 2, Atari 8-bit and Tandy Color Computer
FujiNet-PC Nightly 2024-11-19
FujiNet-PC v1.4+git-e9b078cd nightly builds for: Apple 2, Atari 8-bit and Tandy Color Computer
FujiNet-PC Nightly 2024-11-18
FujiNet-PC v1.4+git-6b428a3e nightly builds for: Apple 2, Atari 8-bit and Tandy Color Computer
v1.4.0
All Platforms
- WebDAV access to SD card
- by mDNS: http://fujinet/dav or http://fujinet.local/dav
- by IP address: http://192.168.0.123/dav
Tandy Color Computer
- First official firmware release
- CONFIG user interface improvements
Apple II
- CONFIG navigation with IJKM keys for Apple II/II+
Coleco ADAM
- Honor 'enable config boot disk' option at startup
Nightly Builds
Nightly builds of the following firmwares:
fujinet-ADAM-*
- Coleco Adamfujinet-APPLE-*
- Apple 2fujinet-ATARI-*
- Atari 8-bitfujinet-IEC-LOLIN-D32-*
- Commodore IEC
⚠️ There is NO guarantee that these builds work!! ⚠️
These builds are provided 100% AS-IS with absolutely no guarantee that they will work. Only use these builds if you know what you are doing & are willing to troubleshoot any problems on your own.
Of course reporting any bugs you run across would be greatly appreciated but they should be accompanied by console logs & any other appropriate details that might help in troubleshooting the issues. Generally the FujiNet Discord is the best place to discuss any issues you find in these builds.
Current commit: 09b733
v1.3.0
All Platforms
- TCP Support in TNFS
- Ability to mount from SMB and FTP hosts in CONFIG
- Option to select alternate CONFIG disk from WebUI
- Option to reset Fujinet from WebUI
- CONFIG bug fixes
Atari
- set status bits according to disk geometry
- faster fujinet bootup for 400/800 (external power or START/RESET keys not required to boot CONFIG)
- PC-Link support
Apple 2
- support 40 track DSK images for disk2 mode
- fix crash when disk mount fails
- fix web mount list
- faster fujinet bootup
- Use FujiNet lib for CONFIG
v1.2.0
Atari
- New Hash commands
- New option to disable CP/M from Web UI
- CONFIG Updates
- Return to working dir after mount or copy
Coleco ADAM
- Added High Score Enabled functionality
- Added Disk Swap functionality
- Fixed Create New disk in CONFIG
- Fixed COPY command in CONFIG
- Improved printer output
Apple II:
- CP/M working
- CONFIG Updates
- Copy now working
- Show mounting slots before reboot
- Return to working dir after mount or copy
v1.1.0
[release] Memory Leak workaround, SSID fix, and Lobby
v1.0.0
Latest Fujinet Firmware for July 2023
v0.5.890b4ee
test release for some CI
What's Changed
- WROOM support removed by @kaelef in #368
- Disk rotation config option; web UI changes by @kaelef in #369
- Tape by @tschak909 in #375
- APPKEY read/write functions (untested!) by @kaelef in #381
- Fix appkey struct alignment by @kaelef in #382
- App keys are now written to /FujiNet on SD by @kaelef in #386
- Add modem sniffer by @tschak909 in #388
- Add telnet to modem by @tschak909 in #394
- CONFIG disable features by @kaelef in #395
- Increased reserved RAM for DMA operations to fix ATX load issues from SD by @kaelef in #407
- Added some Epson typefaces/fonts, created Atari XMM801 printer by @jeffpiep in #409
- Atari XDM121 printer emulator with CourierPrime fonts (open license) by @jeffpiep in #410
- Disable CONFIG_LWIP_TCP_QUEUE_OOSEQ by @mleair in #411
- Fix backspace bug in modem command mode by @mleair in #414
- Allow spaces after AT command by @mleair in #418
- Double delay time in sioModem::sio_poll_1() by @mleair in #423
- Runcpm attempt 2 by @tschak909 in #425
- Network rewrite by @tschak909 in #428
- Added Phonebook (PB) to modem.cpp. It also stores PB in the config file by @manterola in #426
- Add 8MB flash board by @djtersteegc in #435
- README update for Espressif 3.0 requirement these days by @djtersteegc in #441
- Fix FTP by @a8jan in #442
- add-512-byte-sector-support by @tschak909 in #447
- fnconfig.ini handler fixes by @gkrzystek in #456
- fix config write failure related crash by @gkrzystek in #457
- Add general/status_wait_enabled (default true). by @gkrzystek in #458
- update autorun.atr - to support creating 512kb sector disks / bump from upstream by @gkrzystek in #459
- Restore ATDT5551234 functionality by @mleair in #463
- Move sio devices into device sio by @tschak909 in #469
- Prevent crash of webpage when physical printer present by @TechCowboy in #473
- Create separate directories for each target by @TechCowboy in #474
- accidently pushed a renamed index.html for each platform; fixed by @TechCowboy in #475
- Detect if missing keyboard or printer and add virtual device by @TechCowboy in #476
- use of fnUartSIO.available() didn't take error result into account by @TechCowboy in #477
- Increased timeout for query_deviice to 200ms by @TechCowboy in #478
- Improved physical device detection by @TechCowboy in #480
New Contributors
- @mleair made their first contribution in #411
- @manterola made their first contribution in #426
- @djtersteegc made their first contribution in #435
- @a8jan made their first contribution in #442
- @gkrzystek made their first contribution in #456
- @TechCowboy made their first contribution in #473
Full Changelog: v0.1.ccbb292f...v0.5.890b4ee