go-urlsh/CHANGELOG.md

50 lines
1.4 KiB
Markdown
Raw Normal View History

# Changelog
All notable changes to this project will be documented in this file.
2024-05-04 17:06:01 +02:00
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- added Changelog
2023-06-16 12:46:08 +02:00
- Ability to change the url and description of shortlinks
2023-06-16 14:30:27 +02:00
- /api/v1/users/me endpoint to get user details
2024-05-04 17:06:01 +02:00
- User account page
- Two Factor Authentication (#6)
### Changed
- License changed to MIT
2024-05-04 17:06:01 +02:00
- Main development repo is now at https://code.lila.network/adoralaura/go-urlsh
2023-06-16 12:46:08 +02:00
### Removed
- Docker image support for linux/ppc64le
2024-05-04 17:06:01 +02:00
- Remember login switch (login cookie lasts 30 days now by default)
2023-06-16 12:46:08 +02:00
### Fixed
- Login sessions now actually get cleaned up
2024-05-04 17:06:01 +02:00
## [0.1.2] - 2023-08-09
### Fixed
- fixed wrong javascript file linked in link add page
2024-05-04 17:06:01 +02:00
## [0.1.1] - 2023-07-10
### Changed
- Consolidated frontend javascript functions into one file
## [0.1.0] - 2023-05-05
### Added
- User Creation on first start via API
- Admin Login for /admin/
- Ability to add and delete short links
2024-05-04 17:06:01 +02:00
[unreleased]: https://code.lila.network/adoralaura/go-urlsh/compare/0.1.2...HEAD
[0.1.2]: https://code.lila.network/adoralaura/go-urlsh/compare/0.1.1...0.1.2
[0.1.1]: https://code.lila.network/adoralaura/go-urlsh/compare/0.1.0...0.1.1
[0.1.0]: https://code.lila.network/adoralaura/go-urlsh/releases/tag/0.1.0