Releases: Steffo99/greed
Releases ยท Steffo99/greed
v0.18.0
Security and feature release!
๐ก๏ธ Security
- Introduced some checks to prevent de-authorized users from accessing menus they were forbidden from using (fe751cb)
โจ New features
- Added configuration option to disable cash payments (#190,
Payments.Cash.enable_pay_with_cash
) - Added configuration option to disable admin transaction creation (#190,
Payments.Cash.enable_create_transaction
)
๐ Documentation
- Added warranty and liability disclaimer in the front page of the documentation
๐ Full changelog
v0.17.1
A new patch release!
๐ Improvements
- Better description of product deletion message by @oleg20111511 in #175
- Removed raw calls to Telegram Bot API and replaced them with python-telegram-bot methods by @oleg20111511 in #178
- Fixed an issue when, while editing a product without a price, part of the str 10000 ing would not be localized by @oleg20111511 in #178
๐ Full changelog
v0.17.0
Since the original release...
โจ New features
- Multiple language support by @DarrenWestwood in #32
- Cart summary by @pzhuk in #38
- Allow configuration of currency symbol by @pzhuk in #42
- Configurable payment presets by @pzhuk in #40
- Logging support by @Steffo99 in #52
- Better strings and localization support by @Steffo99 in #54
- Completely rework the configuration system by @Steffo99 in #76
- Support tips by @Steffo99 in #124
- Removed unused imports and refactored imports by @rashidkalwar in #145
- Add Docker support by @Steffo99 in #168
๐ดโโ ๏ธ New languages
- ๐บ๐ฆ by @pzhuk in #36, @Trentyn in #171 and #173
- ๐ท๐บ by @pzhuk in #41, @Bakx13 in #92, @valentino-sm in #111 and #113, @Trentyn in #172
- ๐จ๐ณ by @zhihuiyuze in #68
- ๐ฎ๐ฑ by @netanelkoli in #70
- ๐ฒ๐ฝ by @mastersuv in #85
- ๐ง๐ท by @eufelipemateus in #132
๐ Bugfixes
- Fix cancellable calls by @pzhuk in #37
- Fix typo by @mastersuv in #84
- python-telegram-bot improvements by @valentino-sm in #105
- Fix one-to-one relation warning by @valentino-sm in #106
- Fix sqlalchemy exception by @valentino-sm in #114 and #11
- Fix orderitem-order relation warning by @valentino-sm in https://github.com/Steffo99/greed/pull/1185
- Fix worker admin init by @valentino-sm in #126
โฌ๏ธ Dependency upgrades
- Bump urllib3 from 1.26.4 to 1.26.5 by @dependabot in #136