Skip to content

Releases: firecat53/networkmanager-dmenu

v2.6.2

07 Oct 00:04
v2.6.2
353263a

Choose a tag to compare

  • Added option to disable notifications entirely (show_notifications config)
  • Fixed password input handling for wmenu launcher
  • Enhanced config parser with better error handling for interpolation issues
  • Various documentation improvements

v2.6.1

16 May 21:02
v2.6.1
d0629e7

Choose a tag to compare

  • Fix bluetoothctl/rfkill logic. Closes #158
  • Add tofi and walker support. Close #155

v2.6.0

14 Mar 23:11
v2.6.0
65243f5

Choose a tag to compare

  • Added automatic first-run configuration generation (#130)
  • Support for configuring via environment variable or --config flag
  • Added Walker launcher support
  • Added custom prompt support (#146)
  • Add --dmenu flag automatically when needed (#138)
  • Fixed Wofi colors for default config and enabled highlighting by default
  • Various code formatting and other minor bugfixes

v2.5.0

25 Oct 00:11
v2.5.0
33deba5

Choose a tag to compare

  • Start/stop/delete NetworkManager hotspots. Closes #108
  • Bugfix. Fixes #143

v2.4.0

05 Jul 19:48
v2.4.0

Choose a tag to compare

  • Allow for terminal arguments
  • Make nm-connection-editor the default gui
  • Add ability to select gui
  • Fix fuzzel number of lines. Fixes #134
  • Check if bluetoothd is running before executing bluetoothctl
  • Add section for vlan connections
  • Feat: add highlighting for wofi
  • Feat: be able to specify highlight characters
  • Add bluetoothctl (bluez) as an option to control bluetooth. Closes #127

v2.3.1

10 Aug 18:31
v2.3.1
382f101

Choose a tag to compare

  • Fix issue with some versions of pinentry

  • Update README for newer Debian-based distros dependency, libnm0.

v2.3.0

30 Jun 00:46
v2.3.0

Choose a tag to compare

  • Make dmenu and pinentry formats configurable
  • Add flake.nix
  • Support for fuzzel (#115)
  • Don't override user locale
  • Remove Rofi -l from code. Set in config. Fixes #121
  • Use basename of command[0] when extending the args
  • Use pidof to check if NetworkManager is running and add notification
  • Avoid usage of asserts
  • Add WPA3 to recognized AP types and store WPA3 connections correctly.
  • Add configurable pause after wifi rescan before re-opening nmdm to display results.
  • Provide empty input to passphrase dmenu command
  • Set stdin to /dev/null for passphrase prompt
  • Add screencast. Closes #99

v2.1.0

09 Apr 15:43
v2.1.0
4ff4c8f

Choose a tag to compare

  • Wofi and Bemenu support. Closes #71 and #105
  • Other documentation and internal changes

Full Changelog: v2.0.1...v2.1.0

v2.0.1

12 Dec 05:05

Choose a tag to compare

  • Fix dmenu password patch check
  • Refactor to use subprocess.run instead of Popen
  • Convert format to f-strings
  • Fix/workaround some pylint/flake8 warnings

v2.0.0

09 Dec 04:42
30a219e

Choose a tag to compare

  • Refactor dmenu_cmd. All menu configuration now done using dmenu_command instead of other config file values.
  • Migrate README to .md and update
  • Added support for bemenu password switch
  • Prevent stuck process when using wrong passphrase when adding connection.