Skip to content

Releases: Geektoolkit/Dynaframe3

2.24 (Draft) - Database release

01 Jul 08:45
79a2f1e
Compare
Choose a tag to compare
Pre-release

This is a draft (highly untested) release. Please do not install unless curious.
Frame syncing is broken in this release.
Video playback MAY be broken currently.
Startup time (first run) is VERY long currently.

This is the first release of testing moving things to a sql database. I fixed a few of the UI bugs to bring back things like screen on/off that broke in 2.23. This is a test release to see if I can install from the web while I work on the first run performance and a few other things. If you do bravely test this please leave me feedback on how it goes.

sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.24/install.sh && bash install.sh; rm -f install.sh;

2.23 - Video Playback options, Fixed annoying Reboot looping. Code cleanup

27 May 11:38
Compare
Choose a tag to compare

Cleanup: Video Playback and file playback sections. Removed tons of dead or redundant code. VideoPlayer class is new.

Fix: Go to Next, Go to Previous should work for videos as well as images now (previously were images only)

Ability to choose between 'obey transition time' or 'playback full video' now
Reboot button no longer 'sticks'...this prevents reboot loops
Logging cleanup
New default settings for blurboxing (Thanks Qwksilver!)

Lightly tested on pi, setting as pre-release (I've got a few more features to work on and then I'll work to stabilize to a release soon). Please feel free to use to test new features, but know that stability may not be there.

sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.23/install.sh && bash install.sh; rm -f install.sh;

2.22 Exif Tags, Filtering, and Blurbox settings

26 May 09:04
Compare
Choose a tag to compare
  • Added Blurbox settings to settings page
  • Expanded blurbox margin (Thanks qwksilver for the suggestion/demo work!)
    -Added Exif Tag work (works only on .jpg, hit 'e' key to show Title/Artist for now)
    -Added Exif filtering (inclusive filter only currently. Supports multiple tags using semicolons. On 'playlist' tab in web UI)
    Some stability improvements.

Pre release still. I have some work to do on the fades/performance to get to release quality.

sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.22/install.sh && bash install.sh; rm -f install.sh;

2.21 Blurboxing with Fades (and less memory leaks!)

20 May 20:51
Compare
Choose a tag to compare

Another Alpha release, though this one is much more stable than 2.20. Fades are back in. Performance is a bit shaky on my initial pi4 testing.

This release cleans the code up immensely which opens the doors for some advanced animations in the future. I've only tested this on a pi4, so pi3 feedback will be welcome.

sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.21/install.sh && bash install.sh; rm -f install.sh

2.20 - Removed (Unstable)

15 May 12:13
Compare
Choose a tag to compare
Pre-release

Release deleted (Unstable build)

2.19 - Debugging improvements (untested build)

01 Apr 08:31
Compare
Choose a tag to compare

Note: Promoting this to latest stable. I've heard good feedback about 2.18, and had run this for a while.

This build is raw and untested currently. I'll edit/update this as we get testing. This adds a /log.htm to view the log, as well as the ability to enable/disable it.
This build also updates Avalonia to .10 (released version) and moves to .net 5.0 The size has dropped to about 24 megs, and I am expecting memory/performance improvements as well.
Version number is correct for this one (2.19)
Also The shutdown button has been fixed, and should shut the frame off immediately (uses 'shutdown now' as a command)

2.18 - Bugfixes

11 Mar 12:07
Compare
Choose a tag to compare
2.18 - Bugfixes Pre-release
Pre-release

Put in A380Coding's shuffle fix. Going to have to test it, but for now it doesn't appear to break things.. Need some setups with a few hundred files to really put it through it's paces.

Rich was letting me know that things weren't starting...I debugged it to Run.sh having line feed endings corrupted (sigh..again). I fixed the setting on my machine and hope that this goes away.

I spent alot of time lately fighting with a bug in the sync engine. Figured it out tonight...it prevented matches for things like Marvel\1.jpg and Marvel\1.jpg from 2 different machines due to upper casing only one of them during a compare. This has been fixed.

sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.18/install.sh && bash install.sh; rm -f install.sh; sudo reboot

2.17 - The Toggle Button Extravaganza

03 Mar 09:22
Compare
Choose a tag to compare
Pre-release

This is a web UI focused release, but it changes much of the web UI to toggle buttons. This should help simplify usability by removing the small checkboxes. There's some behind the scene improvements as well for future UI work.

This should be considered pre-release at this time, as it's highly untested. I did a quick smoke test on a Windows box to make sure that it didn't fall over, but things like the installer and such need testing before widely spreading this release.

Huge thanks to Rich which did all of the coding on this release and has really made the webUI his own.

2.16 - Epic UI update, File upload, VNC mouse fix, infobar fix

05 Feb 07:19
Compare
Choose a tag to compare

First of all - This is a shoutout to Rich and Qwksilver, they did all of the work for this one!

Huge update, marking as heavy alpha until some time has been spent making sure things are stable.

  • Rich - UI Update - The webUI has had a major overhaul
  • Rich - File upload! Initial release, but a much asked for feature
  • Qwksilver - Run.sh update - VNC crash fix attempt - hopefully when moving the mouse over the UI it won't crash any longer
  • Qwksilver - Run.sh - expanded logging and backlog autodelete

Quick install:
sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.16/install.sh && bash install.sh; rm -f install.sh; sudo reboot

2.15 Bugfixes

22 Dec 11:47
Compare
Choose a tag to compare
2.15 Bugfixes Pre-release
Pre-release

RichN001 -> Fixed improperly labeled fields. Also made the DateTimeFormat examples link open to new window
Jfarro -> Fixed "No images shown" image not being removed from playlist when images are available

Note: 2.14 included many changes to 'shuffle' to improve the randomness of files.

Pre-release - Please use at own risk.
install line:
sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.15/install.sh && bash install.sh; rm -f install.sh; sudo reboot