Commit graph

27 commits

Author SHA1 Message Date
Alex Hyett
744767a9e2 Fixed quotes and links 2024-11-08 14:32:27 +00:00
Alex Hyett
ab01098653 Upgraded packages to latest 2024-11-08 13:51:05 +00:00
Alex Hyett
94f3caf2fc Fix docker-compose
Some checks failed
CI / Build docker image (push) Has been cancelled
CI / Release (push) Has been cancelled
2024-11-03 13:29:30 +00:00
Maurice Renck
598b60d98a
chore: updated readme 2024-06-25 13:17:56 +02:00
semantic-release-bot
9057cb4a71 chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/mauricerenck/mastodon-to-bluesky/compare/v1.1.1...v1.2.0) (2024-05-29)

### Features

* split long posts into replies ([#10](https://github.com/mauricerenck/mastodon-to-bluesky/issues/10)) ([b093c7d](b093c7d5fc))
2024-05-29 07:59:02 +00:00
René Schimmelpfennig
b093c7d5fc
feat: split long posts into replies (#10)
* post split text as reply

---------

Co-authored-by: Maurice Renck <maurice@maurice-renck.de>
2024-05-29 09:57:57 +02:00
semantic-release-bot
598fb3a7a9 chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/mauricerenck/mastodon-to-bluesky/compare/v1.1.0...v1.1.1) (2024-04-24)

### Bug Fixes

* updating newTimestampId correctly ([0b753d2](0b753d234c))
2024-04-24 10:45:27 +00:00
René Schimmelpfennig
0b753d234c
fix: updating newTimestampId correctly
last PR from me introduce an error with the setting newTimestampId, so that's impossible to get new posts :/
2024-04-24 12:44:14 +02:00
semantic-release-bot
887ba8fcc7 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/mauricerenck/mastodon-to-bluesky/compare/v1.0.0...v1.1.0) (2024-04-03)

### Features

* add error-handling for Bluesky posting; truncate messages with more than 300 chars ([#7](https://github.com/mauricerenck/mastodon-to-bluesky/issues/7)) ([032677e](032677e371))
2024-04-03 08:03:23 +00:00
René Schimmelpfennig
032677e371
feat: add error-handling for Bluesky posting; truncate messages with more than 300 chars (#7) 2024-04-03 10:01:54 +02:00
semantic-release-bot
710c8b5089 chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-03-30)

### Bug Fixes

* job handling ([9f6e614](9f6e614b57))
* missing github env ([95d0406](95d0406ed3))
* token ([5bdf84a](5bdf84ae6d))

### Features

* INIT ([6d2887f](6d2887f667))
* semantic release ([9c87751](9c877515c5))
2024-03-30 16:09:49 +00:00
Maurice Renck
5bdf84ae6d
fix: token 2024-03-30 17:07:30 +01:00
Maurice Renck
b507721131
chore: test without token 2024-03-30 17:03:46 +01:00
Maurice Renck
47fef79985
chore: reformattet version string 2024-03-30 14:00:34 +01:00
Maurice Renck
95d0406ed3
fix: missing github env 2024-03-30 13:59:42 +01:00
Maurice Renck
9f6e614b57
fix: job handling 2024-03-30 13:57:30 +01:00
Maurice Renck
9c877515c5
feat: semantic release 2024-03-30 13:40:57 +01:00
Maurice Renck
f06f768adc
chore: code formatting 2024-03-30 13:39:52 +01:00
Maurice Renck
4f6c3ba325
Merge pull request #5 from coding-lemur/feat/docker-support
feat: docker support
2024-03-30 13:20:11 +01:00
Maurice Renck
a7ca371008
Merge pull request #4 from coding-lemur/main
chore: update libraries
2024-03-30 13:18:58 +01:00
René Schimmelpfennig
c951284efb
add docker support 2024-03-27 19:58:49 +01:00
René Schimmelpfennig
927387ffb5
add env variable for interval time 2024-03-27 19:58:36 +01:00
René Schimmelpfennig
333d26ada6
move lastProcessedPostId.txt to data folder; some prettier format changes 2024-03-27 19:43:00 +01:00
René Schimmelpfennig
2fe2ca478a
update libraries 2024-03-26 20:16:50 +01:00
Maurice Renck
28a8829128
chore: link to post 2024-01-12 13:32:01 +01:00
Maurice Renck
6d2887f667
feat: INIT 2024-01-12 13:30:45 +01:00
Maurice Renck
d4da07733e
Initial commit 2024-01-12 12:04:59 +01:00