Releases: fluidd-core/fluidd
Releases · fluidd-core/fluidd
v1.4.3
Features
- add Dockerfile & Github workflow
- automated builds
- automated releases
- re-adjust homing buttons
- enable adjust-z to be always visible
- general layout enhancements to toolhead card
Bug Fixes
- add potato to dev deps
- client warnings should now show properly
- ensure you can't check for updates during a print
- extrude snowflake issues when min_extrude_temp === 0
- Filament reporting under 1m
- OS updates should properly update status now
- rename restart mcu's to firmware restart klipper
v1.4.2
Features
- add ability to remove mesh profiles
- Allow multiple files upload from upload button
- make use of automated update status notifications
- moves home controls to a rollout
- reduce title font size on mobile
Bug Fixes
- ensure an estop doesn't dispatch disconnected event
- ensure home buttons color correctly in new rollout
- generic fans now controllable (missing string)
- issue when printing freshly uploaded files (pathing incorrect)
- minor layout issue on settings page (vuetify upgrade)
- Now watches for klippy shutdown (should error on heater disconnect)
- temp preset validation
- toolhead title buttons overflowing
- update status no longer effects other waits in the UI
v1.4.1
Bug Fixes
- allow ending digits for hostnames during printer add dialogs validation
- dialog action buttons now have more reasonable padding
- ensure logs card isn't shown when client / klippy is in error
- loader applied only while updating
- versions refactored to better handle system updates
- update dialog has bee polished some more
- refactored status ring to start at 12 o'clock
v1.4.0
v1.3.1
v1.3.0
v1.2.2
v1.2.1
v1.2.0
Notes
Once again, this is a large release - incorporating the new version manager from moonraker.
You'll need to ensure you're on the latest moonraker and fluidd, and from then on should be able to update your software via Fluidd, with the caveat that klipper MCU updates will still require manual intervention.
If you're installing fresh using the latest fluiddpi image, you have nothing to do. If you're upgrading an existing install, please SSH into your host and follow the below instructions;
- Update your moonraker configuration and add the following to the end;
[update_manager]
client_repo: cadriel/fluidd
client_path: /home/pi/fluidd
Your configuration should look similar to this;
https://github.com/cadriel/FluiddPI/blob/master/src/modules/klipper_moonraker/filesystem/home/pi/klipper_config/moonraker.conf
- Ensure you've run the sudo fix so host reboots and upgrades will work.
cd ~/moonraker
./scripts/sudo_fix.sh
3a. Upgrade moonraker and fluidd.
# Upgrade moonraker
cd ~/moonraker
git pull
# Reinstall moonraker
./scripts/install-moonraker.sh -r -f -c /home/pi/klipper_config/moonraker.conf
# Upgrade fluidd
cd ~/fluidd
rm -R ./*
wget -q -O fluidd.zip https://github.com/cadriel/fluidd/releases/latest/download/fluidd.zip
unzip fluidd.zip
rm fluidd.zip
REBOOT!
Features
- software updates
- add download log buttons to configuration page
- allow creation of new files
- console entry maintains state
- logo & printer name now link to dashboard
Bug Fixes
- ctrl-z working properly in code editor
- downloads now work irrelevant of connected printer port
- ensure users can't access the jobs page on klippy disconnect
- fix macros not updating when selecting printers
- input sliders now accept clicks properly
- issue when closing file editor with escape
- prevent null values being saved to temp presets
- system versions not reliant on klippy being connected
v1.1.0
Features
- drag and drop file uploads
- enable print fan adjustment while printing
- show controller / hot end fan status
- temperature presets
- upload & print button
Bug Fixes
- error loading files when connected directly to moonraker port
- extruder warning now a snowflake
- files other than .gcode were not updating file list
- hamburger not showing all menu items at sm breakpoint
- re-enable title in mobile format with ellipses
- webcam eagerly renders, avoiding data consumption when collapsed