Recent Releases of flaskblog
flaskblog - v2.8.0
What's Changed
- clean comments, imports, linter errors by @DogukanUrker in https://github.com/DogukanUrker/flaskBlog/pull/166
- epic: replace
match casewithifby @DogukanUrker in https://github.com/DogukanUrker/flaskBlog/pull/168 - chore: simplify reCAPTCHA usage by @DogukanUrker in https://github.com/DogukanUrker/flaskBlog/pull/170
- ref: refactor html file names for better IDE support #171 by @DogukanUrker in https://github.com/DogukanUrker/flaskBlog/pull/172
- general bug fixes
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.7.0...2.8.0
- Python
Published by DogukanUrker 6 months ago
flaskblog - v2.7.0
What's Changed
- bug fixes, on user's profile page comments section 'go to post' button error by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/131
- Added post analytics report page for post traffic by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/133
- chore(deps): bump playwright from 1.49.1 to 1.50.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/129
- chore(deps): bump pipenv from 2024.4.0 to 2024.4.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/128
- chore(deps): bump playwright from 1.49.1 to 1.50.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/136
- chore(deps): bump pipenv from 2024.4.0 to 2024.4.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/135
- Added "View All" for missing translations, Separated JS code from HTML by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/146
- Bug fix PR for issue #147 by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/148
- Optimization post URL generation with a performance-driven approach inspired by Medium.com's algorithm by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/149
- remove unnecessary file by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/150
- This PR include 1500 sample data in analytics db and bar chart height optimization and more by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/151
- Set the "autoescape" option to true for Jinja2 to prevent XSS by @Teloshav in https://github.com/DogukanUrker/flaskBlog/pull/152
- Fixed a bug in category.html.jinja where postCardMacro could not access context processor variables by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/155
- Fixed issue #153 bug in credit text by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/156
- Restructure project and remove Docker support for now by @DogukanUrker in https://github.com/DogukanUrker/flaskBlog/pull/165
- search field bug fixed by @DogukanUrker
- redefine docs by @DogukanUrker
New Contributors
- @Teloshav made their first contribution in https://github.com/DogukanUrker/flaskBlog/pull/152
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.6.1...2.7.0
- Python
Published by DogukanUrker 6 months ago
flaskblog - v2.6.1
127 Tamga package version 0.1.7 introduced a new version (0.1.8) that resolved this issue. We updated the requirements.txt file to reflect the latest Tamga version.
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.6.0...2.6.1
- Python
Published by DogukanUrker 11 months ago
flaskblog - v2.6.0
- Fixed utf-8 based errors.
- Change built-in logger to Tamga Logger
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.5.0...2.6.0
- Python
Published by DogukanUrker 11 months ago
flaskblog - v2.5.0
What's Changed
- Add "X min read" to post's page
- chore(deps): bump playwright from 1.49.0 to 1.49.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/124
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.4.0...2.5.0
- Python
Published by DogukanUrker 12 months ago
flaskblog - v2.4.0
What's Changed
- Create dynamic post feed like Reddit
- chore(deps): bump playwright from 1.49.0 to 1.49.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/118
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.3.0...2.4.0
- Python
Published by DogukanUrker about 1 year ago
flaskblog - v2.3.0
What's Changed
- added open graph tags by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/117
- chore(deps): bump playwright from 1.48.0 to 1.49.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/116
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.2.1...2.3.0
- Python
Published by DogukanUrker about 1 year ago
flaskblog - v2.2.1
What's Changed
- chore(deps): bump playwright from 1.48.0 to 1.49.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/114
- this commits improves url generation during editing post, and fix issue by @wishrohitv in https://github.com/DogukanUrker/flaskBlog/pull/115
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.2.0...2.2.1
- Python
Published by DogukanUrker about 1 year ago
flaskblog - v2.2.0
What's Changed
- This commit introduces changes to the address bar, which previously displayed the post ID. Now, it will show the post title as the URL ID(Medium.com like.), as contributed by @wishrohitv in the pull request found at DogukanUrker/flaskBlog#113. #### Deps Updates:
- chore(deps): bump wtforms from 3.1.2 to 3.2.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/94
- chore(deps): bump playwright from 1.47.0 to 1.48.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/96
- chore(deps): bump wtforms from 3.1.2 to 3.2.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/95
- chore(deps): bump wtforms from 3.1.2 to 3.2.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/99
- chore(deps): bump playwright from 1.47.0 to 1.48.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/98
- chore(deps): bump pipenv from 2024.1.0 to 2024.2.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/97
- chore(deps): bump pipenv from 2024.1.0 to 2024.2.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/100
- chore(deps): bump flask-wtf from 1.2.1 to 1.2.2 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/101
- chore(deps): bump flask-wtf from 1.2.1 to 1.2.2 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/102
- chore(deps): bump pipenv from 2024.2.0 to 2024.3.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/103
- chore(deps): bump pipenv from 2024.2.0 to 2024.3.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/105
- chore(deps): bump pipenv from 2024.2.0 to 2024.4.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/108
- chore(deps): bump pipenv from 2024.2.0 to 2024.4.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/109
- chore(deps): bump flask from 3.0.3 to 3.1.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/110
- chore(deps): bump flask from 3.0.3 to 3.1.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/112
New Contributors
- @wishrohitv made their first contribution in https://github.com/DogukanUrker/flaskBlog/pull/113
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.1.4...2.2.0
- Python
Published by DogukanUrker about 1 year ago
flaskblog - v2.1.3
What's Changed
- chore(deps): bump playwright from 1.46.0 to 1.47.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/87
- chore(deps): bump pipenv from 2024.0.1 to 2024.0.2 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/86
- chore(deps): bump pipenv from 2024.0.1 to 2024.0.2 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/89
- chore(deps): bump playwright from 1.46.0 to 1.47.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/88
- chore(deps): bump pipenv from 2024.0.2 to 2024.0.3 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/90
- chore(deps): bump pipenv from 2024.0.2 to 2024.1.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/91
- chore(deps): bump pipenv from 2024.0.2 to 2024.1.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/92
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.1.2...2.1.3
- Python
Published by DogukanUrker about 1 year ago
flaskblog - v2.1.0
What's Changed 🔥
- We add multi language support to flaskBlog. Users can change UI language from settings page.
- Supported Languages:
- 🇬🇧 English
- 🇹🇷 Türkçe
- 🇩🇪 Deutsch
- 🇪🇸 Español
- 🇵🇱 Polski
- 🇫🇷 Français
- 🇵🇹 Português
- 🇺🇦 Українська
- 🇷🇺 Русский
- 🇯🇵 日本人
- 🇨🇳 中国人
- Now users can edit their posts without re-upload current post banner.
- chore(deps): bump playwright from 1.45.0 to 1.45.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/82
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.0.12...2.1.0
- Python
Published by DogukanUrker over 1 year ago
flaskblog - v2.0.12
What's Changed
- chore(deps): bump playwright from 1.44.0 to 1.45.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/78
- chore(deps): bump playwright from 1.44.0 to 1.45.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/79
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.0.11...2.0.12
- Python
Published by DogukanUrker over 1 year ago
flaskblog - v2.0.10
What's Changed
- chore(deps): bump pipenv from 2023.12.1 to 2024.0.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/75
- chore(deps): bump pipenv from 2024.0.0 to 2024.0.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/76
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.0.9...2.0.10
- Python
Published by DogukanUrker over 1 year ago
flaskblog - v2.0.4
What's Changed
- chore(deps): bump playwright from 1.43.0 to 1.44.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/65
- chore(deps): bump requests from 2.31.0 to 2.32.1 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/66
- chore(deps): bump requests from 2.31.0 to 2.32.0 in the pip group by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/67
- chore(deps): bump requests from 2.31.0 to 2.32.0 in the pip group by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/68
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.0.3...2.0.4
- Python
Published by DogukanUrker over 1 year ago
flaskblog - v2.0.2
What's Changed
- chore(deps): bump playwright from 1.41.2 to 1.43.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/62
- chore(deps): bump flask from 3.0.2 to 3.0.3 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/63
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.0.1...2.0.2
- Python
Published by DogukanUrker over 1 year ago
flaskblog - v2.0.1
What's Changed
- chore(deps): bump playwright from 1.41.2 to 1.43.0 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/61
- chore(deps): bump flask from 3.0.2 to 3.0.3 by @dependabot in https://github.com/DogukanUrker/flaskBlog/pull/60
Full Changelog: https://github.com/DogukanUrker/flaskBlog/compare/2.0.0...2.0.1
- Python
Published by DogukanUrker over 1 year ago
flaskblog - v2.0.0
English | Türkçe

What's Changed 🔥
- reCAPTCHA v3 verification system added: We added a new verification system to prevent spam and bots from accessing our app. reCAPTCHA v3 is a Google service that analyzes the behavior of visitors and assigns them a score based on how likely they are to be human. This way, we can protect our app without interrupting the user experience with annoying challenges or pop-ups.
- UI rebuilt with TailwindCSS: We decided to redesign our user interface using TailwindCSS, a utility-first CSS framework that allows us to create custom designs with ease. TailwindCSS provides us with a set of low-level classes that we can combine to create any style we want, without writing any custom CSS. This makes our code more readable, maintainable, and consistent across the app.
- Emojis were removed from the UI and Tabler Icons were added instead: We noticed that some of our users had issues with displaying emojis correctly on their devices, so we decided to replace them with Tabler Icons, a set of free and open-source icons that are designed to be simple and elegant. Tabler Icons are compatible with all browsers and platforms, and they look great on any screen size or resolution.
- Playwright tests added: We added automated end-to-end tests using Playwright, a cross-browser testing tool that allows us to write tests in Python that run on Chromium, Firefox, and WebKit. Playwright helps us to ensure that our app works as expected on different browsers and devices, and to catch any bugs or errors before they affect our users.
- Post categories: We added a new feature that allows users to categorize their posts into different topics, such as science, sports, games, etc. This way, users can easily find and filter posts that interest them, and discover new content from other users who share their interests.
- Add sort button for index page: We added a new button that allows users to sort the posts on the index page by different criteria, such as date, views, name, etc. This way, users can customize their view of the posts and see the ones that are most important or interesting to them.
- More detailed mail content: We improved the content of the emails that we send to our users, such as welcome emails, password reset emails, verify account emails, etc. We added more information and instructions to help users understand and use our app better, and we also added some personalization and branding elements to make our emails more friendly and professional.
- Time zone awareness for all dates and times in app: We added a new feature that automatically detects and adjusts the dates and times in our app according to the user’s time zone. This way, users can see the correct and consistent time for their location, and avoid any confusion or misunderstanding with other users who are in different time zones.
- Post banners: We added a new feature that allows users to upload an image as a banner for their posts. This way, users can make their posts more attractive and eye-catching, and express their creativity and personality through their images.
- Share via X button added to posts page: We added a new button that allows users to share their posts with X. This way, users can easily spread their posts to a wider audience and increase their engagement and visibility.
- Metacolor adaptive to theme color: We added a new feature that automatically changes the color of the meta tags in our app’s HTML head according to the theme color that the user chooses. This way, we can improve the appearance and consistency of our app on different browsers and devices, and enhance the user experience and satisfaction.
- Constants(config) file added for custom app settings: We added a new file that contains all the constants and configuration variables that we use in our app, such as the app name, the app URL, the email address, the database credentials, etc. This way, we can easily manage and update our app settings in one place, and avoid hard-coding or repeating any values in our code.
- Code comments added to all Python/JavaScript/CSS/Jinja/Docker/YAML files: We added comments to all our code files to explain the purpose and functionality of each line or block of code. This way, we can make our code more understandable and readable for ourselves and other developers who work on our project, and facilitate the debugging and maintenance of our code.
- Docker integration: We integrated Docker into our project to simplify and standardize the development and deployment of our app. Docker is a tool that allows us to create and run our app in isolated containers that contain all the dependencies and configurations that our app needs. This way, we can ensure that our app works the same way on any machine or environment, and avoid any compatibility or dependency issues.
- Pipnv integration: We integrated Pipenv into our project to manage the packages and dependencies that our app requires. Pipenv is a tool that automatically creates and manages a virtual environment for our project, and keeps track of the packages that we install and use in our app. This way, we can easily install and update the packages that our app needs, and ensure that our app works with the correct versions of the packages.
- Sample data (users,posts and comments) added to the databases: We added some sample data to our databases to populate our app with some dummy users, posts, and comments. This way, we can test and demonstrate the functionality and features of our app, and see how our app looks and behaves with real data.
- Important SQL injection security fixes: We fixed some security vulnerabilities in our app that could allow malicious users to execute SQL commands on our databases by injecting them into the input fields or the URL parameters of our app. This way, we can prevent any unauthorized access or manipulation of our data, and protect our app and our users from any potential harm or damage.
- Logging system remade and more detailed logging messages added: We remade our logging system to improve the quality and quantity of the messages that we log in our app. We added more details and information to our logging messages. We also added different levels of logging, such as danger, success, info, warning, sql, etc. This way, we can monitor and track the activity and performance of our app, and identify and resolve any issues or errors that occur in our app.
- Turkish and Russian translations for documentations: We added Turkish and Russian translations for our documentations, such as the readme file, the user guide, the developer guide, etc. This way, we can make our project more accessible and inclusive for users and developers who speak these languages, and increase the reach and popularity of our project.
- Readme file rewrited: We rewrote our readme file to make it more informative and attractive for our project. We added more sections and details to our readme file. We also added some badges and icons to our readme file to make it more appealing and professional.
- Create and edit posts in mobile: We added a new feature that allows users to create and edit their posts on their mobile devices. This way, users can use our app more conveniently and flexibly, and post their content anytime and anywhere.
- Module version updates: We updated the versions of the modules that we use in our app, such as Flask, Requests, Jinja, etc. This way, we can take advantage of the latest features and improvements of these modules, and ensure that our app works with the most recent and stable versions of these modules.
- Optimize images by @imgbot: We optimized the images that we use in our app using @imgbot, a GitHub app that automatically compresses and optimizes the images in our repository. This way, we can reduce the size and improve the quality of our images, and make our app load faster and smoother.
- Log folder checker: We now have a check function that checks the log folder existence. If the log folder does not exist then it will be created.
New Contributors 🫂
- @fliberd made their first contribution in https://github.com/DogukanUrker/flaskBlog/pull/44
- @barmar made their first contribution in https://github.com/DogukanUrker/flaskBlog/pull/42 https://github.com/DogukanUrker/flaskBlog/commit/817f407a975f583eb55429dc1f92c0ea14a3ca3c
- @imgbot made their first contribution in https://github.com/DogukanUrker/flaskBlog/pull/54
- @dependabot made their first contribution in https://github.com/DogukanUrker/flaskBlog/pull/43
Code 🧑🏻💻
| Language | files | blank | comment | code | total | | -------------- | ----- | ----- | ------- | ---- | ----- | | Python | 63 | 544 | 1514 | 4150 | 6208 | | Jinja Template | 32 | 179 | 373 | 1911 | 2463 | | JavaScript | 6 | 26 | 59 | 90 | 175 | | CSS | 4 | 10 | 25 | 79 | 114 | | Sum | 105 | 759 | 1971 | 6230 | 8960 |
Full Changelog https://github.com/DogukanUrker/flaskBlog/compare/1.1.0...2.0.0
- Python
Published by DogukanUrker almost 2 years ago
flaskblog - v1.1.0
What's Changed
- Custom CSRF error page added.
- Added the setting for closing registration and committing. | https://github.com/DogukanUrker/flaskBlog/issues/31
- Comment content and post content overflow fixed.
- Container overflows fixed.
- Post box overflow fixed for tags on '/user'.
- Editor content overflow fixed.
- Invalid login redirections fixed.
- Comments delete automatically after the parent post is deleted.
- No post error message changed on dashboard.
- Style fixes for going back to admin page button.
- Post box fixed width.
- Module version updates.
- Python
Published by DogukanUrker almost 2 years ago
flaskblog - v1.0.6
Changes
- WTForms updated to 3.1.0 from 3.0.1 | 2d7410c
- Flask-WTF updated to 1.2.1 from 1.1.1 | 2d7410c
- flaskwebgui updated to 1.0.8 from 1.0.3 | 2d7410c
Fixes
- "ImportError: cannot import name 'Markup' from 'flask'" error fixed | #22
- Python
Published by DogukanUrker about 2 years ago
flaskblog - v1.0.2
⚠️ Major Security Update ⚠️
CSRF Protection added to whole flaskBlog.
https://github.com/DogukanUrker/flaskBlog/assets/62756402/b80befa7-58f8-4505-816d-9c8dcf312209
https://github.com/DogukanUrker/flaskBlog/assets/62756402/9169de96-ca3b-47c4-b80e-1b237da86c1e
- Python
Published by DogukanUrker over 2 years ago