Skip to content

Commit

Permalink
Prepare version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justim committed Jul 29, 2022
1 parent bcdcc72 commit 69dbd54
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## Shurly

> Shurly, this is a URL shortener with API management
## Version `0.1.1`

### Features

- Add user friendly error/not found pages

## Initial release (`0.1.0`)

### Features

- Management of destinations through a REST'ish API
- Permanent/temporary redirects; permanent redirect can not be changed after creation
- Add notes to destinations to keep track of where destinations are being used
- Track all hits on destinations, with user agent and ip addres (if possible)
- Audit log for all creative/destructive management actions
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shurly"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
homepage = "https://github.com/workplacebuddy/shurly"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,12 @@ Using the `SQLx` CLI adds a couple of nicities to work with migrations.
# Things to to (maybe)
- Endpoints to expose some statistics, data is already captured
- Track incoming parameters in `hits`, maybe?
- Add aliases for destinations, so hits count for the original
- A somewhat attractive 404 page, or a default destination?
- Description of all the API endpoints
- Run tests with the `postgres` feature
- [ ] Endpoints to expose some statistics, data is already captured
- [ ] Track incoming parameters in `hits`, maybe?
- [ ] Add aliases for destinations, so hits count for the original
- [x] A somewhat attractive 404 page, ~~or a default destination?~~
- [ ] Description of all the API endpoints
- [ ] Run tests with the `postgres` feature
> And, don't call me Shirly.
Expand Down

0 comments on commit 69dbd54

Please sign in to comment.