Skip to content

Commit 1793cfa

Browse files
Release v1.2.5
1 parent fb849f4 commit 1793cfa

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
### [v1.2.5](#in-development) - Unreleased
3+
### [v1.2.5](https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.2.5) - 2023-10-30
44
- [x] save url textfield history and allow easily choose from these urls
55
- [x] change font from Lato (nice but large files) to much smaller ([Alegreya](https://github.com/huertatipografica/Alegreya) and [Martian Mono](https://github.com/evilmartians/mono) for UI)
66
- [x] make program window not resizable

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# blog2epub
66

7-
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/bohdanbobrowski/blog2epub/graphs/commit-activity) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
7+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/bohdanbobrowski/blog2epub/graphs/commit-activity) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) ![GitHub all releases](https://img.shields.io/github/downloads/bohdanbobrowski/blog2epub/total) ![GitHub release (with filter)](https://img.shields.io/github/v/release/bohdanbobrowski/blog2epub) ![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/bohdanbobrowski/blog2epub)
88

99
Convert blog to epub using command line or GUI.
1010

@@ -36,7 +36,7 @@ Convert blog to epub using command line or GUI.
3636

3737
## Installation
3838

39-
- for Windows and macOS users: available [builds](https://github.com/bohdanbobrowski/blog2epub/releases)
39+
- for __Windows__ and __macOS__ users: available [builds](https://github.com/bohdanbobrowski/blog2epub/releases)
4040
- python3 setup.py install
4141

4242
### Running froum sources
@@ -90,24 +90,21 @@ Mint 21.2 Cinnamon
9090

9191
## Planned features and known bugs
9292

93-
- [ ] code needs some refactor: classes are too "nested" within each other
93+
- [ ] utilize GitHub Pages for this project documentation
9494
- [ ] there are some bugs in wordpress.com crawler
9595
- [ ] Linux app/package(s)
9696
- [ ] Android app
97+
- [ ] code needs some refactor: classes are too "nested" within each other
9798
- [ ] more crawlers (ex. GitHub Pages 🙃)
9899
- [ ] improve existing crawlers (allow)
99100
- [ ] improve GUI - configuration, allow to save in selected place etc.
100-
- [ ] utilize GitHub Pages for this project documentation
101101

102-
## Current release
102+
## Change Log
103103

104-
### [v1.2.5](#in-development) - Unreleased
104+
### [v1.2.5](https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.2.5) - 2023-10-30
105105
- [x] save url textfield history and allow easily choose from these urls
106106
- [x] change font from Lato (nice but large files) to much smaller ([Alegreya](https://github.com/huertatipografica/Alegreya) and [Martian Mono](https://github.com/evilmartians/mono) for UI)
107107
- [x] make program window not resizable
108108
- [x] add popup similar to about dialog after finished ebook generation
109109

110-
### [v1.2.4](https://github.com/bohdanbobrowski/blog2epub/releases/tag/v1.2.4) - 2023-10-25
111-
- [x] article loop fix (crawler was reading by default from atomfeed, and returning maximum 25 articles)
112-
- [x] refactor, as usual
113-
- [x] url history saved into yaml file
110+
[» Complete Change Log here «](https://github.com/bohdanbobrowski/blog2epub/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)