changelog

This commit is contained in:
Mayel de Borniol 2022-07-30 20:45:25 +12:00
parent f52777aa6b
commit 6c7df2fbf9
2 changed files with 25 additions and 3 deletions

View file

@ -1,9 +1,31 @@
# Bonfire Changelog
## 0.3.1-beta.9 (2022-07-22)
## [0.3.2 (2022-07-30)]
### Added
- Circles & flexible boundaries [#223](https://github.com/bonfire-networks/bonfire-app/issues/223) by mayel & ivanminutillo
- Pagination topics list & feeds within topics [#431](https://github.com/bonfire-networks/bonfire-app/issues/431)
- Check boundaries of a topic when tagging and if allowed auto-boost the tagged object in the topic's outbox [#428](https://github.com/bonfire-networks/bonfire-app/issues/428)
- Show followed topics on a list [#424](https://github.com/bonfire-networks/bonfire-app/issues/424)
- Topic settings [#423](https://github.com/bonfire-networks/bonfire-app/issues/423)
- Topic activity preview [#422](https://github.com/bonfire-networks/bonfire-app/issues/422)
- Browse topics [#421](https://github.com/bonfire-networks/bonfire-app/issues/421)
- Tag something (eg. post/user) with a topic at any time (depending on boundaries) [#416](https://github.com/bonfire-networks/bonfire-app/issues/416)
- Tag a post with a topic when writing a new post (or reply) [#415](https://github.com/bonfire-networks/bonfire-app/issues/415)
- CRUD topics [#410](https://github.com/bonfire-networks/bonfire-app/issues/410)
- Create a users directory [#159](https://github.com/bonfire-networks/bonfire-app/issues/159)
### Changed
- Optimise LiveView rendering [#426](https://github.com/bonfire-networks/bonfire-app/issues/426)
- Allow us to scroll from anywhere [#391](https://github.com/bonfire-networks/bonfire-app/issues/391)
### Other
- Add unique key to encircle [#248](https://github.com/bonfire-networks/bonfire-app/issues/248)
- Database Question [#3](https://github.com/bonfire-networks/activity_pub/issues/3)
- Being able to change activity type from the composer [#429](https://github.com/bonfire-networks/bonfire-app/issues/429)
- use created and extra_info mixins on Category [#433](https://github.com/bonfire-networks/bonfire-app/issues/433)
- check boundaries for edit and archive topic [#434](https://github.com/bonfire-networks/bonfire-app/issues/434)
## 0.3.1-beta.9 (2022-07-22)
### Fixed
- BUG:Responsive, navigation goes under the mobile bottom tab [#420](https://github.com/bonfire-networks/bonfire-app/issues/420) by ivanminutillo

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [ # TODO: put these in ENV or an external writeable config file similar to deps.*
version: "0.3.1-beta.10", # note that the flavour will automatically be added where the dash appears
version: "0.3.2-beta", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.13",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",