Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 17, 2022
1 parent 7096bc7 commit 84d22f7
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 34 deletions.
76 changes: 43 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,93 +7,103 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2022-06-17

### Fixed

- Article page: fixed flashing "If you click on an article, it'll appear here." message
- Collections: navigate to homepage when deleting currently active collection
- Collection Icon Picker: highlight currently selected icon
- Article page: fixed flashing "If you click on an article, it'll appear here." message
- Collections: navigate to homepage when deleting currently active collection
- Collection Icon Picker: highlight currently selected icon

### Changed

- Frontend: nicer "article not found" page
- Frontend: nicer colours in Card layout for light mode
- Backend: default value for `COOKIE_SECRET` env variable
- Frontend: nicer "article not found" page
- Frontend: nicer colours in Card layout for light mode
- Backend: default value for `COOKIE_SECRET` env variable

## [0.4.1] - 2022-06-15

### Fixed

- Article page: remove SVG anchors from heading components
- Article page: remove SVG anchors from heading components

## [0.4.0] - 2022-06-12

### Added

- Feature: Reduced Docker image size from 478 MB to 126 MB (uncompressed)
- Feature: automatically detect RSS/Atom feed from URL
- Feature: automatically detect system color mode
- Feature: Reduced Docker image size from 478 MB to 126 MB (uncompressed)
- Feature: automatically detect RSS/Atom feed from URL
- Feature: automatically detect system color mode

### Changed

- Frontend: disable SSR
- Backend: migrate to Fastify 4
- Backend: improve compatibility with certain feeds
- Frontend: disable SSR
- Backend: migrate to Fastify 4
- Backend: improve compatibility with certain feeds

## [0.3.0] - 2022-06-04

### Added

- `.nvmrc` file
- Collection header: added menu, allowing to mark entire collection as read on mobile
- Article page: allow to select article width (narrow, wide, unlimited)
- `.nvmrc` file
- Collection header: added menu, allowing to mark entire collection as read on mobile
- Article page: allow to select article width (narrow, wide, unlimited)

### Changed

- Collection icon picker: increase size (of both popover and icons themselves), add tooltips
- Collection icon picker: increase size (of both popover and icons themselves), add tooltips

### Fixed

- Settings page: fix redirect on mobile
- PWA: clear CacheStorage on login/logout
- Article page: show 'go back' button when in mobile/tablet mode
- Panes: improve performance when opening modals
- Menu: fix disappearing shadow
- Settings page: fix redirect on mobile
- PWA: clear CacheStorage on login/logout
- Article page: show 'go back' button when in mobile/tablet mode
- Panes: improve performance when opening modals
- Menu: fix disappearing shadow

## [0.2.0] - 2022-05-22

### Added

- Auto-expand parent collection when adding children to it
- Support `DB_PASS_FILE` and `COOKIE_SECRET_FILE` env variables
- Auto-expand parent collection when adding children to it
- Support `DB_PASS_FILE` and `COOKIE_SECRET_FILE` env variables

### Changed

- Migrated to React 18 and Chakra UI v2
- Bumped all dependencies
- Migrated to React 18 and Chakra UI v2
- Bumped all dependencies

### Fixed

- About page: show short commit SHA
- Password page: disable form in demo mode
- Main page: fixed column width jumping on initial render
- Settings page: fix empty SSR render
- About page: show short commit SHA
- Password page: disable form in demo mode
- Main page: fixed column width jumping on initial render
- Settings page: fix empty SSR render

## [0.1.1] - 2022-05-14

### Fixed

- Release pipelines
- Release pipelines

## [0.1.0] - 2022-05-14

### Added

- The entire app!
- The entire app!

[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.4.2...HEAD

[0.4.2]: https://github.com/frysztak/orpington-news/compare/0.4.1...0.4.2

[unreleased]: https://github.com/frysztak/orpington-news/compare/0.4.0...HEAD
[0.4.1]: https://github.com/frysztak/orpington-news/compare/0.4.0...0.4.1

[0.4.0]: https://github.com/frysztak/orpington-news/compare/0.3.0...0.4.0

[0.3.0]: https://github.com/frysztak/orpington-news/compare/0.2.0...0.3.0

[0.2.0]: https://github.com/frysztak/orpington-news/compare/0.1.1...0.2.0

[0.1.1]: https://github.com/frysztak/orpington-news/compare/0.1.0...0.1.1

[0.1.0]: https://github.com/frysztak/orpington-news/compare/3a8ce08cb5a8d1f4b2b75de39ad2d1f79aaab9a6...0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"*.{js,cjs,css,md,ts,tsx,json,yml,yaml}": "prettier --write"
},
"packageManager": "[email protected]",
"version": "0.4.1"
"version": "0.4.2"
}

0 comments on commit 84d22f7

Please sign in to comment.