Skip to content

Commit

Permalink
bump version v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Sep 16, 2022
1 parent 3f72f0f commit e1b171b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@
All notable changes to this project will be documented in this file.


## [Released]

## [1.1.4]

### Added
- added: pydnsserver on verbose mode and settings dhcpmode variable
- added: new feature captiveflask force redirect user after login to any website
- added: karma wireless mode hostapd-wpe

### Changed
- changed: replace flask-restx to flask-restful backend api
- updated: changelog version with new commits
- changed: redirect to login_sucessful.html by default
- Create PULL_REQUEST_TEMPLATE.md

### Deprecated

### Removed
- removed: plugin replace image from pumpkinproxy

### Fixed
- fixed: bug try install extracaptiveflask variable not found
- fixed: import error urwid module
- fixed: error: MarkupSafe 2.0.1 is installed but MarkupSafe>=2.1.1 is required by {'Werkzeug'}
- fixed: update flask dependencies to version >= 2.0
- fixed: debian packager postinst python3 depedencies
- bugfix configuser and improvements .deb packager
- fixed: override shutdown function for finish any proxy when stop AP
- hotfix: impoves captiveflask and pumpkinproxy settings
- Fix custom_captiveflask installation
- fixed: iptables binary path for captiveflask allow user internet connection
- fixed: iptables binary path on restapi mode
- hotfix: proxies settings config from CLI
- fix typo on wifideauth module
- fixed: builtins.KeyError: 'host' error from sslstrip3 plugin

## [Released]

## [1.1.3]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![build status](https://github.com/mh4x0f/wifipumpkin3/workflows/Build/badge.svg)](https://github.com/mh4x0f/wifipumpkin3/actions)
[![license](https://img.shields.io/badge/license-apache%202-orange)](https://github.com/mh4x0f/wifipumpkin3/blob/dev/LICENSE.md)
[![changelog](https://img.shields.io/badge/change-log-yellow)](https://github.com/mh4x0f/wifipumpkin3/blob/dev/CHANGELOG.md)
[![changelog](https://img.shields.io/badge/version-1.1.3-blue)](https://github.com/mh4x0f/wifipumpkin3/)
[![changelog](https://img.shields.io/badge/version-1.1.4-blue)](https://github.com/mh4x0f/wifipumpkin3/)
[![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

![AKUANDUBA](/docs/screenshot.png)
Expand Down
Binary file modified docs/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wifipumpkin3/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.1.3"
__version__ = "1.1.4"
__codename__ = "Yorixiriamori"
__branch__ = "main"

0 comments on commit e1b171b

Please sign in to comment.