Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGES.md for 2.6 release #34

Merged
merged 23 commits into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0a74816
Update CHANGES with previous edits past the last release
richfromm Feb 13, 2023
d82c746
Add GPL3 file
richfromm Feb 13, 2023
da720a8
Add donation links
richfromm Feb 13, 2023
4a3d49d
try adding donation buttons
richfromm Feb 13, 2023
d8bdb80
I forgot to add the image in the last commit
richfromm Feb 13, 2023
ac35277
try a different strategy for github sponsors button
richfromm Feb 13, 2023
fa69d8c
try a bunch of other github sponsors button variants
richfromm Feb 13, 2023
70a3fba
can I control the paypal button size?
richfromm Feb 13, 2023
4330f94
try resizing and vertically aligning buttons
richfromm Feb 13, 2023
56d0d55
try using a div
richfromm Feb 14, 2023
ccfc6f7
try using pure html for the entire contents of the list item
richfromm Feb 14, 2023
16daeff
try explicit HTML style within markdown
richfromm Feb 14, 2023
3a16c4d
slightly change the style tag
richfromm Feb 14, 2023
47c8a83
try blank line before HTML blocks
richfromm Feb 14, 2023
7a898d3
try (deprecated) valign attribute
richfromm Feb 14, 2023
4bb1fc3
try actual space, and hspace attribute, for horizontal spacing
richfromm Feb 14, 2023
94e5ba8
replace word link with markdown
richfromm Feb 14, 2023
529821e
try mostly markdown now
richfromm Feb 14, 2023
70e971b
get rid of almost all of the donations experiments
richfromm Feb 14, 2023
e4ad9bc
cleanup the donations section
richfromm Feb 14, 2023
174eadf
add some vertical space too
richfromm Feb 14, 2023
a3bdf8a
Revert "add some vertical space too"
richfromm Feb 14, 2023
e2e7f17
add alt attributes to image tags for buttons
richfromm Feb 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: richfromm
custom: "https://www.paypal.com/donate/?business=J46TL293CQ2M2&no_recurring=0&currency_code=USD"
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## Current releases, on [this fork](https://github.com/richfromm/slack2discord)

### 2.6
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will tag 2.6 after this merges


* During parsing, skip any attached files that have been deleted
* Add `--ignore-file-not-found` option to ignore any attached files that can't
be found when downloading files
* The default is to raise an exception
* This can occur if a file is deleted from Slack after the export, and
before running this script to perfom the Discord import
* Allow for re-use of downloaded files
* Previously, even if you specified an existing directory with
`--downloads-dir`, the file would always be freshly downloaded.
* Now, if using the option, the existing file will be re-used, as long as
a file exists with the same name, and the file size matches the
`Content-Length` HTTP response header.
* Also wrap the downloads in a progress bar with tqdm

### 2.5

* Add support for files attached to messages
Expand Down
Loading