Skip to content

Commit

Permalink
chore(release): 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clovis committed Nov 2, 2024
1 parent 2044309 commit 0847e96
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 33 deletions.
42 changes: 12 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [Unreleased]
### [1.12.1](https://github.com/BDX-town/Mangane/compare/v2.0.0...v1.12.1) (2024-11-02)

### Added
- Compatibility: rudimentary support for Takahē.
- UI: added backdrop blur behind modals.
- Admin: let admins configure media preview for attachment thumbnails.
- Login: accept `?server` param in external login, eg `fe.soapbox.pub/login/external?server=gleasonator.com`.
- Backups: restored Pleroma backups functionality.
- Export: restored "Export data" to CSV.

### Changed
- Posts: letterbox images to 19:6 again.
- Status Info: moved context (repost, pinned) to improve UX.
- Posts: remove file icon from empty link previews.
- Settings: moved "Import data" under settings.
### Bug Fixes

### Fixed
- Layout: use accent color for "floating action button" (mobile compose button).
- ServiceWorker: don't serve favicon, robots.txt, and others from ServiceWorker.
- Datepicker: correctly default to the current year.
- Scheduled posts: fix page crashing on deleting a scheduled post.
- Events: don't crash when searching for a location.
- Search: fixes an abort error when using the navbar search component.
- Posts: fix monospace font in Markdown code blocks.
- Modals: fix action buttons overflow
- Editing: don't insert edited posts to the top of the feed.
- Modals: close modal when navigating to a different page.
- Modals: fix "View context" button in media modal.
- Posts: let unauthenticated users to translate posts if allowed by backend.
- Chats: fix jumpy scrollbar.
* '0' Showing above instance name on the home page ([64c37d9](https://github.com/BDX-town/Mangane/commit/64c37d964616007d7678e360d89fc11e1b2b15eb))
* Change scope button no longer works ([88637f5](https://github.com/BDX-town/Mangane/commit/88637f55fb1485b229a46db6a56fdcedc87c90a3))
* crash when no pinned hosts on mobile ([2044309](https://github.com/BDX-town/Mangane/commit/2044309fd5fb65f02d9ebd534ab626e54d32022d))
* markdown dropped from quote replies ([448da63](https://github.com/BDX-town/Mangane/commit/448da6347a115065a798a8d788abedbc3ffc347c))
* markdown post background not distinguished ([be7bc65](https://github.com/BDX-town/Mangane/commit/be7bc65e4b5dcbfbeefaa23e942b70a6532975c1))
* Poll duration menu shows as all-white except for the option you're hovering over ([057c86d](https://github.com/BDX-town/Mangane/commit/057c86da755b95b95b314117ae5cb6494a00b063))
* post content is not truncated or wrapped in reply box ([c7fc5e6](https://github.com/BDX-town/Mangane/commit/c7fc5e65f821044df36b54f0a114098574f8bfbd))
* Unable to approve follower requests from notifications ([e45623e](https://github.com/BDX-town/Mangane/commit/e45623eef62b7d66f58cb0339e03fe7504c623cf))
* When I visit a link to a status, the user's avatar is focused ([a3afeb6](https://github.com/BDX-town/Mangane/commit/a3afeb6c54595a47131c82887c4e100c64e1b9ff))

## [3.0.0] - 2022-12-25

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mangane-fe",
"version": "intergalactic-doggo",
"version": "1.12.1",
"displayName": "Mangane",
"description": "Devanture pour https://bdx.town",
"homepage": "https://bdx.town",
Expand All @@ -27,7 +27,7 @@
"lint": "${npm_execpath} run lint:js && ${npm_execpath} run lint:sass",
"lint:js": "npx eslint --ext .js,.jsx,.ts,.tsx . --cache",
"lint:sass": "npx stylelint app/styles/**/*.scss",
"prepare": "husky install"
"prepare": "npx husky"
},
"license": "AGPL-3.0-or-later",
"browserslist": [
Expand Down Expand Up @@ -206,6 +206,8 @@
"wicg-inert": "^3.1.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@jedmao/redux-mock-store": "^3.0.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -225,13 +227,14 @@
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"fake-indexeddb": "^3.1.7",
"husky": "^7.0.2",
"husky": "^9.1.6",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jest-junit": "^14.0.0",
"lint-staged": ">=10",
"raf": "^3.4.1",
"react-intl-translations-manager": "^5.0.3",
"standard-version": "^9.5.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.18.0",
Expand Down

0 comments on commit 0847e96

Please sign in to comment.