Updated changelog for version 1.3

This commit is contained in:
unknown
2021-09-30 16:14:25 +02:00
parent cc9c55aa95
commit 9706919cda
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
### v1.3 (2021-09-30)
- Added dark mode ([#7](https://github.com/pawelmalak/snippet-box/issues/7))
- Added syntax highlighting ([#14](https://github.com/pawelmalak/snippet-box/issues/14))
### v1.2 (2021-09-28) ### v1.2 (2021-09-28)
- Added support for tags ([#10](https://github.com/pawelmalak/snippet-box/issues/10)) - Added support for tags ([#10](https://github.com/pawelmalak/snippet-box/issues/10))

View File

@@ -10,6 +10,7 @@ Snippet Box is a simple self-hosted app for organizing your code snippets. It al
- Backend - Backend
- Node.js - Node.js
- Typescript
- Express.js - Express.js
- Sequelize ORM + SQLite - Sequelize ORM + SQLite
- Frontend - Frontend