diff --git a/debian/changelog b/debian/changelog index 6e48eff..4185294 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -linux-wifi-hotspot (3.5.1) UNRELEASED; urgency=low +linux-wifi-hotspot (3.6.0) UNRELEASED; urgency=low - * Initial release. + * Fix allow space in password + * Fix variouse bugs -- Scott Hardin Wed, 21 Oct 2020 19:21:49 -0700 diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index 6a7cc55..0000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: wihotspot -version: "1.0.0-dev" -summary: wihotspot -description: | - Create wifi hotspot like in windows - -confinement: devmode -grade: stable - -apps: - wihotspot: - command: wihotspot - plugs: [home, x11, gsettings] - -parts: - wihotspot: - plugin: make - build-packages: - - g++ - - gcc - - make - - cmake - - libgtk-3-dev - - pkg-config - stage-packages: - - libgtk-3-0 - - libgdk-pixbuf2.0-0 - - libpango1.0-0 - - libglib2.0-0 - - libatk1.0-0 \ No newline at end of file