Skip to content

Releases: AMEST/Influunt

Cumulative Update 2023.05

09 May 16:53
86c0d7f
Compare
Choose a tag to compare

Features

  • New persistent feed
  • Added automatic indexes creating
  • Updated skidbladnir and use async extensions for IQueryable
  • Disable prefetch
  • Compress (50%) background image
  • Async components
  • Remove full BootstrapIcon import (reduce vendor chunck 50%)

Fixes

  • Fix height ui elements on small mobile devices
  • Github actions change checkout v1 to v2
  • Fix pwa colors
  • Fix body bg color
  • Update application theme

Full Changelog: v1.4.0...v1.5.0

Cumulative Update 2021.12

05 Dec 16:47
dc522b7
Compare
Choose a tag to compare

Features:

  • New welcome background
  • Expanded Thread pool
  • Updated Skidbladnir libraries
  • Add Redis Distributed Cache
  • Used pooled http client
  • Configuration files for develop on vs code

Fixes:

  • Fix menu buttons
  • Fix img style in feed
  • Fixes synchronous access to Distributed Cache (now is async)

Cumulative Update 2021.04

05 Apr 18:16
a6c84bc
Compare
Choose a tag to compare

Features:

  • Atom feed support
  • Moving influunt to Skidbladnir.Modules
  • Loading favorites in batches and displaying them in an "infinity" feed

Fixes:

  • Fixed Conventions for MongoDB
  • Fixed date format for news and favorites. Also fixed filter by date
  • Don't show "Read more" button when link is empty

Cumulative Update 2021.01

19 Jan 18:13
656086e
Compare
Choose a tag to compare

Fixes:

  • Fix memory leak in rss feed service
  • Fix infinity feed in Client App
  • Fix Readme

Additions:

  • Using Skidbladnir Libraries (Repository Abstractions, MongoDB, DataProtection MongoDB)
  • Change IMemoryCache to IDistributedCache with MongoDB Skidbladnir Implementation
  • Change Internal DataProtection to Skidbladnir Implementation
  • Add xml docs
  • Add view models (for add or delete fields needed fields for client app)
  • Add Hash to items for check fetched items on currently added inside infinity feed and don't add again

Other:

  • Refactor Rss Feed Service
  • Remove internal MongoDB Storage (because it replaced by Skidbladnir.Repository.MongoDB)

Commulative Release

28 Nov 08:18
2f45caa
Compare
Choose a tag to compare

Fixes:

  1. Clear service worker cache if new version available
  2. Fix css on favorite link
  3. Fix "Sign In " text
  4. Fix description (now is url decoded)

Changes:

  1. Show version in UI

  2. Added a worker for updating news feeds for active users (if he logged in within 2 days). It is necessary to keep the tape hot and fast loading

  3. The version of the MongoDB driver is raised (fixes some errors)

  4. Added MongoDB conventions: IgnoreIfDefault -> true, IgnoreExtraElements

  5. Added work in offline mode:

    1. Worker mode network first
    2. Saving all successful requests to the cache (to be sent in the absence of a network):
      • Current user
      • News feed
      • Channels
      • Favorites
      • Application version
    3. Serving requests from the cache when there is no network
  6. Add isLoaded variable for show UI only when /api/account/current request finished

  7. Add swagger (on development mode)

  8. Add loading bar component and place it to feed, channels, favorites

  9. Add error bar component and place it to feed with try button

  10. Add scroll top event to brand icon in top menu

  11. Influunt.MongoStorage splited to 2 modules:

    1. Influunt.Storage - service implementations using IRepository
    2. Influunt.Storage.Mongo - IRepository implemetation via MongoDriver
  12. Updated Readme.md, added screenshots

Fix style on Channels

09 Nov 06:33
Compare
Choose a tag to compare

Fix scroll on Channels page

Working on Channels and bug fixes

08 Nov 16:17
Compare
Choose a tag to compare

Fixes:

  1. saving in cache empty feed
  2. dateTime sort fix
  3. Fix dropdown menu color
  4. Remove console.log (build error in github workflow)
    Adding:
  5. Added the ability to temporarily disable channels without deleting them
  6. Edit channels

PWA Install prompt

03 Nov 12:10
Compare
Choose a tag to compare

Added PWA Install prompt

Guest auth and channel add validatin

03 Nov 11:40
b9c74ae
Compare
Choose a tag to compare

In this release:

  • Add guest auth for try service before using (or for self-hosted variant without google auth)
  • Add Link to github
  • Add validation for channels add

First full release of Rss Agregator Influunt

29 Oct 18:04
Compare
Choose a tag to compare