Skip to content

Releases: ItsDanik/rfidisk

RFIDisk v0.95

27 Oct 16:04
2097697

Choose a tag to compare

RFIDisk v0.95

Changelog:

  • Install script now tries to install all dependencies using the package manager of the detected distro.
  • RFIDisk Manager now has theme support. Edit rfidisk_themes.json to add your own color scheme.

RFIDisk v0.94

23 Oct 13:59

Choose a tag to compare

RFIDisk v0.94

rfidisk.py

  • Now has option to disable auto-launch.
  • When disk is inserted, notifications are being displayed, and the device display updates, but the command does not launch.
  • You can now use the following command line arguments:
  • rfidisk --list to display disk info
  • rfidisk --load to launch the app corresponding to the Tag entry of the disk
  • rfidisk --list-title to display a formatted output of the title of the disk entry (useful for displaying in widgets like waybar etc).
  • rfidisk --help displays a help message.

rfidisk-manager.py

  • Added option to disable auto-launch in the configuration Tab.

install.sh

  • Now offers to add an alias for your shell, to easily use in a terminal using rfidisk

rfidisk.ino

  • Updated version to conform to v0.94

RFIDisk v0.93

14 Oct 15:34
07feedc

Choose a tag to compare

RFIDisk 0.93

RFIDisk Manager:

  • Cosmetic overhaul, now uses hardcoded catppuccin color theme.
  • Now displays installed RFIDisk version
  • Added About/Quit Tab
  • Added placeholder logo
  • Clicking on the logo takes you to the GitHub Repo
  • Smaller default window size

Installer Script:

  • Now if hyprland is detected, offers the user to edit their config file
  • Add windowrule to make RFIDisk Manager window float

RFIDisk:

  • Version compliance
  • Comment cleanup

Firmware:

  • Version compliance

README.md

  • Updated for v0.97
  • Now contains screenshots of RFIDisk Manager as of v0.97.

RFIDisk v0.91

13 Oct 14:17
62ac293

Choose a tag to compare

#RFIDisk v0.91

First Public Release.

To install:

chmod +x ./install.sh
./install.sh

Note

Read the README.md!