Skip to content

Releases: CMahaff/lasim

v0.2.2

12 Aug 04:04
6dbdb99
Compare
Choose a tag to compare

This release contains an important bug fix and several improvements:

  • Fixed a crash if your subscriptions or blocks contained any chirp.social communities
  • Improved error logging when LASIM crashes
  • Validate target is a Lemmy server before sending credentials - @aidandenlinger
  • Improve logging textbox and allow LASIM window to be resized - @andkit

v0.2.1

05 Aug 14:32
1965893
Compare
Choose a tag to compare

Don't let the minor version change full you - this is a big release!

  • Add a new settings page to customize features of LASIM (see README for a screenshot!)
  • Store settings page selections in a configuration file in the user's home directory
  • Settings options: choose what to upload
  • Settings options: synchronize removals (make LASIM not additive) - Closes #18
  • Settings option: Added several options for future implementation (i.e. #8)
  • Fix Rate Limit Calculation (hopefully closes #19) and display/calculate estimated upload time
  • Code refactor and clippy lint fixes (thanks @aidandenlinger - our first contributor who isn't me!)
  • Update README
  • Add additional contributors to ABOUT

NOTE: With this release, you may notice it takes longer to upload than before. This is because LASIM was incorrectly calculating Rate Limits before, which for users with lots of data, could have made LASIM / your account eventually start timing out trying to use Lemmy (until your usage "cooled down"). I recommend contacting your instance provider if upload times are exceedingly long - if they increase their rate limits, even temporarily, LASIM will be much faster. I'm also considering a workaround in LASIM - see #26.

v0.2.0

29 Jul 13:46
6139efe
Compare
Choose a tag to compare

Support for Lemmy BE 0.18.3!

New LASIM profile version - your old profile save will be compatible with this new version, but not the opposite!

New Lemmy API version - use old versions of LASIM to target lemmy instances below Lemmy BE 0.18.3.

See README for more information.

v0.1.2

14 Jul 01:14
Compare
Choose a tag to compare
  • Add 2FA Support (#3)
  • More gracefully handle panics (crashes) - write result to "error.log" and quit instead of hanging forever
  • Fix artifact permissions from Github (hopefully) (#7)
  • Fix JWT token being logged to user in some circumstances

v0.1.1

08 Jul 21:34
38efc7d
Compare
Choose a tag to compare

Fixes Issue #4 - inability to login to lemmy.ml

Thank you @esmoyer for reporting!

v0.1.0

05 Jul 12:51
Compare
Choose a tag to compare

Initial release of LASIM!

This is ALPHA software so please be careful! I have tested it to be the best of my ability, but there are a lot of Lemmy servers and account settings possibilities out there so I'm sure I haven't tried everything!
I recommend only using the upload feature on brand new accounts.
The download feature is entirely safe as it makes no modifications to the account.

See the README for known limitations.