Skip to content

Commit

Permalink
Merge pull request #64 from bocabitlabs/dev
Browse files Browse the repository at this point in the history
Version 0.100.5
  • Loading branch information
renefs authored Apr 19, 2023
2 parents 54d6a00 + 3048fb5 commit fa6b614
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@ All notable changes to this project will be documented in this file.
### Removed
### Security

## [0.100.5] - 2023-04-19
### Improved
- Merged dependabot security patches
- Set sidebar to 300px
- Decrease padding on main content and header

## [0.100.4] - 2023-04-16
## Added
### Added
- Antd 5
- Dark mode: Automatic based on system settings (on page load) and manual
## Improved
### Improved
- Backend endpoint for transactions simplified (no nested URLs)
- Loading spin now is centered in the page
## Removed
### Removed
- less
- vite-plugin-style-import

Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ RUN mkdir /usr/src/media/
RUN mkdir /usr/src/logs/
# copy project
COPY ./backend/config/config.sample.py /usr/src/app/config/config.py
COPY ./data/db.sqlite3.base /usr/src/data/db.sqlite3

EXPOSE 34800

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.100.4",
"version": "0.100.5",
"homepage": "/",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const PACKAGE_VERSION = "0.100.4";
export const PACKAGE_VERSION = "0.100.5";
export default { PACKAGE_VERSION };

0 comments on commit fa6b614

Please sign in to comment.